Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility.
atom: Add lv2_atom_forge_key() for terser object writing.
patch: Add patch:sequenceNumber for associating replies with requests.
lv2specgen: Display deprecated warning on classes marked owl:deprecated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fix doxygen stylesheet.
|
|
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.
|
|
with LV2_Atom::type.
|
|
|
|
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.
|