summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/state.h
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-18 12:39:18 +0200
committerRobin Gareus <robin@gareus.org>2020-04-20 22:59:15 +0200
commit0e664b1556b8f446cb950acbe59621bb591603c2 (patch)
tree18697c54123c864f8e247167c6865ba204a03ebb /libs/surfaces/websockets/state.h
parent656cd9c8a735e4c2bceae5ad5094ca2cea302539 (diff)
WebSockets: add transport roll support to surface
Diffstat (limited to 'libs/surfaces/websockets/state.h')
-rw-r--r--libs/surfaces/websockets/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/websockets/state.h b/libs/surfaces/websockets/state.h
index 39e7feced9..7bc7555f3d 100644
--- a/libs/surfaces/websockets/state.h
+++ b/libs/surfaces/websockets/state.h
@@ -32,6 +32,8 @@
namespace Node
{
const std::string tempo = "tempo";
+ const std::string transport_roll = "transport_roll";
+ const std::string record_state = "record_state";
const std::string strip_desc = "strip_desc";
const std::string strip_meter = "strip_meter";
const std::string strip_gain = "strip_gain";