You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guseyn, I've achieved microtonality with this library using the following formula:
constMAXIMUM_BEND_VALUE=8192constMAXIMUM_BEND_IN_CENTS=200constdeltaCents=/* The amount of cents you want the track to be offset */constpitchBend=(deltaCents*MAXIMUM_BEND_VALUE)/MAXIMUM_BEND_IN_CENTS
As far as I know MIDI does not support microtones by default, but are there any examples on how I can achieve microtones by using
PitchBend
let's say?The text was updated successfully, but these errors were encountered: