WebSockets: match message.js constants to C++ code

This commit is contained in:
Luciano Iam 2020-05-25 14:30:38 +02:00 committed by Robin Gareus
parent e253302c62
commit 0a19e87646
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -23,14 +23,14 @@ export const ANode = Object.freeze({
POSITION_TIME: 'position_time',
TRANSPORT_ROLL: 'transport_roll',
RECORD_STATE: 'record_state',
STRIP_DESC: 'strip_desc',
STRIP_DESCRIPTION: 'strip_description',
STRIP_METER: 'strip_meter',
STRIP_GAIN: 'strip_gain',
STRIP_PAN: 'strip_pan',
STRIP_MUTE: 'strip_mute',
STRIP_PLUGIN_DESC: 'strip_plugin_desc',
STRIP_PLUGIN_DESCRIPTION: 'strip_plugin_description',
STRIP_PLUGIN_ENABLE: 'strip_plugin_enable',
STRIP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
STRIP_PLUGIN_PARAM_DESCRIPTION: 'strip_plugin_param_description',
STRIP_PLUGIN_PARAM_VALUE: 'strip_plugin_param_value'
});