summaryrefslogtreecommitdiffstats
path: root/src/engine/PatchImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-25/+0
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard1-10/+9
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-01-08Clean up code (cpplint).David Robillard1-0/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-4/+5
2010-02-26Tinker subpatch polyphony logic.David Robillard1-1/+1
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard1-6/+4
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-27/+24
2010-02-25Fix (remove) use of PatchImpl::_connections in the audio thread.David Robillard1-6/+12
2010-02-24Merge NodeBase and NodeImpl.David Robillard1-7/+7
2010-02-24Add new Delay internal.David Robillard1-2/+2
2010-02-23Working dynamic polyphony in the root patch.David Robillard1-0/+4
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-24/+32
2010-02-04Fix a bunch of memory leaks.David Robillard1-0/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+3
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard1-0/+2
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-10/+10
2010-01-07Remove excessive debug output of compiled patch order.David Robillard1-12/+0
2010-01-07Fix compilation with --log-debug.David Robillard1-4/+3
2010-01-06Do all logging output via Raul streams.David Robillard1-9/+9
2009-11-22Partial support for message/value ports and the message context.David Robillard1-10/+13
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-4/+4
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-8/+8
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-29/+29
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+3
2008-12-20Fix race condition on clear patch.David Robillard1-3/+3
2008-12-16Trim include dependency tree.David Robillard1-1/+1
2008-11-22Minor cleanup.David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+481