aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23Put atom size first.David Robillard5-27/+24
Fix doxygen stylesheet.
2012-02-23Separately define body types for atoms with non-trivial bodies so the type ↵David Robillard8-180/+245
definitions are useful when only the body is available (e.g. state API). Use a single int64_t stamp for frame times since range is more important now and subframes was never really used anyway. Add atom:frameTime and atom:beatTime for serialising events. Consistently use name "body" for all types of atom bodies. Add lv2_atom_forge_atom() and lv2_atom_forge_raw() for constructing arbitrary atoms. Merge similar string-like forge methods. Update language URI requirements to match current (and hopefully permanent, geeze) http://lexvo.org reality.
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
Improve object query function names.
2012-02-19Rename LV2_Atom_Object::type => LV2_Atom_Object::otype to avoid confusion ↵David Robillard3-5/+5
with LV2_Atom::type.
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
Remove suggestion to use file URIs in plugins, which is much too tedious. If plugins use standard atom types, hosts should be able to map paths in any way (which they may need to regardless). Unfortunately it's slightly less pretty in Turtle to have a special path type rather than a (possibly relative) URI. Factor out common write_set_filename_msg in sampler example. Establish common URI define convention LV2_EXTNAME__URILOCALNAME and define all URIs in state, message, and atom.
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 ↵David Robillard4-152/+188
any depth.
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
Add lv2_atom_total_size() helper. Make LV2_Atom_Literal definiton consistent with others. Rework forge API to support writing to an arbitrary sink function (e.g. ringbuffer).
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
Move message handling to separate function.
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 ↵David Robillard3-42/+70
requirement.
2012-02-11Sshh.David Robillard2-7/+0
2012-02-11Move NEWS generation stuff up into autowaf.David Robillard5-104/+35
Add top-level news target to generate all NEWS files. Upgrade to waf-1.6.11. Upgrade to r66/autowaf.
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
2012-02-09Update metadata.David Robillard1-3/+3
2012-02-09Move documentation building into waf.David Robillard5-247/+255
2012-02-09Fix incorrect 'include' property typo.David Robillard2-7/+7
2012-02-08Move Doxygen tag reading into lv2specgen and avoid intermediary file.David Robillard3-57/+61
2012-02-08Build example plugins as part of whole tree build (against included headers).David Robillard3-13/+28
2012-02-08Update forge API for Sequence changes.David Robillard2-3/+4
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard251-90/+97
style LV2 includes.
2012-02-08Add more obvious separate download row to header table.David Robillard2-3/+13