spessasynth_core 4.0.9 → 4.0.10
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3558,7 +3558,8 @@ var MIDIBuilder = class extends BasicMIDI2 {
|
|
|
3558
3558
|
"MIDI format 2 is not supported in the MIDI builder. Consider using format 1."
|
|
3559
3559
|
);
|
|
3560
3560
|
}
|
|
3561
|
-
this.
|
|
3561
|
+
this.format = fullOptions.format;
|
|
3562
|
+
this.timeDivision = fullOptions.timeDivision;
|
|
3562
3563
|
this.binaryName = this.encoder.encode(fullOptions.name);
|
|
3563
3564
|
this.addNewTrack(fullOptions.name);
|
|
3564
3565
|
this.addSetTempo(0, fullOptions.initialTempo);
|