summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Fix broadcasting to several clients.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+3
2015-02-06Remove gthread dependency from engine.David Robillard1-14/+14
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-10/+13
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-0/+5
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-6/+6
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-5/+11
2014-01-04Don't complain to log when state has no ingen:file property.David Robillard1-1/+0
2013-12-26Remove unused Driver::is_realtime() method.David Robillard1-3/+2
2013-12-25Fix unportable use of NULL va_list (#921).David Robillard1-4/+4
2013-06-09Fix saving of bad node URIs in state.David Robillard1-1/+1
2013-06-08Fix crash on destruction when running in LV2.David Robillard1-3/+9
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard1-4/+13
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+3
2013-02-04Replace Raul::thread with std::thread.David Robillard1-32/+22
2013-02-03Fix compilation with GCC 4.6.David Robillard1-2/+3
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-15/+16
2013-01-11Use range-based for loops where possible.David Robillard1-10/+10
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
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