Mercurial > hg > beaglert
diff core/OSCClient.cpp @ 301:e4392164b458 prerelease
RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 14:34:41 +0100 |
parents | de37582ce6f3 |
children | 421a69d42943 |
line wrap: on
line diff
--- a/core/OSCClient.cpp Fri May 27 13:58:20 2016 +0100 +++ b/core/OSCClient.cpp Fri May 27 14:34:41 2016 +0100 @@ -22,7 +22,7 @@ void OSCClient::createAuxTasks(){ char name [30]; sprintf (name, "OSCSendTask %i", port); - OSCSendTask = BeagleRT_createAuxiliaryTask(sendQueue, BEAGLERT_AUDIO_PRIORITY-5, name, this, true); + OSCSendTask = Bela_createAuxiliaryTask(sendQueue, BEAGLERT_AUDIO_PRIORITY-5, name, this, true); } void OSCClient::queueMessage(oscpkt::Message msg){ @@ -76,4 +76,4 @@ } oscpkt::Message OSCMessageFactory::end(){ return msg; -} \ No newline at end of file +}