mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
WebSockets: let clients know if a strip is a VCA
This allows to hide the panner for example
This commit is contained in:
parent
68463cb591
commit
80dc3a38e0
3 changed files with 21 additions and 10 deletions
|
|
@ -35,7 +35,7 @@
|
|||
onRecordState (value) {}
|
||||
|
||||
// Strips
|
||||
onStripDescription (stripId, name) {}
|
||||
onStripDescription (stripId, name, isVca) {}
|
||||
onStripMeter (stripId, db) {}
|
||||
onStripGain (stripId, db) {}
|
||||
onStripPan (stripId, value) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue