summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-10-02Add parallel graph executionDavid Robillard1-3/+5
2016-09-18Add fancy communication loggingDavid Robillard1-2/+2
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-14/+14
2016-08-17Rename main graph and control/notify portsDavid Robillard1-3/+3
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-1/+0
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-52/+35
2015-05-23Prevent concurrent Sord access.David Robillard1-3/+11
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-30/+13
2015-03-13Fix crash on LV2 destruction.David Robillard1-1/+3
2015-03-08Clear graph before loading a new preset.David Robillard1-12/+36
2015-03-08Simplify LV2 state restore code.David Robillard1-5/+4
2015-02-24Demodularize Parser and Serialiser.David Robillard1-6/+2
2015-02-24Use sequence buffer size from Jack.David Robillard1-2/+8
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
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