import { byte, Procedure, Terminable, unitValue, UUID } from "@opendaw/lib-std"; import { NoteSignal } from "./NoteSignal"; export declare namespace NoteLifeCycle { const start: (send: Procedure, uuid: UUID.Bytes, pitch: byte, velocity?: unitValue) => Terminable; } //# sourceMappingURL=NoteLifeCycle.d.ts.map