summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
AgeCommit message (Expand)AuthorFilesLines
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