summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard1-2/+0
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+62
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-36/+36
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-16/+14
2012-08-15Remove unnecessary Jack thread bookkeeping stuff.David Robillard1-5/+0
2012-08-15Simpler and more unified EnginePort implementation.David Robillard1-170/+138
2012-08-15Remove EnginePort::move() in favour of Driver::rename_port().David Robillard1-18/+11
2012-08-14Don't look up system ports by path in the audio thread.David Robillard1-9/+4
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-08-12Remove message context cruft.David Robillard1-4/+3
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+2
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-8/+6
2012-07-31Remove AudioBuffer::copy and just use memcpy.David Robillard1-1/+1
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-1/+0
2012-07-31Remove rotten parallelism stuff.David Robillard1-5/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+4
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-1/+1
2012-05-27Add real-time annotations for sfpv.David Robillard1-1/+1
2012-05-23Fix copying of audio buffers and polyphonic audio output.David Robillard1-1/+3
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