summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-3/+3
2020-08-02Make member functions const or static where possibleDavid Robillard1-1/+1
2020-08-02Fix include orderDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-12-08Fix use of virtual functions in destructorsDavid Robillard1-1/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-4/+4
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-5/+5
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-0/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-5/+12
2019-03-08Pass World everywhere by referenceDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard1-13/+13
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-2/+2
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-1/+1
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-9/+25
2016-10-06Add plugin state savingDavid Robillard1-4/+5
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-3/+3
2016-07-31Support thread-safe state restorationDavid Robillard1-4/+7
2016-03-14Load default plugin stateDavid Robillard1-0/+2
2015-11-08Add support for instance-access and data-accessDavid Robillard1-0/+2
2015-08-12Server-side presets.David Robillard1-0/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-19Server side presets.David Robillard1-0/+4
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+4
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-4/+6
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-13/+13
2012-08-19Patch => GraphDavid Robillard1-4/+4
2012-08-18Node => BlockDavid Robillard1-0/+116