In MIDI, the pitch-bend range is 2 per default, but can be modified via specific RPN messages, usually followed by specific "Data Entry" messages: http://midi.teragonaudio.com/tech/midispec/rpn.htm
Please take those MIDI messages into account, so that the pitch bend is correct.
Examples where MIDIFile.js does not take those MIDI messages into account correctly are discussed at surikov/webaudiofont#93
Thank you!
In MIDI, the pitch-bend range is
2per default, but can be modified via specific RPN messages, usually followed by specific "Data Entry" messages: http://midi.teragonaudio.com/tech/midispec/rpn.htmPlease take those MIDI messages into account, so that the pitch bend is correct.
Examples where MIDIFile.js does not take those MIDI messages into account correctly are discussed at surikov/webaudiofont#93
Thank you!