summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2008-09-29Add slv2_instance_get_extension_data.David Robillard1-0/+19
2008-09-29Add slv2_port_get_value.David Robillard1-0/+10
2008-08-03Minor cleanups for easier seddability.David Robillard17-19/+19
2008-07-30Fix type passed to ScalePoints functions (actually just an opaque pointer, ae...David Robillard1-5/+5
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard1-11/+15
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard1-0/+16
2008-04-12LV2 UI extension updates from larsl.David Robillard2-58/+125
2008-02-01Generic LV2 event support in lv2_jack_host.David Robillard1-2/+1
2008-01-28Documentation fixes.David Robillard4-35/+35
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-0/+12
2008-01-27Packaging stuff.David Robillard6-1/+154
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard12-158/+86
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-2/+2
2008-01-23Remove port type enums.David Robillard1-34/+0
2008-01-21Work on generic LV2 events.David Robillard8-152/+52
2008-01-20Work on new generic events extension.David Robillard1-1/+11
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-7/+7
2008-01-17Update LV2 UI header.David Robillard3-92/+109
2008-01-16SLV2 0.4.5 + documentation fixes.David Robillard2-0/+12
2008-01-15SLV2 0.4.4.David Robillard1-0/+12
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard14-44/+233
2008-01-09SLV2 0.4.2.David Robillard3-394/+1
2007-12-21State the blindingly obvious for people with no common sense.David Robillard1-0/+4
2007-12-15Updated LV2 GUI extension.David Robillard2-349/+288
2007-12-01Remove useless inmaintained ChangeLog/NEWS files.David Robillard1-1/+1
2007-11-30Build/install man pages.David Robillard13-36/+31
2007-11-29Fix instantiate parameters to match lv2.hDavid Robillard1-3/+3
2007-11-14Updated lv2.h documentation.David Robillard1-11/+11
2007-10-04Fix librdf warnings.David Robillard1-0/+1
2007-10-03Update LV2 spec.David Robillard1-4/+4
2007-10-03Updated LV2 spec.David Robillard6-75/+56
2007-09-26Fixed return type of UI accessor.David Robillard1-1/+1
2007-09-26Remove GtkWidget forward declaration.David Robillard1-2/+0
2007-09-26Added clarification of memory management responsibilities for slv2_plugin_get...David Robillard1-0/+2
2007-09-26Updated lv2.hDavid Robillard1-1/+5
2007-09-24LV2 UI interface cleanups.David Robillard13-124/+40
2007-09-23Fix LV2 UI stuff.David Robillard3-0/+182
2007-09-23Support for plugin UIs in separate bundles.David Robillard6-42/+14
2007-09-22LV2 UI extension updates.David Robillard7-65/+65
2007-09-22Updates LV2 and LV2 UI specs.David Robillard5-260/+395
2007-09-21Tolerate plugins with run method set to NULL.David Robillard1-4/+4
2007-09-20Remove lock stuff I hereby deem not SLV2's problem.David Robillard1-25/+0
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 Robillard2-6/+6
2007-08-03Updated LV2 revision number.David Robillard1-170/+170
2007-07-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u...David Robillard1-0/+25
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard2-18/+50
2007-07-04Removed documentation referring to a nonexistant function.David Robillard1-3/+0