Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Rename vector fields for consistently with atom:childType.
Change vector to have child type and size rather than num_elems, since that would require updating the body every time an element is added which ruins the usual atom construction pattern.
Implement incremental/automatic vector building with forge.
|
|
|
|
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.
|
|
any depth.
|
|
|
|
|
|
|
|
|
|
style LV2 includes.
|