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
3 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
// Globals
onTempo (bpm) {}
onPositionTime (seconds) {}
onTransportRoll (value) {}
onRecordState (value) {}
// Strips
onStripDescription (stripId, name) {}