major design changes: use glib event loop for MIDI thread/UI; rework design of BaseUI and AbstractUI; solo & mute are both temporarily broken; OSC control up next; may segfault during exit
git-svn-id: svn://localhost/ardour2/branches/3.0@6328 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -53,7 +53,6 @@ BasicUI::register_thread (std::string name)
|
||||
std::string pool_name = name;
|
||||
pool_name += " events";
|
||||
|
||||
PBD::notify_gui_about_thread_creation (pthread_self(), name);
|
||||
SessionEvent::create_per_thread_pool (pool_name, 64);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user