summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Fix communication with connected sequence portsDavid Robillard1-3/+5
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-17/+17
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-2/+11
2015-10-23Reduce overheadDavid Robillard1-1/+17
2015-09-29Fix more URI conversion issues.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-2/+2
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-1/+24
2014-01-12Combine port buffers and set state into a single voice object.David Robillard1-43/+49
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-0/+10
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-11/+11
2013-02-03Don't lose peaks for cycles where notifications are not sent.David Robillard1-1/+2
2013-02-02Fix trigger and controller learn updating.David Robillard1-1/+2
2013-02-02Divorce monitor rate from block size, send updates at 10Hz.David Robillard1-1/+5
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-5/+13
2013-01-11Use type safe enumerations.David Robillard1-3/+3
2012-08-19GraphObject => NodeDavid Robillard1-2/+2
2012-08-18Node => BlockDavid Robillard1-9/+5
2012-08-15Clean up includes.David Robillard1-1/+0
2012-08-12Remove message context cruft.David Robillard1-5/+5
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-6/+8
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-2/+1
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-0/+21
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+1
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-3/+3
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard1-2/+10
2012-05-31Implement Control/CV morph ports.David Robillard1-0/+12
2012-05-22Fix crash when setting nodes polyphonic.David Robillard1-2/+0
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-3/+4
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-2/+4
2012-04-23Localise buffer reference stuff.David Robillard1-20/+21
2012-04-23Maybe fix boost compilation errors.David Robillard1-21/+20
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-23Fix compilation with latest LV2.David Robillard1-4/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+4
2011-10-03Use port type instead of buffer type where appropriate.David Robillard1-9/+2
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+5
2011-10-01Make PortImpl::get_buffers const.David Robillard1-1/+1
2011-09-15Fix control bindings (MIDI learn).David Robillard1-0/+12
2011-09-15TidyDavid Robillard1-14/+11
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard1-2/+5
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+174