mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 12:53:39 +00:00
Begin implementing "/update" responses from QLab
This commit is contained in:
@@ -73,8 +73,6 @@ namespace qController
|
||||
JToken selectedCue = OSC2JSON(msg);
|
||||
Console.WriteLine("Selected Cue Updated");
|
||||
QCue cue = JsonConvert.DeserializeObject<QCue>(selectedCue.ToString());
|
||||
|
||||
Console.WriteLine(cue.uniqueID);
|
||||
OnSelectedCueUpdated(cue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user