UNPKG

spessasynth_lib

Version:

MIDI and SoundFont2/DLS library with no compromises

8 lines 163 B
/** * @type {SequencerOptions} */ export const DEFAULT_SEQUENCER_OPTIONS = { skipToFirstNoteOn: true, autoPlay: true, preservePlaybackState: false };