summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard1-1/+1
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard1-7/+13
2008-04-29Don't print "Properties:" header for ports with no properties.David Robillard1-2/+4
2008-03-12Sorta workingish chicken scheme bindings.David Robillard1-2/+4
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-1/+1
2008-01-27Packaging stuff.David Robillard1-4/+19
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard2-30/+50
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-2/+2
2008-01-23Vicarious locale testing.David Robillard1-0/+3
2008-01-23Fix range printing for control ports in lv2_inspect.David Robillard1-0/+3
2008-01-21Work on generic LV2 events.David Robillard1-36/+8
2008-01-20Work on new generic events extension.David Robillard1-0/+12
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-0/+3
2008-01-10Fix lv2_inspect command line handling.David Robillard1-1/+1
2008-01-09SLV2 0.4.2.David Robillard1-1/+1
2007-11-15Add Debian packaging stuff.David Robillard1-1/+2
2007-11-13Adhere to GNU standards (add necessary files, support --help and --version).David Robillard2-2/+69
2007-11-13Release preparation:David Robillard1-1/+1
2007-10-11Update ladspa2lv2 slightly...David Robillard1-4/+4
2007-10-03Line things up better.David Robillard1-9/+9
2007-10-03Updated LV2 spec.David Robillard1-31/+20
2007-09-24LV2 UI interface cleanups.David Robillard1-8/+8
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-13/+17
2007-09-22LV2 UI extension updates.David Robillard1-10/+10
2007-08-21Link with -lm for ladspa2lv2.David Robillard1-1/+1
2007-08-08Update ingen for SLV2 changes.David Robillard1-5/+5
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-1/+1
2007-07-30Fix bundled SLV2 client building.David Robillard1-1/+1
2007-07-23Prettified output.David Robillard1-64/+83
2007-07-23Updated LV2 spec.David Robillard1-2/+2
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-22/+27
2007-07-01Fix a couple memory leaks/errors.David Robillard1-0/+1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-3/+6
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard1-12/+9
2007-05-30Fixed the other one.David Robillard1-1/+1
2007-05-30Fixed lv2_inspect crash bug (exposed by AZR3).David Robillard1-1/+1
2007-05-09Ontology install path fixes.David Robillard1-0/+2
2007-05-08Exposed slv2_value_free.David Robillard3-1/+607
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-1/+20
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-26/+128
2007-04-28ladspa2lv2 fixes.David Robillard1-19/+43
2007-04-28Compile fixes, rewrote ladspa2lv2 as plain C using Redland.David Robillard4-215/+258
2007-04-28Reworked query/value system to expose data type.David Robillard1-20/+22
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-1/+1
2007-04-20Preliminary categories support.David Robillard1-0/+3
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard2-21/+31
2007-04-19Renamed SLV2Model SLV2World.David Robillard2-8/+8
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard3-22/+40
2007-02-19Removed outdated utils/READMEDavid Robillard1-3/+0
2007-02-19More memory error/leak fixes.David Robillard2-1/+1