More Cue updating stuff

This commit is contained in:
2019-04-09 18:42:03 -05:00
parent 886fe0cf0b
commit b3db764557
2 changed files with 7 additions and 6 deletions
@@ -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)