mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +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
|
|
@ -44,9 +44,9 @@ import { Switch, DiscreteSlider, ContinuousSlider, LogarithmicSlider,
|
|||
onConnected: (error) => { log('Client connected', 'info'); },
|
||||
onDisconnected: (error) => { log('Client disconnected', 'error'); },
|
||||
onMessage: processMessage,
|
||||
onStripDesc: createStrip,
|
||||
onStripPluginDesc: createStripPlugin,
|
||||
onStripPluginParamDesc: createStripPluginParam
|
||||
onStripDescription: createStrip,
|
||||
onStripPluginDescription: createStripPlugin,
|
||||
onStripPluginParamDescription: createStripPluginParam
|
||||
});
|
||||
|
||||
ardour.connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue