WebSockets: let clients know if a strip is a VCA

This allows to hide the panner for example
This commit is contained in:
Luciano Iam 2020-04-21 16:20:16 +02:00
parent 68463cb591
commit 80dc3a38e0
3 changed files with 21 additions and 10 deletions

View file

@ -35,7 +35,7 @@
onRecordState (value) {}
// Strips
onStripDescription (stripId, name) {}
onStripDescription (stripId, name, isVca) {}
onStripMeter (stripId, db) {}
onStripGain (stripId, db) {}
onStripPan (stripId, value) {}