summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-03Fix Plugin class related bugs.David Robillard1-9/+12
git-svn-id: http://svn.drobilla.net/lad/slv2@814 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Fix latency for updated LV2 spec.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/lad/slv2@813 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Updated LV2 spec.David Robillard1-19/+5
git-svn-id: http://svn.drobilla.net/lad/slv2@809 a436a847-0d15-0410-975c-d299462d15a1
2007-09-24LV2 UI interface cleanups.David Robillard1-14/+5
Documentation reorganization. Updated LV2 spec (1.0beta5). git-svn-id: http://svn.drobilla.net/lad/slv2@775 a436a847-0d15-0410-975c-d299462d15a1
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-13/+48
Fix some memory leaks. Better/more future proof UI interface. git-svn-id: http://svn.drobilla.net/lad/slv2@772 a436a847-0d15-0410-975c-d299462d15a1
2007-09-22LV2 UI extension updates.David Robillard1-15/+15
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/slv2@763 a436a847-0d15-0410-975c-d299462d15a1
2007-07-29Build system fixes, building from top level doesn't recursively configure ↵David Robillard1-3/+4
slv2, but slv2 is still independently packageable/buildable. Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/slv2@650 a436a847-0d15-0410-975c-d299462d15a1
2007-07-23Updated LV2 spec.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@602 a436a847-0d15-0410-975c-d299462d15a1
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 ↵David Robillard1-2/+2
is more useful with unknown extended port types this way). Switched enum symbol naming scheme to be more typical and future proof. Added LV2 OSC support. git-svn-id: http://svn.drobilla.net/lad/slv2@600 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix a couple memory leaks/errors.David Robillard1-12/+44
Add proper bundle path finding (support plugins with binaries not immediately under their bundle paths, though none exist). Add slv2_plugin_get_bundle_uri. Add stub for loading plugin GUIs. git-svn-id: http://svn.drobilla.net/lad/slv2@553 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ↵David Robillard1-0/+9
warnings. git-svn-id: http://svn.drobilla.net/lad/slv2@550 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o ↵David Robillard1-3/+13
breaking binary compatibility). Increment libtool library version number accordingly (new methods added, still backwards compatible). git-svn-id: http://svn.drobilla.net/lad/slv2@547 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT ↵David Robillard1-0/+39
depend on GTK!). git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1
2007-06-01Load plugin data automatically on demand.David Robillard1-1/+10
git-svn-id: http://svn.drobilla.net/lad/slv2@528 a436a847-0d15-0410-975c-d299462d15a1
2007-05-09Ontology install path fixes.David Robillard1-9/+4
0.0.1 versioning stuff. Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it. git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-18/+48
Hack around a Rasqal bug for the above (URI predicates). Clean up exposed names for greppability and to not violate user namespace. Fixed slv2_plugin_get_value and slv2_plugin_get_value_for_resource. git-svn-id: http://svn.drobilla.net/lad/slv2@517 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Use index instead of variable name for selecting query variables ↵David Robillard1-15/+14
(performance enhancement). Improved ladspa2lv2, converting port hints and min/max/default values. git-svn-id: http://svn.drobilla.net/lad/slv2@481 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Reworked query/value system to expose data type.David Robillard1-42/+48
git-svn-id: http://svn.drobilla.net/lad/slv2@475 a436a847-0d15-0410-975c-d299462d15a1
2007-04-23Incorporated patch from larsl for reading plugin manifest files for plugin data.David Robillard1-3/+6
Plugged several memory leaks. git-svn-id: http://svn.drobilla.net/lad/slv2@474 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Code cleanups.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Plugin classes (categories) progress.David Robillard1-12/+6
git-svn-id: http://svn.drobilla.net/lad/slv2@467 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-10/+23
Renamed files to match API. git-svn-id: http://svn.drobilla.net/lad/slv2@466 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Preliminary categories support.David Robillard1-3/+38
git-svn-id: http://svn.drobilla.net/lad/slv2@465 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-4/+8
Document performance of most methods. Clean up and clarify documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@460 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-10/+7
Updated Ingen for SLV2 API changes. git-svn-id: http://svn.drobilla.net/lad/slv2@459 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-44/+198
Numerous significant performance improvements. git-svn-id: http://svn.drobilla.net/lad/slv2@457 a436a847-0d15-0410-975c-d299462d15a1
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-0/+20
git-svn-id: http://svn.drobilla.net/lad/slv2@321 a436a847-0d15-0410-975c-d299462d15a1
2007-02-19More memory error/leak fixes.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@319 a436a847-0d15-0410-975c-d299462d15a1
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard1-22/+66
Added stronger plugin validation. Plugged memory leaks. Aded list filtering by arbitrary function pointer. git-svn-id: http://svn.drobilla.net/lad/slv2@318 a436a847-0d15-0410-975c-d299462d15a1
2007-02-19Header/API cleanups.David Robillard1-32/+17
Removed public exposure of raptor/rasqal. Redefined opaque types properly. git-svn-id: http://svn.drobilla.net/lad/slv2@317 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been ↵David Robillard1-1/+1
exposed). git-svn-id: http://svn.drobilla.net/lad/slv2@316 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@315 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to ↵David Robillard1-37/+34
happen) and added consistent SLV2Plugins and SLV2Strings). Documentation cleanups. git-svn-id: http://svn.drobilla.net/lad/slv2@314 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-42/+24
git-svn-id: http://svn.drobilla.net/lad/slv2@309 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-52/+54
Changed port API to work by referring to either index or symbol. Plugged some leaks. Added access to plugin/port hints/properties. Updated lv2.ttl. git-svn-id: http://svn.drobilla.net/lad/slv2@285 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
2006-12-09Updated to match lv2.ttl changes (HostFeature class names)David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@213 a436a847-0d15-0410-975c-d299462d15a1
2006-12-03Fixed more stupid free() bugs.David Robillard1-11/+7
git-svn-id: http://svn.drobilla.net/lad/slv2@208 a436a847-0d15-0410-975c-d299462d15a1
2006-12-03Fixed (really stupid) crash with feature accessor functions.David Robillard1-6/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@207 a436a847-0d15-0410-975c-d299462d15a1
2006-09-03Saner (internal) query API, though still needs work.David Robillard1-34/+76
Preliminary (untested) support for host features/extensions/whatever. Documentation fixes and minor cleanups. git-svn-id: http://svn.drobilla.net/lad/libslv2@113 a436a847-0d15-0410-975c-d299462d15a1
2006-09-02Schema bug fixes (parsable now).David Robillard1-7/+56
Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1
2006-07-26Removed vstrjoinDavid Robillard1-5/+10
git-svn-id: http://svn.drobilla.net/lad/libslv2@105 a436a847-0d15-0410-975c-d299462d15a1
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-21/+21
- Updated types in lv2.h to be non-machine-dependant (removed unsigned long in favour of uint32_t) - Updated schema - Updated example plugin to work with the above (partially) git-svn-id: http://svn.drobilla.net/lad/libslv2@101 a436a847-0d15-0410-975c-d299462d15a1
2006-07-22Removed data type enumeration in favour of using the URI directlyDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/libslv2@100 a436a847-0d15-0410-975c-d299462d15a1
2006-06-11Catch broken plugins, messily for nowDavid Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/libslv2@24 a436a847-0d15-0410-975c-d299462d15a1
2006-06-11Fixed query problems on 64-bitDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/libslv2@23 a436a847-0d15-0410-975c-d299462d15a1
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+190
git-svn-id: http://svn.drobilla.net/lad/libslv2@4 a436a847-0d15-0410-975c-d299462d15a1