logue / sf2synth.js

JavaScriptで書かれたSoundFontによるMIDI音源。GM Level2およびXG Lite相当の音源に対応。※Developブランチが実際動いているプログラムです。
https://logue.github.io/sf2synth.js/
MIT License
26 stars 5 forks source link

Interpretation of Panpod is in note units #4

Open logue opened 2 years ago

logue commented 2 years ago

The pan at the time the note is played should be reflected in the output note, but the pan works only on the note.

For this reason, MIDI files that change the pan step by step with strings or pads will not play normally. (Only the pan at the time of the Note On command is reflected)