summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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-23Fix compilation with latest LV2.David Robillard1-3/+3
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-5/+5
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-0/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-3/+4
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-06Tidy.David Robillard1-2/+4
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard1-22/+18
2011-10-03Use port type instead of buffer type where appropriate.David Robillard1-2/+2
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-2/+2
2011-10-03Don't stack allocate buffer array unless it's needed.David Robillard1-7/+11
2011-10-01Make PortImpl::get_buffers const.David Robillard1-1/+1
2011-09-23Animate audio port colours based on levels.David Robillard1-4/+11
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+229