summaryrefslogtreecommitdiffstats
path: root/src/server/internals
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard3-47/+0
2012-08-15Clean up includes.David Robillard8-11/+3
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard1-1/+1
2012-08-14Use new LV2 MIDI API.David Robillard4-29/+20
2012-08-14Update for latest Raul.David Robillard4-4/+8
2012-08-12Stricter symbol construction and conversion.David Robillard8-71/+71
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard4-0/+4
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard4-17/+13
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard3-30/+22
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard8-16/+16
2012-07-25Remove unnecessary NodeImpl::_srate field.David Robillard1-3/+5
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+0
2012-05-23Fix more debug logging stuff.David Robillard2-2/+2
2012-05-23Fix voice debugging stuff.David Robillard1-19/+21
2012-05-14Tidy.David Robillard8-69/+63
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard2-3/+3
2012-05-11Add missing includes.David Robillard4-1/+7
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard3-3/+0
2012-05-10LV2URIMap => URIMap.David Robillard4-4/+0
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard1-0/+1
2012-04-28Fix MIDI input.David Robillard1-2/+2
2012-04-28Use CV ports on internal modules.David Robillard4-14/+14
2012-04-28Lint.David Robillard3-20/+21
2012-04-12Update for latest atom extension.David Robillard3-11/+7