summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+2
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-8/+8
2013-12-30Fix deadlocks on exit.David Robillard1-1/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+4
2013-02-02More generic Atom class.David Robillard1-3/+3
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2013-01-11Use range-based for loops where possible.David Robillard1-11/+11
2013-01-11Use C++11 atomics.David Robillard1-3/+3
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2012-12-21Fix memory leaks.David Robillard1-0/+5
2012-11-21Configuration file support.David Robillard1-2/+3
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