aboutsummaryrefslogtreecommitdiffstats
path: root/ext/time.lv2
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Remove state flags not currently supported by extension.David Robillard1-9/+7
Use generic "flags" rather than a "valid" field, in case other properties of an LV2_Time_Position might be useful in the future (e.g. whether or not this is a change, whether or not this applies immediately (slow sync?), etc).
2011-10-27Port lv2specgen to rdflib.David Robillard1-9/+9
2011-10-05Add preliminary time extensionDavid Robillard3-0/+191