attempt to stop sending MMC/MTC while exporting or freewheeling for any reason
[ardour.git] / libs / midi++2 / midi++ / mmc.h
index 80169c2c25cfc901b6968443e0e8b9a52c124085..e54b69a04daca1274c57bc7914a11363996ccd1b 100644 (file)
@@ -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);