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

Class LaneSchema

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

Source from the content-addressed store, hash-verified

185
186@Xml.Class("Lane")
187export class LaneSchema implements Referenceable {
188 @Xml.Attribute("id")
189 readonly id?: string
190}
191
192@Xml.Class("Timeline")
193export class TimelineSchema implements Referenceable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected