summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Clean up Thread interface.David Robillard1-2/+1
2012-05-14Tidy.David Robillard1-11/+11
2012-05-14Remove unnecessary includes.David Robillard1-3/+0
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+2
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-1/+3
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-8/+6
2012-05-11Move buffer stuff down to EnginePort.David Robillard1-18/+20
2012-05-11Add missing includes.David Robillard1-1/+0
2012-05-11Clean up and better document World interface.David Robillard1-3/+4
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-3/+3
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-35/+23
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-09DriverPort => EnginePort.David Robillard1-7/+7
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard1-55/+16
2012-05-02Separate EventSource interface from EventQueue implementation.David Robillard1-1/+0
2012-04-12Update for latest atom extension.David Robillard1-3/+2
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-25Update for latest atom extension.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-34/+30
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+2
2011-10-22Simplify Parser.David Robillard1-3/+3
2011-10-22Remove EventType.David Robillard1-7/+0
2011-10-21Merge QueuedEvent into Event.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-2/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-09Fix memory errors in Jack2 caused by jack creating several threads.David Robillard1-14/+6
2011-10-03Use port type instead of buffer type where appropriate.David Robillard1-7/+7
2011-09-23Fix memory leaks and errors.David Robillard1-5/+11
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+561