summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Controller.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-7/+7
2020-08-02Fix uninitialized variablesDavid Robillard1-1/+1
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-4/+5
2020-08-02Use type-appropriate math functionsDavid Robillard1-2/+2
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-7/+10
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-2/+2
2018-01-17Fix connecting value sequences to CVDavid Robillard1-1/+0
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-1/+1
2016-10-02Add event outputs to Trigger and ControllerDavid Robillard1-23/+46
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-3/+3
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-6/+6
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-14/+17
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-0/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-02Fix trigger and controller learn updating.David Robillard1-1/+1
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-1/+1
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-3/+3
2012-08-15Clean up includes.David Robillard1-2/+0
2012-08-14Use new LV2 MIDI API.David Robillard1-2/+3
2012-08-14Update for latest Raul.David Robillard1-1/+2
2012-08-12Stricter symbol construction and conversion.David Robillard1-13/+13
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-0/+1
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-5/+4
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-4/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-3/+3
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+0
2012-05-14Tidy.David Robillard1-1/+1
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard1-0/+1
2012-04-28Use CV ports on internal modules.David Robillard1-2/+2
2012-04-12Update for latest atom extension.David Robillard1-3/+2
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-25Update for latest atom extension.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-29/+23
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-1/+3
2012-03-12Centralise atom creation in forge object.David Robillard1-15/+21