WebSockets: let clients know if a strip is a VCA
This allows to hide the panner for example
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
onRecordState (value) {}
|
||||
|
||||
// Strips
|
||||
onStripDescription (stripId, name) {}
|
||||
onStripDescription (stripId, name, isVca) {}
|
||||
onStripMeter (stripId, db) {}
|
||||
onStripGain (stripId, db) {}
|
||||
onStripPan (stripId, value) {}
|
||||
|
||||
Reference in New Issue
Block a user