summaryrefslogtreecommitdiff
path: root/share/web_surfaces/shared/callback.js
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-21 16:20:16 +0200
committerLuciano Iam <lucianito@gmail.com>2020-04-21 16:20:24 +0200
commit80dc3a38e00d751ff7203d91b1276109545e63bf (patch)
treeee54f09c6b9f4d7d29af08ba4dfbf4b3f3880261 /share/web_surfaces/shared/callback.js
parent68463cb591618a2d4c8087d21b64c9c3314ae985 (diff)
WebSockets: let clients know if a strip is a VCA
This allows to hide the panner for example
Diffstat (limited to 'share/web_surfaces/shared/callback.js')
-rw-r--r--share/web_surfaces/shared/callback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/web_surfaces/shared/callback.js b/share/web_surfaces/shared/callback.js
index b50a70878f..0a8159b50e 100644
--- a/share/web_surfaces/shared/callback.js
+++ b/share/web_surfaces/shared/callback.js
@@ -35,7 +35,7 @@
onRecordState (value) {}
// Strips
- onStripDescription (stripId, name) {}
+ onStripDescription (stripId, name, isVca) {}
onStripMeter (stripId, db) {}
onStripGain (stripId, db) {}
onStripPan (stripId, value) {}