summaryrefslogtreecommitdiffstats
path: root/hosts/lv2_jack_host.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-26Update for latest LV2 #include style.David Robillard1-3/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2009-08-10Fix comment spelling error.David Robillard1-1/+1
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-3/+3
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-17/+17
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-02-12Fix memory leaks.David Robillard1-0/+3
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-10-20Actually use installation location variables for everything.David Robillard1-1/+1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard1-1/+1
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard1-8/+10
2008-05-01GCC 4.3 fixes.David Robillard1-3/+4
2008-05-01Apply event reference counting (stubs) patch from larsl.David Robillard1-1/+13
2008-03-19Fix URI map extension implemenation in lv2_jack_host.David Robillard1-1/+1
2008-02-05Fix LV2 event stuff, courtesy kfoltman.David Robillard1-1/+1
2008-02-01Pad LV2 event buffers.David Robillard1-1/+1
2008-02-01Fix LV2 event stuff (header and lv2_jack_host).David Robillard1-1/+1
2008-02-01Generic LV2 event support in lv2_jack_host.David Robillard1-43/+57
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-20/+43
2008-01-21Work on generic LV2 events.David Robillard1-45/+72
2007-08-08Update ingen for SLV2 changes.David Robillard1-9/+9
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-2/+2
2007-07-30Fix SLV2 config.h path stuff.David Robillard1-1/+2
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
2007-07-24Move as much generated autohell crap to config/ as possible.David Robillard1-1/+1
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-49/+65
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-3/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-4/+4
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-10/+9
2007-04-11lv2_jack_host MIDI fixes.David Robillard1-16/+10
2007-04-08More Jack hacks. Dmitry owes me $20.David Robillard1-0/+5
2007-04-08Jack MIDI API compatibility fixes. Yes, again.David Robillard1-2/+1
2007-04-08You guessed it, more Jack MIDI API filthy broken constantly breaking API pain...David Robillard1-0/+2
2007-04-08More Jack MIDI API compatibility jacks.David Robillard1-0/+1
2007-04-07Jack MIDI API fixes.David Robillard1-4/+4
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+0
2007-02-19Header/API cleanups.David Robillard1-3/+3
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+1
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-10/+10
2007-02-09Removed data type stuff from SLV2.David Robillard1-3/+0
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard1-70/+44
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-4/+11
2007-02-05Reorganized tree in preparation for beta release.David Robillard1-0/+338