major design changes: use glib event loop for MIDI thread/UI; rework design of BaseUI...
[ardour.git] / libs / ardour / audioengine.cc
index b69b06c4dbe4eebc1e6ae5479d3a5fb2fc1d5717..2c16c52296a0bb8b0b0b2215ef5d97e3e3db2df7 100644 (file)
@@ -135,7 +135,9 @@ _thread_init_callback (void * /*arg*/)
           knows about it.
        */
 
-       PBD::notify_gui_about_thread_creation (pthread_self(), X_("Audioengine"), 4096);
+       PBD::notify_gui_about_thread_creation ("gui", pthread_self(), X_("Audioengine"), 4096);
+       PBD::notify_gui_about_thread_creation ("midiui", pthread_self(), X_("Audioengine"), 128);
+
        SessionEvent::create_per_thread_pool (X_("Audioengine"), 512);
 
        MIDI::JACK_MidiPort::set_process_thread (pthread_self());