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

Class MarkerSchema

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

Source from the content-addressed store, hash-verified

296
297@Xml.Class("Marker")
298export class MarkerSchema implements Referenceable {
299 @Xml.Attribute("id")
300 readonly id?: string
301
302 @Xml.Attribute("name")
303 readonly name?: string
304
305 @Xml.Attribute("color")
306 readonly color?: string
307
308 @Xml.Attribute("comment")
309 readonly comment?: string
310
311 @Xml.Attribute("time", Xml.NumberRequired)
312 readonly time!: number
313}
314
315@Xml.Class("Markers")
316export class MarkersSchema {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected