summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-02Fix loading plugins with garbage extension_data pointers (tsk tsk, swh).David Robillard1-0/+6
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+305