summaryrefslogtreecommitdiff
path: root/libs/midi++2/midi++/mmc.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-06 17:09:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-06 17:09:53 +0000
commit009c7a9e44d65184d6b6c613569decc9d93fb490 (patch)
tree48a6d2eb194c9b4871016042bd213a62d36fa1c9 /libs/midi++2/midi++/mmc.h
parentf4f2a9a111c32d4761308eb94a8c7cfa214b7116 (diff)
attempt to stop sending MMC/MTC while exporting or freewheeling for any reason
git-svn-id: svn://localhost/ardour2/branches/3.0@11457 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/midi++2/midi++/mmc.h')
-rw-r--r--libs/midi++2/midi++/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/midi++2/midi++/mmc.h b/libs/midi++2/midi++/mmc.h
index 80169c2c25..e54b69a04d 100644
--- a/libs/midi++2/midi++/mmc.h
+++ b/libs/midi++2/midi++/mmc.h
@@ -99,6 +99,7 @@ class MachineControl
byte receive_device_id () const { return _receive_device_id; }
byte send_device_id () const { return _send_device_id; }
void enable_send (bool);
+ bool send_enabled () const { return _enable_send; }
void send (MachineControlCommand const &);
static bool is_mmc (byte *sysex_buf, size_t len);