UNPKG

js-synthesizer

Version:

Synthesizer library for web-based JS program, using with Web Audio or etc.

8 lines 209 B
/** Tempo type for `Synthesizer.setPlayerTempo` */ const PlayerSetTempoType = { Internal: 0, ExternalBpm: 1, ExternalMidi: 2, }; export { PlayerSetTempoType }; //# sourceMappingURL=Constants.js.map