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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spessasynth_core",
3
- "version": "3.26.22",
3
+ "version": "3.26.23",
4
4
  "description": "MIDI and SoundFont2/DLS library with no compromises",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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