Sample perfect Audioworklet MIDI Scheduler Node
npm i scheduler-node
|
pnpm add scheduler-node
|
yarn add scheduler-node
|
API
}
# SchedulerEventGroup
# constructor
(eventGroup)
# new SchedulerEventGroup
()
# eventGroup
= {}
Partial<SchedulerEventGroup>
# setMidiEvents
(turnEvents, turn, clear)
# setNotes
(turnNotes, turn, clear)
# SchedulerEventGroupNode
# requestNextEvents
(eventGroupId, turn, total)
# start
(playbackStartTime, offsetStartTime)
# SchedulerTargetNode
Credits
- alice-bob by stagas – transport agnostic strongly typed duplex rpc interfaces
- event-toolkit by stagas – Toolkit for DOM events.
- everyday-types by stagas – Everyday utility types
- everyday-utils by stagas – Everyday utilities
- immutable-map-set by stagas – Immutable Map and Set objects
- json-objectify by stagas – Like JSON.stringify but without the stringify part.
- serialize-whatever by stagas – Serialize and deserialize whatever.
- synced-set by stagas – Synchronize a Set collection of objects across a wire.
- webaudio-tools by stagas – Useful tools for WebAudio.
Contributing
All contributions are welcome!