summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-27Packaging stuff.David Robillard7-2/+180
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard15-361/+434
2008-01-24Make SLV2 UI class interface match ports.David Robillard2-8/+8
2008-01-24Kludge around string<->number issues in locales with a ',' decimal point, and...David Robillard3-13/+31
2008-01-23Remove 3 whopping LOC!!!111David Robillard1-3/+0
2008-01-23Trim useless cruft.David Robillard2-107/+3
2008-01-23More vicarious bug hunting.David Robillard1-0/+2
2008-01-23Fix decimal point kludge.David Robillard1-2/+2
2008-01-23Fix range printing for control ports in lv2_inspect.David Robillard1-0/+13
2008-01-21Work on generic LV2 events.David Robillard10-263/+130
2008-01-20Work on new generic events extension.David Robillard2-1/+28
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