Releases: grimmdude/MidiWriterJS
Releases · grimmdude/MidiWriterJS
v2.0.2
What's Changed
- Dynamic tempo support by @thebestkillertbk in #89
New Contributors
- @thebestkillertbk made their first contribution in #89
Full Changelog: 2.0.1...v2.0.2
2.0.1
2.0.0
1.7.5
1.7.4
1.7.3
1.7.0 - Create note events at specific ticks
- New
startTickparam available forMidiWriter.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.