summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-11/+0
2011-03-09Update for new SLV2 API.David Robillard1-12/+12
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-2/+0
2011-01-08Clean up code (cpplint).David Robillard1-3/+7
2011-01-08Support "request run" feature from contexts extension.David Robillard1-4/+5
2010-10-27Update for new Atom extension.David Robillard1-3/+3
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard1-2/+0
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-7/+7
2010-09-30Trim include tree.David Robillard1-0/+1
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-3/+3
2010-09-22LV2_MessageContext => LV2_Contexts_MessageContext.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-05-04Rename "object" extension "atom" extension.David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-4/+4
2010-03-04Use portable path construction.David Robillard1-1/+1
2010-02-25Work on contexts and polymorphic ports.David Robillard1-4/+18
2010-02-24Merge NodeBase and NodeImpl.David Robillard1-8/+8
2010-02-24Add new Delay internal.David Robillard1-3/+4
2010-02-23Free plugin instances when decreasing polyphony.David Robillard1-24/+22
2010-02-22Fail gracefully when LV2 plugins have illegal symbols.David Robillard1-6/+19
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-49/+30
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard1-3/+3
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-1/+0
2010-02-04Fix a bunch of memory leaks.David Robillard1-2/+11
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-0/+13
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-4/+5
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-2/+8
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-3/+8
2010-01-06Do all logging output via Raul streams.David Robillard1-8/+8
2010-01-05Realtime safe buffer reference handling.David Robillard1-1/+1
2009-11-22Partial support for message/value ports and the message context.David Robillard1-6/+12
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-11/+11
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-12/+13
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-2/+2
2009-11-14Object extension.David Robillard1-20/+19
2009-11-12String port support.David Robillard1-17/+53
2009-10-21Fix crash when plugins fail to instantiate.David Robillard1-2/+3
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-26/+26
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+3
2009-05-13The great ID refactoring of 2009.David Robillard1-2/+2
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-1/+1
2008-12-20Update lv2_contexts.h:David Robillard1-2/+2
2008-12-16Trim include dependency tree.David Robillard1-1/+1
2008-11-24Fix message extension.David Robillard1-2/+2
2008-11-22Minor cleanup.David Robillard1-5/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-06LV2 and polyphony fixes from kfoltman.David Robillard1-3/+18
2008-10-04Apply context extension fixes from kfoltman.David Robillard1-9/+17