mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
WebSockets: avoid hardcoding node names in mixer-demo, fix typo in message.js
This commit is contained in:
parent
da670aa186
commit
9fa7eb15ac
2 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ export const ANode = Object.freeze({
|
|||
STRIP_MUTE: 'strip_mute',
|
||||
STRIP_PLUGIN_DESC: 'strip_plugin_desc',
|
||||
STRIP_PLUGIN_ENABLE: 'strip_plugin_enable',
|
||||
STRUP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
|
||||
STRIP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
|
||||
STRIP_PLUGIN_PARAM_VALUE: 'strip_plugin_param_value'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue