summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-20Fix slv2_plugin_has_feature.David Robillard1-14/+6
2008-01-20Fix librdf failed assertion warning (freeing a NULL librdf_uri).David Robillard1-1/+3
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-0/+2
2008-01-17Update queries for new UI extension.David Robillard1-4/+4
2008-01-17Update LV2 UI header.David Robillard2-1/+3
2008-01-16Use OSX native plugin search path if __APPLE__ is defined.David Robillard1-18/+11
2008-01-16Attempt using "memory" RDF model instead of "hashes" for query performance (y...David Robillard1-3/+3
2008-01-15Move debian/changelog to ChangeLog.David Robillard1-0/+1
2008-01-15Fix RDF warning (freeing NULL query results).David Robillard1-1/+2
2008-01-15SLV2 0.4.4.David Robillard1-0/+25
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard7-49/+345
2008-01-11Fix port clashes when multiple plugins are listed in the same file.David Robillard1-1/+2
2008-01-09SLV2 0.4.2.David Robillard1-1/+1
2008-01-08Remove plugin discovery print statements.David Robillard1-3/+3
2007-12-19Update LV2 GUI URI.David Robillard1-1/+1
2007-12-17Work around the need for ORDER BY, taking a performance hit :/David Robillard1-3/+31
2007-12-15Updated LV2 GUI extension.David Robillard1-6/+0
2007-12-01Remove useless inmaintained ChangeLog/NEWS files.David Robillard1-2/+2
2007-11-29Fix instantiate parameters to match lv2.hDavid Robillard1-11/+11
2007-11-15Add Debian packaging stuff.David Robillard1-1/+1
2007-11-13Release preparation:David Robillard1-48/+0
2007-11-05Fix library versioning.David Robillard1-0/+1
2007-10-04Stripped some old useless #if 0'd out code.David Robillard2-206/+2
2007-10-04Fix librdf warnings.David Robillard7-20/+28
2007-10-03Look for user-installed plugins in ~/.lv2/bundlesDavid Robillard1-1/+1
2007-10-03Fix Plugin class related bugs.David Robillard7-34/+34
2007-10-03Fix latency for updated LV2 spec.David Robillard1-6/+6
2007-10-03Updated LV2 spec.David Robillard4-48/+26
2007-09-30Be more tolerant of NULL collections (appear as if they're empty instead of d...David Robillard4-7/+10
2007-09-26Fixed return type of UI accessor.David Robillard1-1/+1
2007-09-24LV2 UI interface cleanups.David Robillard5-55/+47
2007-09-23Fix LV2 UI stuff.David Robillard4-15/+219
2007-09-23Support for plugin UIs in separate bundles.David Robillard6-42/+74
2007-09-22pluginguiinstance -> pluginuiinstanceDavid Robillard2-1/+1
2007-09-22LV2 UI extension updates.David Robillard4-62/+62
2007-09-22Updates LV2 and LV2 UI specs.David Robillard2-12/+18
2007-09-20Remove lock stuff I hereby deem not SLV2's problem.David Robillard2-78/+0
2007-08-08Update ingen for SLV2 changes.David Robillard1-9/+9
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-4/+4
2007-08-07SLV2 0.1.0... maybe.David Robillard1-12/+16
2007-08-03Updated LV2 revision number.David Robillard2-5/+108
2007-07-31Added experimental Python bindings via swig.David Robillard1-1/+1
2007-07-30Fix SLV2 config.h path stuff.David Robillard1-1/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard2-5/+5
2007-07-26Fix possible missed plugin search when list size == 1.David Robillard1-3/+0
2007-07-25Don't call librdf_free_world if world was passed by called using slv2_world_n...David Robillard2-1/+10
2007-07-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u...David Robillard2-1/+74
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Updated LV2 spec.David Robillard5-18/+18