MCPcopy
hub / github.com/andremichelle/openDAW / TimelineSchema

Class TimelineSchema

packages/lib/dawproject/src/defaults.ts:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192@Xml.Class("Timeline")
193export class TimelineSchema implements Referenceable {
194 @Xml.Attribute("id")
195 readonly id?: string
196
197 @Xml.Attribute("timeUnit")
198 readonly timeUnit?: string
199
200 @Xml.Attribute("track")
201 readonly track?: string
202}
203
204@Xml.Class("Note")
205export class NoteSchema {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected