aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Add release time.David Robillard1-0/+4
2012-02-28Redefine time extension generically.David Robillard3-118/+119
2012-02-28Reset stack when changing buffer or sink.David Robillard1-4/+6
2012-02-28Make heading match current terminology.David Robillard1-3/+3
2012-02-28Replace lv2:relation with the concept of plugin "parameters".David Robillard2-10/+25
2012-02-27Add lv2:relation, lv2:latency, and lv2:freeWheeling.David Robillard3-4/+43
2012-02-24Fix loading of initial sample.David Robillard1-6/+6
2012-02-23Fix util.h in C++.David Robillard1-0/+4
2012-02-23Put atom size first.David Robillard5-27/+24
2012-02-23Separately define body types for atoms with non-trivial bodies so the type de...David Robillard8-180/+245
2012-02-19Fix compilation of tests.David Robillard1-0/+4
2012-02-19Fix URID forging.David Robillard1-1/+1
2012-02-19Fix URI typo.David Robillard1-1/+1
2012-02-19Remove atom:Bang.David Robillard2-7/+0
2012-02-19Clean up documentation.David Robillard7-65/+64
2012-02-19Rename LV2_Atom_Object::type => LV2_Atom_Object::otype to avoid confusion wit...David Robillard3-5/+5
2012-02-19Remove unised LV2_Atom_Response.David Robillard1-10/+0
2012-02-19Improve atom introduction.David Robillard1-9/+8
2012-02-19Fix dangling commas in Properties and Instances index.David Robillard1-5/+7
2012-02-19atom/atom-helpers.h => atom/util.h.David Robillard7-7/+7
2012-02-19Delete trailing whitespace.David Robillard1-1/+1
2012-02-19Clean up code, update copyright dates.David Robillard8-48/+48
2012-02-18msg:cause => msg:request.David Robillard2-4/+4
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard10-186/+201
2012-02-18Implement writing to forge sink.David Robillard1-26/+46
2012-02-18Update documentation.David Robillard1-6/+20
2012-02-18Make forge API more fool-proof and automatically update container sizes to an...David Robillard4-152/+188
2012-02-18Fix invalid messages sent between plugin and UI.David Robillard2-9/+10
2012-02-18Update documentation to match reality.David Robillard1-3/+3
2012-02-18Send notifications to the UI and display loaded sample path.David Robillard3-140/+209
2012-02-17Add LV2_Atom_Port_Buffer.David Robillard3-9/+37
2012-02-17Send a proper file URI to load sample instead of a path string.David Robillard3-27/+69
2012-02-17Add atom:URI.David Robillard3-22/+89
2012-02-16Implement real-time safe sample loading.David Robillard7-141/+608
2012-02-16Add atom:eventTransfer (for UIs that talk to atom event ports).David Robillard4-162/+158
2012-02-16Don't check for gcov for every sub-package.David Robillard1-1/+1
2012-02-14Add lv2_object_getv.David Robillard3-66/+154
2012-02-13Fix bad returns.David Robillard1-2/+2
2012-02-13Add response port (not yet used).David Robillard2-40/+60
2012-02-13Centralize URI map cache and use in both plugin and UI.David Robillard3-35/+53
2012-02-13Use portable thread implementation.David Robillard3-35/+182
2012-02-13Fix documentation linkes.David Robillard1-1/+1
2012-02-12Finish up sequence / time type stuff.David Robillard3-8/+37
2012-02-12Make top-level 'waf dist' generate necessary files so rdflib is not a build r...David Robillard3-42/+70
2012-02-11Sshh.David Robillard2-7/+0
2012-02-11Move NEWS generation stuff up into autowaf.David Robillard5-104/+35
2012-02-10Add missing files.David Robillard2-0/+309
2012-02-09Portability fixes (plugins work on OSX).David Robillard8-32/+50
2012-02-09Add message extension.David Robillard11-41/+468
2012-02-09Make forge API match the current definition of atom:Resource and atom:Blank.David Robillard2-11/+33