Make import GUI report if you are importing a file of a name that
[ardour.git] / libs / ardour / session_midi.cc
index b6396a6bcadae38f651e58992bf752f3ccace4a1..5b1b9060d45bb96d567512dbac4345af31409211 100644 (file)
@@ -398,7 +398,7 @@ Session::setup_midi_control ()
        
        mmc_buffer[0] = 0xf0; // SysEx
        mmc_buffer[1] = 0x7f; // Real Time SysEx ID for MMC
-       mmc_buffer[2] = mmc->send_device_id();
+       mmc_buffer[2] = (mmc ? mmc->send_device_id() : 0x7f);
        mmc_buffer[3] = 0x6;  // MCC
 
        /* Set up the qtr frame message */