Skip to content

1.7.0 - Create note events at specific ticks

Choose a tag to compare

@grimmdude grimmdude released this 05 Feb 05:11
· 193 commits to master since this release
ac652ed
  • 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.