summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard1-14/+14
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-3/+3
2012-08-15Clean up includes.David Robillard1-1/+0
2012-08-12Remove message context cruft.David Robillard1-3/+3
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-0/+3
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-1/+2
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-2/+2
2012-05-11"Connection" => "Edge"David Robillard1-15/+15
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-1/+1
2012-04-23Localise buffer reference stuff.David Robillard1-3/+3
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-0/+1
2012-01-14Fix crashes on shutdown (fix #805).David Robillard1-2/+4
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard1-6/+11
2011-10-01Make PortImpl::get_buffers const.David Robillard1-1/+1
2011-06-11Remove dead code.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+93