summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-3/+3
2017-12-25Use nullptrDavid Robillard1-26/+26
2017-03-18Don't delete existing graph contents on LV2 restoreDavid Robillard1-0/+2
2017-03-18Fix LV2 portsDavid Robillard1-0/+7
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-3/+3
2017-02-14Fix LV2 host time eventsDavid Robillard1-6/+8
2016-12-14Don't shrink ports arrayDavid Robillard1-3/+0
2016-12-13Fix some real-time safety issuesDavid Robillard1-7/+7
2016-10-14Fix LV2 initialisationDavid Robillard1-7/+9
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