WebSockets: add transport methods to client JS

This commit is contained in:
Luciano Iam 2020-04-18 15:19:14 +02:00 committed by Robin Gareus
parent dc97bf3ff0
commit 1d84cc0046
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 22 additions and 0 deletions

View file

@ -20,6 +20,9 @@ export const JSON_INF = 1.0e+128;
export const ANode = Object.freeze({
TEMPO: 'tempo',
POSITION_TIME: 'position_time',
TRANSPORT_ROLL: 'transport_roll',
RECORD_STATE: 'record_state',
STRIP_DESC: 'strip_desc',
STRIP_METER: 'strip_meter',
STRIP_GAIN: 'strip_gain',