Fix include statements so they match all other files in gtk2_ardour
[ardour.git] / libs / ardour / session_midi.cc
index 177b2ef54a21867744dc8840b0495421cf60a679..2076f5d25f21a0f38e8caf324340305e4098cb19 100644 (file)
@@ -408,7 +408,7 @@ Session::setup_midi_control ()
        
        mmc_buffer[0] = 0xf0; // SysEx
        mmc_buffer[1] = 0x7f; // Real Time SysEx ID for MMC
-       mmc_buffer[2] = (mmc ? mmc->send_device_id() : 0x00);
+       mmc_buffer[2] = (mmc ? mmc->send_device_id() : 0x7f);
        mmc_buffer[3] = 0x6;  // MCC
 
        /* Set up the qtr frame message */