grimmdude / MidiWriterJS

♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use startTick option of NoteEvent?

drumtj opened this issue · comments

please example code :D

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

thank you :)