UNPKG

spessasynth_lib

Version:

MIDI and SoundFont2/DLS library for the browsers with no compromises

9 lines 191 B
/** * @type {SequencerOptions} */ export const DEFAULT_SEQUENCER_OPTIONS = { skipToFirstNoteOn: true, autoPlay: true, preservePlaybackState: false, initialPlaybackRate: 1 };