summaryrefslogtreecommitdiffstats
path: root/src/server/internals
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-27Squeeze blank lines.David Robillard8-8/+0
2012-03-27Delete trailing whitespace.David Robillard2-7/+7
2012-03-27Switch to AGPL3+.David Robillard8-128/+128
2012-03-25Update for latest atom extension.David Robillard3-3/+3
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard5-116/+87
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard4-8/+19
2012-03-12Centralise atom creation in forge object.David Robillard4-51/+71
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard2-2/+2
2011-10-21Move more headers to shared include directory.David Robillard4-4/+4
2011-10-21Separate URIs from LV2URIMap.David Robillard8-12/+12
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard1-5/+6