summaryrefslogtreecommitdiffstats
path: root/src/engine/ObjectBuffer.cpp
AgeCommit message (Expand)AuthorFilesLines
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