summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Work on contexts and polymorphic ports.David Robillard1-3/+25
2010-02-25Fix cross-context (audio -> message) connections.David Robillard1-0/+1
2010-02-23Working dynamic polyphony in the root patch.David Robillard1-1/+0
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-13/+30
2010-01-07Fix compilation with ancient boost intrusive_ptr (fix ticket #467).David Robillard1-1/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-7/+8
2010-01-06Fix error message.David Robillard1-1/+1
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-1/+1
2010-01-05Realtime safe buffer reference handling.David Robillard1-3/+4
2010-01-05Event mixing.David Robillard1-1/+1
2010-01-04Remove redundant LV2EventBuffer class and merge with EventBuffer.David Robillard1-11/+10
2009-11-22Enqueue message thread requests by the port, not by the node.David Robillard1-2/+1
2009-11-22Execute cross-context events in correct increasing time order.David Robillard1-2/+4
2009-11-22Partial support for message/value ports and the message context.David Robillard1-12/+65
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-152/+27
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-1/+1
2009-11-14Object extension.David Robillard1-16/+13
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-14/+14
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+1
2009-05-11Fix subpatch MIDI IO.David Robillard1-10/+6
2009-02-20Fix crash when connecting ports with mismatched poly where the destination po...David Robillard1-3/+3
2008-12-16Trim include dependency tree.David Robillard1-1/+0
2008-11-22Fix event loss for outputs connected directly to several inputs (fix ticket #...David Robillard1-1/+3
2008-11-17Fix crash.David Robillard1-1/+1
2008-11-17Always copy when destination port has fixed buffers.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-13Fix off-by-1 memory error.David Robillard1-1/+1
2008-10-13Fix various problems with subpatch connecting/disconnecting (and probably int...David Robillard1-7/+20
2008-10-11Fix crash in some connection scenario or another. Control->control mixing. ...David Robillard1-1/+1
2008-10-11Fix 'extending' logic (control->audio connections) to deal with varying poly ...David Robillard1-8/+8
2008-10-06LV2 and polyphony fixes from kfoltman.David Robillard1-29/+73
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+185