Skip to content

Releases: grimmdude/MidiWriterJS

v2.0.2

08 Feb 04:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...v2.0.2

2.0.1

30 Jun 04:44
bbf5278

Choose a tag to compare

  • Fix for startTick calculations #75
  • Update mocha & minami packages.
  • Quell a couple rollup warnings.

2.0.0

30 Jun 03:58
0508309

Choose a tag to compare

  • Remove Writer.saveMIDI() to remove the dependency on fs. #83

1.7.5

03 Feb 04:35
e905be6

Choose a tag to compare

  • More accurate triplet/complex duration calculations #78

1.7.4

17 May 08:26
890a1f5

Choose a tag to compare

  • Fix issue with chord note events using startTick #55
  • Couple cleanup items.

1.7.3

12 May 02:58
40bd21f

Choose a tag to compare

  • Export NoteOnEvent and NoteOffEvent so they can be used directly.
  • Update some dev packages.

1.7.0 - Create note events at specific ticks

05 Feb 05:11
ac652ed

Choose a tag to compare

  • New startTick param available for MidiWriter.NoteEvent() which can be used to place notes at a specific tick.
  • Writer() constructor now accepts a single track or an array of tracks (no need to wrap single track in an array anymore).
  • New Track.mergeTrack() method provides ability combine events from two tracks into one (still slightly experimental).
  • General code organization improvements.