mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
WebSockets: add transport methods to client JS
This commit is contained in:
parent
dc97bf3ff0
commit
1d84cc0046
3 changed files with 22 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue