summaryrefslogtreecommitdiffstats
path: root/ingen/QueuedInterface.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-66/+0
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.
2019-03-09Clean up includes and forward declarationsDavid Robillard1-3/+3
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.