summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-28Gracefully handle UI communication ring overflow.David Robillard1-4/+13
2012-04-28Lint.David Robillard1-2/+2
2012-04-28Remove using declarations from headers.David Robillard1-4/+4
2012-04-27Fix mismatched sample rate and buffer size.David Robillard1-1/+1
2012-04-27Initialise thread system if necessary to work in non-Gtk hosts.David Robillard1-0/+4
2012-04-23Use URI defines where possible.David Robillard1-1/+1
2012-04-12Update for latest atom extension.David Robillard1-2/+1
2012-03-31Update for latest LV2 state extension.David Robillard1-6/+8
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-17/+16
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-18/+111
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-2/+2
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-11/+14