spessasynth_core 3.26.22 → 3.26.23
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/package.json
CHANGED
|
@@ -96,7 +96,6 @@ export class SoundFont2 extends BasicSoundBank
|
|
|
96
96
|
// dmod: default modulators
|
|
97
97
|
case "dmod":
|
|
98
98
|
const newModulators = readModulators(chunk);
|
|
99
|
-
newModulators.pop(); // remove the terminal record
|
|
100
99
|
text = `Modulators: ${newModulators.length}`;
|
|
101
100
|
|
|
102
101
|
// override default modulators
|