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

pitch bend event

LagodViads opened this issue · comments

It seems Pitch Bend was not implemented.

The following patch implements this by adding a new class :

PitchBendEvent

Using field "bend", containing a float ranging [-1,1], zero meaning no bend.

addPitchBendpatch.txt

Hi @LagodViads,

Thanks very much for implementing this, I've merged it into master via PR #66.

-Garrett