summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-01-20Fix librdf failed assertion warning (freeing a NULL librdf_uri).David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@1082 a436a847-0d15-0410-975c-d299462d15a1
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-0/+2
Add lv2ev:supportsEvent port property. Add generic event port support to SLV2. git-svn-id: http://svn.drobilla.net/lad/slv2@1081 a436a847-0d15-0410-975c-d299462d15a1
2008-01-17Update queries for new UI extension.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@1067 a436a847-0d15-0410-975c-d299462d15a1
2008-01-17Update LV2 UI header.David Robillard2-1/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@1066 a436a847-0d15-0410-975c-d299462d15a1
2008-01-16Use OSX native plugin search path if __APPLE__ is defined.David Robillard1-18/+11
git-svn-id: http://svn.drobilla.net/lad/slv2@1061 a436a847-0d15-0410-975c-d299462d15a1
2008-01-16Attempt using "memory" RDF model instead of "hashes" for query performance ↵David Robillard1-3/+3
(yeah...?). git-svn-id: http://svn.drobilla.net/lad/slv2@1059 a436a847-0d15-0410-975c-d299462d15a1
2008-01-15Move debian/changelog to ChangeLog.David Robillard1-0/+1
Fix librdf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@1057 a436a847-0d15-0410-975c-d299462d15a1
2008-01-15Fix RDF warning (freeing NULL query results).David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@1055 a436a847-0d15-0410-975c-d299462d15a1
2008-01-15SLV2 0.4.4.David Robillard1-0/+25
git-svn-id: http://svn.drobilla.net/lad/slv2@1054 a436a847-0d15-0410-975c-d299462d15a1
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard7-49/+345
characteristics). git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
2008-01-11Fix port clashes when multiple plugins are listed in the same file.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@1048 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09SLV2 0.4.2.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@1040 a436a847-0d15-0410-975c-d299462d15a1
2008-01-08Remove plugin discovery print statements.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@1038 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Update LV2 GUI URI.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@979 a436a847-0d15-0410-975c-d299462d15a1
2007-12-17Work around the need for ORDER BY, taking a performance hit :/David Robillard1-3/+31
ORDER BY seems to not work for some? git-svn-id: http://svn.drobilla.net/lad/slv2@975 a436a847-0d15-0410-975c-d299462d15a1
2007-12-15Updated LV2 GUI extension.David Robillard1-6/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@974 a436a847-0d15-0410-975c-d299462d15a1
2007-12-01Remove useless inmaintained ChangeLog/NEWS files.David Robillard1-2/+2
More documentation fixes. SLV2 version 0.3.2. git-svn-id: http://svn.drobilla.net/lad/slv2@930 a436a847-0d15-0410-975c-d299462d15a1
2007-11-29Fix instantiate parameters to match lv2.hDavid Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/lad/slv2@921 a436a847-0d15-0410-975c-d299462d15a1
2007-11-15Add Debian packaging stuff.David Robillard1-1/+1
Rename pkg-config file libslv2 -> slv2 (conventional). git-svn-id: http://svn.drobilla.net/lad/slv2@916 a436a847-0d15-0410-975c-d299462d15a1
2007-11-13Release preparation:David Robillard1-48/+0
Fix scons building (still experimental). Bump version everywhere. Properly clean documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@910 a436a847-0d15-0410-975c-d299462d15a1
2007-11-05Fix library versioning.David Robillard1-0/+1
Fix full paths showing up in documentation. Closes ticket 112. git-svn-id: http://svn.drobilla.net/lad/slv2@903 a436a847-0d15-0410-975c-d299462d15a1
2007-10-04Stripped some old useless #if 0'd out code.David Robillard2-206/+2
Switch back to looking in ~/.lv2 for user bundles 'cause larsl said so. git-svn-id: http://svn.drobilla.net/lad/slv2@822 a436a847-0d15-0410-975c-d299462d15a1
2007-10-04Fix librdf warnings.David Robillard7-20/+28
git-svn-id: http://svn.drobilla.net/lad/slv2@821 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Look for user-installed plugins in ~/.lv2/bundlesDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@815 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Fix Plugin class related bugs.David Robillard7-34/+34
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 Robillard4-48/+26
git-svn-id: http://svn.drobilla.net/lad/slv2@809 a436a847-0d15-0410-975c-d299462d15a1
2007-09-30Be more tolerant of NULL collections (appear as if they're empty instead of ↵David Robillard4-7/+10
dying). Fix lv2_inspect crash on GUI-less plugins. git-svn-id: http://svn.drobilla.net/lad/slv2@787 a436a847-0d15-0410-975c-d299462d15a1
2007-09-26Fixed return type of UI accessor.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@783 a436a847-0d15-0410-975c-d299462d15a1
2007-09-24LV2 UI interface cleanups.David Robillard5-55/+47
Documentation reorganization. Updated LV2 spec (1.0beta5). git-svn-id: http://svn.drobilla.net/lad/slv2@775 a436a847-0d15-0410-975c-d299462d15a1
2007-09-23Fix LV2 UI stuff.David Robillard4-15/+219
Sineshaper embeds in Ingen now. git-svn-id: http://svn.drobilla.net/lad/slv2@773 a436a847-0d15-0410-975c-d299462d15a1
2007-09-23Support for plugin UIs in separate bundles.David Robillard6-42/+74
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-22pluginguiinstance -> pluginuiinstanceDavid Robillard2-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@764 a436a847-0d15-0410-975c-d299462d15a1
2007-09-22LV2 UI extension updates.David Robillard4-62/+62
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/slv2@763 a436a847-0d15-0410-975c-d299462d15a1
2007-09-22Updates LV2 and LV2 UI specs.David Robillard2-12/+18
git-svn-id: http://svn.drobilla.net/lad/slv2@762 a436a847-0d15-0410-975c-d299462d15a1
2007-09-20Remove lock stuff I hereby deem not SLV2's problem.David Robillard2-78/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@741 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Update ingen for SLV2 changes.David Robillard1-9/+9
SLV2 0.2.0. git-svn-id: http://svn.drobilla.net/lad/slv2@688 a436a847-0d15-0410-975c-d299462d15a1
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to ↵David Robillard1-4/+4
SLV2PortDataType. Fixed autoconf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@682 a436a847-0d15-0410-975c-d299462d15a1
2007-08-07SLV2 0.1.0... maybe.David Robillard1-12/+16
git-svn-id: http://svn.drobilla.net/lad/slv2@681 a436a847-0d15-0410-975c-d299462d15a1
2007-08-03Updated LV2 revision number.David Robillard2-5/+108
Fixed formatting in lv2.h. Better/terser comment for lv2:Specification in lv2.ttl. Implemented LV2 specification discovery. git-svn-id: http://svn.drobilla.net/lad/slv2@673 a436a847-0d15-0410-975c-d299462d15a1
2007-07-31Added experimental Python bindings via swig.David Robillard1-1/+1
Fixed building from slv2 directory. git-svn-id: http://svn.drobilla.net/lad/slv2@660 a436a847-0d15-0410-975c-d299462d15a1
2007-07-30Fix SLV2 config.h path stuff.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@656 a436a847-0d15-0410-975c-d299462d15a1
2007-07-29Build system fixes, building from top level doesn't recursively configure ↵David Robillard2-5/+5
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-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