summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Collapse)AuthorFilesLines
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or ↵David Robillard12-158/+86
primitives) wherever possible. Make 'index' a fundemental property of ingen ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1113 a436a847-0d15-0410-975c-d299462d15a1
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@1112 a436a847-0d15-0410-975c-d299462d15a1
2008-01-23Remove port type enums.David Robillard1-34/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@1103 a436a847-0d15-0410-975c-d299462d15a1
2008-01-21Work on generic LV2 events.David Robillard8-152/+52
git-svn-id: http://svn.drobilla.net/lad/slv2@1090 a436a847-0d15-0410-975c-d299462d15a1
2008-01-20Work on new generic events extension.David Robillard1-1/+11
git-svn-id: http://svn.drobilla.net/lad/slv2@1089 a436a847-0d15-0410-975c-d299462d15a1
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-7/+7
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 LV2 UI header.David Robillard3-92/+109
git-svn-id: http://svn.drobilla.net/lad/slv2@1066 a436a847-0d15-0410-975c-d299462d15a1
2008-01-16SLV2 0.4.5 + documentation fixes.David Robillard2-0/+12
git-svn-id: http://svn.drobilla.net/lad/slv2@1060 a436a847-0d15-0410-975c-d299462d15a1
2008-01-15SLV2 0.4.4.David Robillard1-0/+12
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 Robillard14-44/+233
characteristics). git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09SLV2 0.4.2.David Robillard3-394/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@1040 a436a847-0d15-0410-975c-d299462d15a1
2007-12-21State the blindingly obvious for people with no common sense.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@995 a436a847-0d15-0410-975c-d299462d15a1
2007-12-15Updated LV2 GUI extension.David Robillard2-349/+288
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-1/+1
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-30Build/install man pages.David Robillard13-36/+31
git-svn-id: http://svn.drobilla.net/lad/slv2@928 a436a847-0d15-0410-975c-d299462d15a1
2007-11-29Fix instantiate parameters to match lv2.hDavid Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@921 a436a847-0d15-0410-975c-d299462d15a1
2007-11-14Updated lv2.h documentation.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/lad/slv2@914 a436a847-0d15-0410-975c-d299462d15a1
2007-10-04Fix librdf warnings.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@821 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Update LV2 spec.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@812 a436a847-0d15-0410-975c-d299462d15a1
2007-10-03Updated LV2 spec.David Robillard6-75/+56
git-svn-id: http://svn.drobilla.net/lad/slv2@809 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-26Remove GtkWidget forward declaration.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@782 a436a847-0d15-0410-975c-d299462d15a1
2007-09-26Added clarification of memory management responsibilities for ↵David Robillard1-0/+2
slv2_plugin_get_uis. git-svn-id: http://svn.drobilla.net/lad/slv2@781 a436a847-0d15-0410-975c-d299462d15a1
2007-09-26Updated lv2.hDavid Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/lad/slv2@779 a436a847-0d15-0410-975c-d299462d15a1
2007-09-24LV2 UI interface cleanups.David Robillard13-124/+40
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 Robillard3-0/+182
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/+14
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 Robillard7-65/+65
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 Robillard5-260/+395
git-svn-id: http://svn.drobilla.net/lad/slv2@762 a436a847-0d15-0410-975c-d299462d15a1
2007-09-21Tolerate plugins with run method set to NULL.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@749 a436a847-0d15-0410-975c-d299462d15a1
2007-09-20Remove lock stuff I hereby deem not SLV2's problem.David Robillard1-25/+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-5/+5
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 Robillard2-6/+6
SLV2PortDataType. Fixed autoconf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@682 a436a847-0d15-0410-975c-d299462d15a1
2007-08-03Updated LV2 revision number.David Robillard1-170/+170
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-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that ↵David Robillard1-0/+25
use Redland themselves. git-svn-id: http://svn.drobilla.net/lad/slv2@621 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 Robillard1-1/+1
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 Robillard2-18/+50
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-04Removed documentation referring to a nonexistant function.David Robillard1-3/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@565 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Fail gracefully if redland is deeply screwed.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@562 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard1-0/+1
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 Robillard2-26/+13
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 Robillard2-1/+39
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-07-01Fix comment typo.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@552 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix tab/space mixing in lv2-gtk2gui.hDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@551 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ↵David Robillard1-7/+2
warnings. git-svn-id: http://svn.drobilla.net/lad/slv2@550 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Made slv2_gui_type_get_uri static.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@549 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Added missing file.David Robillard1-0/+65
git-svn-id: http://svn.drobilla.net/lad/slv2@548 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o ↵David Robillard5-3/+39
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 Robillard5-0/+366
depend on GTK!). git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1