summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Update for new Atom extension.David Robillard1-1/+1
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-1/+1
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-1/+1
2010-10-06Use URI-based LV2 header includes.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-05-04LV2Object => LV2Atom.David Robillard1-2/+2
2010-05-04Rename "object" extension "atom" extension.David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-6/+6
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard1-3/+8
2010-02-25Work on contexts and polymorphic ports.David Robillard1-6/+22
2010-02-24Add new Delay internal.David Robillard1-2/+2
2010-02-23Working dynamic polyphony in the root patch.David Robillard1-2/+14
2010-02-22Fix crash when dynamically reducing polyphony.David Robillard1-1/+2
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-42/+49
2010-02-14Add human name to internal nodes (fix ticket #479).David Robillard1-2/+3
2010-02-09Fix port value broadcasting to work with all types.David Robillard1-2/+2
2010-02-04Fix a bunch of memory leaks.David Robillard1-1/+1
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-8/+8
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-4/+3
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-5/+8
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-1/+0
2010-01-05Realtime safe buffer reference handling.David Robillard1-2/+2
2009-11-22Partial support for message/value ports and the message context.David Robillard1-1/+19
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-10/+10
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-32/+25
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-1/+1
2009-11-14Object extension.David Robillard1-6/+8
2009-11-12String port support.David Robillard1-12/+17
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard1-16/+15
2009-06-03Rename event classes to match new pretty file names.David Robillard1-2/+2
2009-06-03Move events to their own namespace.David Robillard1-2/+2
2009-06-03Chop "Event" from event source file names.David Robillard1-2/+2
2009-05-28Fix URIs.David Robillard1-8/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-13/+22
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-8/+8
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+2
2008-12-20Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f...David Robillard1-2/+3
2008-12-16Trim include dependency tree.David Robillard1-8/+8
2008-11-27MIDI learn for control node.David Robillard1-14/+20
2008-11-22Minor cleanup.David Robillard1-1/+0
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-10-12Add --jack-name command line option (implement feature request #176).David Robillard1-0/+1
2008-10-05Initialize _prepared_buffers.David Robillard1-0/+3
2008-09-30Fix building (both autohell and waf) with simpler ingen tree layout.David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+190