summaryrefslogtreecommitdiffstats
path: root/src/server/internals
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Clean up namespace commentsDavid Robillard5-5/+5
2020-08-02Use default member initializationDavid Robillard1-8/+8
2020-08-02Use consistent naming for context parametersDavid Robillard10-92/+91
2020-08-02Fix uninitialized variablesDavid Robillard1-1/+1
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard4-15/+18
2020-08-02Use type-appropriate math functionsDavid Robillard1-2/+2
2020-08-01Use modern castsDavid Robillard3-9/+16
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard8-36/+51
2018-09-23Use override specifiersDavid Robillard5-10/+10
2018-09-23Use lowercase namespace namesDavid Robillard10-65/+65
2018-09-22Use new LV2 include pathsDavid Robillard4-8/+8
2018-09-04Fix unintentional fall-throughDavid Robillard1-0/+1
2018-01-21Use C++ style includes for standard language headersDavid Robillard2-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard5-6/+6
2018-01-17Fix connecting value sequences to CVDavid Robillard1-1/+0
2017-12-25Remove superfluous using namespace declarationsDavid Robillard3-6/+0
2017-12-25Always use bracesDavid Robillard2-6/+12
2017-12-25Use nullptrDavid Robillard1-6/+6
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard2-6/+0
2017-02-18Reduce Driver couplingDavid Robillard1-1/+0
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard6-19/+19
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-2/+2
2016-10-14Fix sequence ports with valuesDavid Robillard1-2/+0
2016-10-02Add event outputs to Trigger and ControllerDavid Robillard4-50/+103
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-2/+2
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard3-229/+102
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard10-41/+41
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard2-12/+12
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard10-19/+19
2015-04-09Fix multiple note triggers on the same sample.David Robillard1-2/+9
2015-04-04Update copyright dates.David Robillard10-10/+10
2014-11-17Add support for pitch bend and channel/note pressure.David Robillard2-2/+60
2014-08-31Use float sequences for sample-accurate control ports.David Robillard10-56/+55
2014-01-24Fix various whitespace and formatting issues.David Robillard4-5/+1
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard3-0/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard4-4/+4
2013-02-02Fix trigger and controller learn updating.David Robillard2-2/+2
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard2-2/+2
2013-01-11Use type safe enumerations.David Robillard2-26/+26
2013-01-08Add log plugin.David Robillard1-0/+2
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard2-4/+4
2012-11-16Remove unnecessary include.David Robillard1-1/+0
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard2-0/+141
2012-10-27Replace octaves port with note number port.David Robillard2-12/+9
2012-08-20Replace several assertions with graceful error handling.David Robillard1-1/+1
2012-08-20Add AMS style octaves output to note block.David Robillard2-12/+25
2012-08-19Patch => GraphDavid Robillard8-10/+10
2012-08-18Node => BlockDavid Robillard8-28/+28