grimmdude / MidiWriterJS

♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON.
MIT License
557 stars 60 forks source link

how to use startTick option of NoteEvent? #52

Closed drumtj closed 5 years ago

drumtj commented 5 years ago

please example code :D

grimmdude commented 5 years ago

Hi @drumtj,

You can see an example of how to use the startTick option here: https://github.com/grimmdude/MidiWriterJS/blob/1.7.0/examples/notes-by-start-tick.js

-Garrett

drumtj commented 5 years ago

thank you :)