summaryrefslogtreecommitdiffstats
path: root/src/engine/ObjectBuffer.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-2/+2
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-04Rename "object" extension "atom" extension.David Robillard1-12/+12
2010-02-24Add new Delay internal.David Robillard1-5/+13
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-0/+6
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-2/+2
2010-02-19Fix audio->control connections.David Robillard1-2/+10
2010-02-14Correctly initialise object buffers.David Robillard1-2/+8
2010-02-09Fix port value broadcasting to work with all types.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-3/+3
2010-01-05Realtime safe buffer reference handling.David Robillard1-2/+2
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-7/+7
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-44/+53
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-1/+1
2009-11-14Object extension.David Robillard1-0/+119