mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 21:24:20 +00:00
More Cue updating stuff
This commit is contained in:
@@ -62,10 +62,7 @@ namespace qController
|
||||
{
|
||||
if (msg.Address.Contains("valuesForKeys"))
|
||||
{
|
||||
if (msg.Address.Contains("selected"))
|
||||
ParseSelectedCueInfo(msg);
|
||||
else
|
||||
ParseCueUpdateInfo(msg);
|
||||
ParseCueUpdateInfo(msg);
|
||||
}
|
||||
else if (msg.Address.Contains("notes"))
|
||||
ParseNoteInfo(msg);
|
||||
@@ -86,7 +83,6 @@ namespace qController
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void ParsePositionUpdateInfo(OscMessage msg)
|
||||
|
||||
Reference in New Issue
Block a user