Skip to content

Releases: grimmdude/MidiWriterJS

2.0.0

30 Jun 03:58
0508309
Compare
Choose a tag to compare
  • Remove Writer.saveMIDI() to remove the dependency on fs. #83

1.7.5

03 Feb 04:35
e905be6
Compare
Choose a tag to compare
  • More accurate triplet/complex duration calculations #78

1.7.4

17 May 08:26
890a1f5
Compare
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
Compare
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
Compare
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.