summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Plugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-3/+2
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-2/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+5
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+1
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-3/+3
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-2/+3
2009-06-14Tolerate LV2 plugins without a binary URI.David Robillard1-3/+10
2009-05-28Replace new_plugin with put.David Robillard1-0/+8
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-9/+9
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+3
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+1
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-13/+11
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+94
2006-06-10More jugglingDavid Robillard1-275/+0
2006-06-09Added Om aka Graph aka god knows whatDavid Robillard1-0/+275