resolve gtk + VST threading issues
authorRobin Gareus <robin@gareus.org>
Sat, 22 Feb 2014 01:44:34 +0000 (02:44 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 22 Feb 2014 02:11:48 +0000 (03:11 +0100)
commitdfdf9a35f1e990c45f35632eb993eb67f4f7abf8
treea74a58b39c8f08859c547b8e0f6c8a443cba8bf2
parentb3154e8ed6b5bb62acdc4b5a72133ceaeab7e53e
resolve gtk + VST threading issues

while (gtk_events_pending()) gtk_main_iteration(); never returns
as long as there's a idle call registered somewhere (and it's not
called from an idle callback itself)
gtk2_ardour/ardour_ui.cc
gtk2_ardour/editor_audio_import.cc
libs/ardour/session_vst.cc
libs/fst/fst.c
libs/fst/fst.h
libs/fst/vstwin.c