spessasynth_core 4.0.19 → 4.0.20
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +66 -66
package/dist/index.js
CHANGED
|
@@ -4908,7 +4908,7 @@ var SpessaSynthSequencer = class {
|
|
|
4908
4908
|
* If the notes that were playing when the sequencer was paused should be re-triggered.
|
|
4909
4909
|
* Defaults to true.
|
|
4910
4910
|
*/
|
|
4911
|
-
retriggerPausedNotes =
|
|
4911
|
+
retriggerPausedNotes = true;
|
|
4912
4912
|
/**
|
|
4913
4913
|
* The loop count of the sequencer.
|
|
4914
4914
|
* If infinite, it will loop forever.
|
|
@@ -16984,7 +16984,7 @@ var SpessaSynthProcessor3 = class {
|
|
|
16984
16984
|
);
|
|
16985
16985
|
break;
|
|
16986
16986
|
case midiMessageTypes.reset:
|
|
16987
|
-
this.stopAllChannels(
|
|
16987
|
+
this.stopAllChannels();
|
|
16988
16988
|
this.resetAllControllers();
|
|
16989
16989
|
break;
|
|
16990
16990
|
default:
|