summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Fix communication with connected sequence portssequencefixDavid Robillard1-18/+14
2016-10-02Add event outputs to Trigger and ControllerDavid Robillard1-0/+1
2016-10-02Fix MIDI I/ODavid Robillard1-1/+3
2016-10-02Fix sending UI events to sequence portsDavid Robillard1-1/+5
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-8/+8
2015-10-23Reduce overheadDavid Robillard1-4/+3
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-09-02Fix polyphonic subgraph outputs in a monophonic parent graph.David Robillard1-1/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-36/+67
2014-08-28Clean up code documentation.David Robillard1-18/+0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-6/+0
2014-01-12Combine port buffers and set state into a single voice object.David Robillard1-12/+12
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-9/+3
2013-01-27Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-2/+2
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard1-41/+41
2012-11-18Don't broadcast CV inputs connected to audio outputs.David Robillard1-2/+4
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-3/+3
2012-08-18Node => BlockDavid Robillard1-3/+3
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-3/+4
2012-08-12Remove message context cruft.David Robillard1-7/+6
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-10/+37
2012-08-11Reset peaks on disconnected inputs on the client side, reducing bandwidth and...David Robillard1-10/+1
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+2
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-3/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-3/+2
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-3/+3
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard1-4/+4
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-1/+1
2012-05-23Trim unnecessary includes.David Robillard1-3/+0
2012-05-22Fix crash when connecting control port to audio output on the root patch.David Robillard1-0/+1
2012-05-22Fix crash when setting nodes polyphonic.David Robillard1-3/+6
2012-05-13Avoid possibly creating a variable length array of size 0.David Robillard1-1/+1
2012-05-12Fix typo.David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-5/+6
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-8/+4
2012-05-12Remove redundant thread assertions.David Robillard1-2/+0
2012-05-11Fix compilation with clang.David Robillard1-8/+5
2012-05-11"Connection" => "Edge"David Robillard1-35/+35
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 "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-3/+3
2012-04-28Remove using declarations from headers.David Robillard1-2/+3