aboutsummaryrefslogtreecommitdiffstats
path: root/ext/time.lv2/time.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-04Use correct ev:supportsEvent predicate.David Robillard1-1/+1
2011-11-03Add state field.David Robillard1-0/+5
2011-11-01Fix bad reference in doc commentDavid Robillard1-1/+1
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-05Add preliminary time extensionDavid Robillard1-0/+128
#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168