Mercurial > hg > beaglert
comparison core/OSCClient.cpp @ 303:421a69d42943 prerelease
Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff
author | andrewm |
---|---|
date | Fri, 27 May 2016 17:40:44 +0100 |
parents | e4392164b458 |
children |
comparison
equal
deleted
inserted
replaced
302:b26e7c61e3b6 | 303:421a69d42943 |
---|---|
20 } | 20 } |
21 | 21 |
22 void OSCClient::createAuxTasks(){ | 22 void OSCClient::createAuxTasks(){ |
23 char name [30]; | 23 char name [30]; |
24 sprintf (name, "OSCSendTask %i", port); | 24 sprintf (name, "OSCSendTask %i", port); |
25 OSCSendTask = Bela_createAuxiliaryTask(sendQueue, BEAGLERT_AUDIO_PRIORITY-5, name, this, true); | 25 OSCSendTask = Bela_createAuxiliaryTask(sendQueue, BELA_AUDIO_PRIORITY-5, name, this, true); |
26 } | 26 } |
27 | 27 |
28 void OSCClient::queueMessage(oscpkt::Message msg){ | 28 void OSCClient::queueMessage(oscpkt::Message msg){ |
29 outQueue.push(msg); | 29 outQueue.push(msg); |
30 } | 30 } |