summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-07-26Fix possible missed plugin search when list size == 1.David Robillard1-3/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@633 a436a847-0d15-0410-975c-d299462d15a1
2007-07-25Don't call librdf_free_world if world was passed by called using ↵David Robillard2-1/+10
slv2_world_new_using_rdf_world. git-svn-id: http://svn.drobilla.net/lad/slv2@623 a436a847-0d15-0410-975c-d299462d15a1
2007-07-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that ↵David Robillard2-1/+74
use Redland themselves. git-svn-id: http://svn.drobilla.net/lad/slv2@621 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/slv2@610 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
Added (in-progress) OSC Metronome plugin. git-svn-id: http://svn.drobilla.net/lad/slv2@605 a436a847-0d15-0410-975c-d299462d15a1
2007-07-23Updated LV2 spec.David Robillard5-18/+18
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 Robillard3-35/+78
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-04Fixed mismatched function declaration/definition names.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@576 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Fail gracefully if redland is deeply screwed.David Robillard1-2/+25
git-svn-id: http://svn.drobilla.net/lad/slv2@562 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Fail gracefully when a plugin can't be instantiated (instead of crashing on ↵David Robillard1-11/+15
assert failure). git-svn-id: http://svn.drobilla.net/lad/slv2@559 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Fix binary search bug which never found an element in lists of size 1, ↵David Robillard1-3/+0
resulting in duplicate/broken records for the first plugin found. git-svn-id: http://svn.drobilla.net/lad/slv2@558 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Back out last commit (ignored all plugins w/o doap:name in manifest.ttl, ↵David Robillard1-3/+1
avoiding invalid plugins will be tougher than I thought...) git-svn-id: http://svn.drobilla.net/lad/slv2@557 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@556 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard3-39/+38
Cleaned up messy GUI code. Added _gtk2 to gtk2 specific GUI function names (is a nicer more abstract way than this possible?). Fixed instantiation bugs caused by last commit's bundle URI stuff. git-svn-id: http://svn.drobilla.net/lad/slv2@554 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix a couple memory leaks/errors.David Robillard4-25/+68
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 Robillard4-12/+53
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 Robillard4-0/+217
depend on GTK!). git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1
2007-06-27Added slv2_value_duplicate.David Robillard1-0/+11
git-svn-id: http://svn.drobilla.net/lad/slv2@545 a436a847-0d15-0410-975c-d299462d15a1
2007-06-21Fix crash when HOME env variable isn't set.David Robillard1-2/+6
git-svn-id: http://svn.drobilla.net/lad/slv2@539 a436a847-0d15-0410-975c-d299462d15a1
2007-06-15Discovery performance improvements.David Robillard2-16/+27
git-svn-id: http://svn.drobilla.net/lad/slv2@537 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 Robillard3-14/+18
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-08Exposed slv2_value_free.David Robillard2-2/+0
Fixed memory leak in lv2_inspect. Included ladspa.h for ladspa2lv2. git-svn-id: http://svn.drobilla.net/lad/slv2@519 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Code cleanups.David Robillard3-36/+48
Updated lv2.ttl. git-svn-id: http://svn.drobilla.net/lad/slv2@518 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard7-43/+127
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-05-01Converted Raul (and thus Ingen and Machina) to use Redland over ↵David Robillard1-0/+27
Raptor/Rasqal independently. Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/slv2@486 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Use index instead of variable name for selecting query variables ↵David Robillard4-20/+22
(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-28Added missing files.David Robillard1-0/+141
git-svn-id: http://svn.drobilla.net/lad/slv2@476 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Reworked query/value system to expose data type.David Robillard8-133/+175
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 Robillard3-7/+60
Plugged several memory leaks. git-svn-id: http://svn.drobilla.net/lad/slv2@474 a436a847-0d15-0410-975c-d299462d15a1
2007-04-23Fixed outdated includes.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@473 a436a847-0d15-0410-975c-d299462d15a1
2007-04-23Documention updates/fixes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@471 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Code cleanups.David Robillard10-9/+9
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Plugin classes (categories) progress.David Robillard4-26/+70
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 Robillard9-75/+97
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 Robillard8-44/+264
git-svn-id: http://svn.drobilla.net/lad/slv2@465 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Fix memory leaks.David Robillard1-12/+2
Make slv2_world_get_all_plugins O(1). git-svn-id: http://svn.drobilla.net/lad/slv2@462 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard5-34/+79
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 Robillard5-67/+63
Updated Ingen for SLV2 API changes. git-svn-id: http://svn.drobilla.net/lad/slv2@459 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added random autoconf macro the warning said to.David Robillard1-0/+321
Added missing files. git-svn-id: http://svn.drobilla.net/lad/slv2@458 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard8-344/+466
Numerous significant performance improvements. git-svn-id: http://svn.drobilla.net/lad/slv2@457 a436a847-0d15-0410-975c-d299462d15a1
2007-04-07Fixed query bug when referring to ports by symbol.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@412 a436a847-0d15-0410-975c-d299462d15a1
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@336 a436a847-0d15-0410-975c-d299462d15a1
2007-02-20Updated Ingen for most recent SLV2 API.David Robillard1-3/+12
Minor (unlikely) SLV2 bug fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@322 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 Robillard2-4/+3
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 Robillard4-69/+129
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 Robillard8-96/+69
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 Robillard6-11/+84
exposed). git-svn-id: http://svn.drobilla.net/lad/slv2@316 a436a847-0d15-0410-975c-d299462d15a1