summaryrefslogtreecommitdiffstats
path: root/ingen/QueuedInterface.hpp
AgeCommit message (Collapse)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-0/+66
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive.