summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Use atoms for option values.David Robillard1-2/+3
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-2/+3
2012-11-17LV2 time support when running as a plugin.David Robillard1-1/+13
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard1-4/+7
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+4
2012-08-29Update for latest options extension.David Robillard1-4/+4
2012-08-29Implement buf-size via options.David Robillard1-33/+44
2012-08-20Replace several assertions with graceful error handling.David Robillard1-3/+4
2012-08-19Patch => GraphDavid Robillard1-60/+60
2012-08-18Node => BlockDavid Robillard1-1/+1
2012-08-18Fix running as an LV2 plugin.David Robillard1-12/+25
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-33/+50
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-15Simpler and more unified EnginePort implementation.David Robillard1-99/+68
2012-08-15Remove EnginePort::move() in favour of Driver::rename_port().David Robillard1-10/+15
2012-08-14Don't look up system ports by path in the audio thread.David Robillard1-7/+8
2012-08-14Update for latest Raul.David Robillard1-2/+2
2012-08-12Remove message context cruft.David Robillard1-0/+1
2012-08-12Fix Sequence output for LV2.David Robillard1-3/+3
2012-08-12Fix notifications when running as LV2.David Robillard1-1/+2
2012-08-12Faster control input as LV2.David Robillard1-11/+20
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-3/+4
2012-08-10Fix a ton of warnings.David Robillard1-1/+1
2012-08-08Support latest LV2 buf-size extension.David Robillard1-7/+12
2012-07-31Fix running as an LV2 plugin.David Robillard1-8/+9
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-7/+6
2012-07-31Remove AudioBuffer::copy and just use memcpy.David Robillard1-2/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-37/+35
2012-06-10Working control ports when running under LV2.David Robillard1-1/+5
2012-06-05Use LV2 buf-size extension.David Robillard1-15/+31
2012-06-02Use URI constants.David Robillard1-2/+2
2012-06-01Functioning MIDI input and internals when running as an LV2.David Robillard1-2/+10
2012-05-22More work on test suite.David Robillard1-1/+2
2012-05-14Clean up Thread interface.David Robillard1-2/+2
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-3/+3
2012-05-14Real-time safe LV2 message handling.David Robillard1-22/+98
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-1/+0
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-6/+11
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-22/+18
2012-05-11Make IngenPort non-pure.David Robillard1-5/+0
2012-05-11Move buffer stuff down to EnginePort.David Robillard1-5/+0
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-5/+5
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-21/+18
2012-05-10LV2URIMap => URIMap.David Robillard1-2/+2
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-3/+3
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-1/+1
2012-05-09DriverPort => EnginePort.David Robillard1-6/+7
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-11/+5
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-10/+10