mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-03 13:29:12 +00:00
Switch to using valuesForKeys to update cue
This commit is contained in:
@@ -25,7 +25,8 @@ namespace qController
|
||||
|
||||
public void UpdateSelected()
|
||||
{
|
||||
qController.qClient.sendAndReceiveString("/selectedCues");
|
||||
string valuesForKeys = "[\"displayName\",\"number\",\"type\",\"isBroken\",\"isLoaded\",\"isPaused\",\"isRunning\",\"preWait\",\"duration\",\"postWait\",\"translationX\",\"translationY\",\"opacity\",\"scaleX\",\"scaleY\",\"uniqueID\",\"flagged\",\"listName\",\"colorName\",\"name\",\"armed\"]";
|
||||
qController.qClient.sendAndReceiveStringArgs("/cue/selected/valuesForKeys", valuesForKeys);
|
||||
}
|
||||
public void UpdateLevels()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user