Mercurial > hg > beaglert
diff core/OSCClient.cpp @ 305:b57d76dcc9ae prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 17:51:34 +0100 |
parents | 421a69d42943 |
children |
line wrap: on
line diff
--- a/core/OSCClient.cpp Fri May 27 17:49:05 2016 +0100 +++ b/core/OSCClient.cpp Fri May 27 17:51:34 2016 +0100 @@ -22,7 +22,7 @@ void OSCClient::createAuxTasks(){ char name [30]; sprintf (name, "OSCSendTask %i", port); - OSCSendTask = Bela_createAuxiliaryTask(sendQueue, BEAGLERT_AUDIO_PRIORITY-5, name, this, true); + OSCSendTask = Bela_createAuxiliaryTask(sendQueue, BELA_AUDIO_PRIORITY-5, name, this, true); } void OSCClient::queueMessage(oscpkt::Message msg){