mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 14:39:12 +00:00
Switch to modified version of SharpOSC for communication
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user