summaryrefslogtreecommitdiffstats
path: root/slv2/plugin.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-03Minor cleanups for easier seddability.David Robillard1-1/+1
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-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-0/+12
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-39/+39
2008-01-21Work on generic LV2 events.David Robillard1-12/+0
2008-01-15SLV2 0.4.4.David Robillard1-0/+12
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-1/+59
2007-11-30Build/install man pages.David Robillard1-3/+3
2007-10-03Updated LV2 spec.David Robillard1-43/+30
2007-09-26Added clarification of memory management responsibilities for slv2_plugin_get...David Robillard1-0/+2
2007-09-24LV2 UI interface cleanups.David Robillard1-4/+3
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-15/+3
2007-09-22LV2 UI extension updates.David Robillard1-10/+10
2007-07-04Removed documentation referring to a nonexistant function.David Robillard1-3/+0
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard1-14/+0
2007-07-01Fix a couple memory leaks/errors.David Robillard1-0/+38
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-2/+2
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard1-0/+26
2007-05-09Ontology install path fixes.David Robillard1-2/+2
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-1/+9
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-2/+3
2007-04-28Fixed more outdated reference to strings.hDavid Robillard1-1/+1
2007-04-28Reworked query/value system to expose data type.David Robillard1-13/+13
2007-04-21Code cleanups.David Robillard1-14/+0
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-4/+4
2007-04-20Preliminary categories support.David Robillard1-0/+6
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-16/+44
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-4/+4
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-7/+33
2007-04-18Documentation fixes.David Robillard1-4/+9
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-9/+27
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard1-1/+11
2007-02-19Header/API cleanups.David Robillard1-19/+35
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+2
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-9/+9
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-26/+11
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-27/+34
2007-02-05Documentation fixes.David Robillard1-2/+2
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2006-09-03Saner (internal) query API, though still needs work.David Robillard1-0/+44
2006-09-03Warning and documentation fixes.David Robillard1-1/+1
2006-09-02Schema bug fixes (parsable now).David Robillard1-0/+21
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-8/+9
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+168