Switch to modified version of SharpOSC for communication

This commit is contained in:
2019-04-04 08:45:17 -05:00
parent d499fc4d90
commit 7fac1283da
18 changed files with 1502 additions and 65 deletions
@@ -14,8 +14,8 @@ namespace qController
public void Start(){
active = true;
Device.StartTimer(TimeSpan.FromSeconds(0.01), () => {
qController.sendCommand("/selectedCues");
qController.sendCommand("/cue/selected/levels");
qController.sendCommandUDP("/selectedCues");
qController.sendCommandUDP("/cue/selected/levels");
return active;
});
}