summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-8/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard1-1/+9
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-2/+4
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-3/+3
2010-02-26Fix queued connections (e.g. event input => print).David Robillard1-4/+4
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard1-41/+40
2010-02-25Work on contexts and polymorphic ports.David Robillard1-4/+4
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-2/+4
2010-02-24Add new Delay internal.David Robillard1-5/+0
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-7/+0
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-69/+57
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-9/+9
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-3/+6
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard1-1/+7
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-0/+6
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-2/+1
2010-01-05Event mixing.David Robillard1-1/+1
2010-01-04Remove redundant LV2EventBuffer class and merge with EventBuffer.David Robillard1-8/+11
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-5/+5
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-123/+68
2009-11-14Object extension.David Robillard1-9/+8
2009-06-03Remove vestigial interface.David Robillard1-1/+0
2009-06-03Clean up input port mixdown code.David Robillard1-30/+27
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard1-2/+3
2009-06-02Fix horribly broken LV2 event implementation (ticket #378 among other problems).David Robillard1-12/+7
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-2/+6
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-20/+20
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+1
2008-12-22Don't attempt to directly connect buffers with mismatches sizes on disconnect...David Robillard1-1/+1
2008-12-21Fix mixdown of several connections with varying sizes (i.e. control and audio...David Robillard1-2/+0
2008-12-16Trim include dependency tree.David Robillard1-7/+7
2008-11-22Fix event loss for outputs connected directly to several inputs (fix ticket #...David Robillard1-6/+10
2008-10-06LV2 and polyphony fixes from kfoltman.David Robillard1-14/+19
2008-10-05Remove cruft.David Robillard1-13/+0
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+297
2006-06-10More jugglingDavid Robillard1-352/+0
2006-06-09Added Om aka Graph aka god knows whatDavid Robillard1-0/+352