spessasynth_lib 4.1.1 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -2665,7 +2665,12 @@ var WorkerSynthesizerCore = class extends BasicSynthesizerCore {
|
|
|
2665
2665
|
};
|
|
2666
2666
|
|
|
2667
2667
|
// src/sequencer/sequencer.ts
|
|
2668
|
-
import {
|
|
2668
|
+
import {
|
|
2669
|
+
ALL_CHANNELS_OR_DIFFERENT_ACTION as ALL_CHANNELS_OR_DIFFERENT_ACTION3,
|
|
2670
|
+
BasicMIDI as BasicMIDI4,
|
|
2671
|
+
midiMessageTypes as midiMessageTypes2,
|
|
2672
|
+
SpessaSynthCoreUtils as SpessaSynthCoreUtils4
|
|
2673
|
+
} from "spessasynth_core";
|
|
2669
2674
|
|
|
2670
2675
|
// src/sequencer/default_sequencer_options.ts
|
|
2671
2676
|
var DEFAULT_SEQUENCER_OPTIONS = {
|