Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
Improve object query function names.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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).
|
|
|
|
style LV2 includes.
|