reset midi synth (panic) when seeking or re-starting audition
[ardour.git] / libs / ardour / midi_ui.cc
index 0729132d6cf69e490085e219a1edf641cae2e032..b80370ec6aca2ca8545c4ae3e73d8536c446286d 100644 (file)
@@ -61,6 +61,8 @@ MidiControlUI::do_request (MidiUIRequest* req)
 {
        if (req->type == Quit) {
                BaseUI::quit ();
+       } else if (req->type == CallSlot) {
+               req->the_slot ();
        }
 }