mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
WebSockets: rename *_desc nodes to *_description
This commit is contained in:
parent
0e664b1556
commit
5105219076
4 changed files with 21 additions and 21 deletions
|
|
@ -32,14 +32,14 @@
|
|||
onTempo (bpm) {}
|
||||
|
||||
// Strips
|
||||
onStripDesc (stripId, name) {}
|
||||
onStripDescription (stripId, name) {}
|
||||
onStripMeter (stripId, db) {}
|
||||
onStripGain (stripId, db) {}
|
||||
onStripPan (stripId, value) {}
|
||||
onStripMute (stripId, value) {}
|
||||
|
||||
// Strip plugins
|
||||
onStripPluginDesc (stripId, pluginId, name) {}
|
||||
onStripPluginDescription (stripId, pluginId, name) {}
|
||||
onStripPluginEnable (stripId, pluginId, value) {}
|
||||
|
||||
// Strip plugin parameters
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
// 'b' : boolean
|
||||
// 'i' : integer
|
||||
// 'd' : double
|
||||
onStripPluginParamDesc (stripId, pluginId, paramId, name, valueType, min, max, isLog) {}
|
||||
onStripPluginParamDescription (stripId, pluginId, paramId, name, valueType, min, max, isLog) {}
|
||||
onStripPluginParamValue (stripId, pluginId, paramId, value) {}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue