You can do it by using control change messages to set the Registered
Parameter for pitch bend range, as described in Tom's comment on this
discussion
<https://github.com/FluidSynth/fluidsynth/issues/102#issuecomment-310846017>.
For example, if you want to set MIDI channel 1 to have a pitch bend range
of 12 semitones, send the following control changes:

cc 1 100 0 # registered parameter number MSB = 0
cc 1 101 0 # registered parameter number LSB = 0 --> pitch bend
cc 1 6 12  # pitch bend range MSB
cc 1 38 0  # pitch bend range LSB



On Thu, Feb 3, 2022 at 5:39 PM Ben Gonzales via fluid-dev <
fluid-dev@nongnu.org> wrote:

> Hi All.
>
> Is there a setting for adjusting the number of semitones that maximum
> pitchbend delivers? Or is it fixed?
>
> Ben
>
> _______________________________________________
> fluid-dev mailing list
> fluid-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/fluid-dev
>
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to