On Sat, May 2, 2009 at 5:05 AM, tizo <tizone(a)gmail.com> wrote:
Hi list,
I have tried to change the range of the pitch bend in qsynth. In
ZynAddSubFx that can be done with PWheelB.Rng in the "Controllers"
windows, but I couldn't find something similar in qsynth.
Does anyone know how to do that?
If someone is interested in this topic, that can be done in fuidsynth
1.09 and later, by a midi rpn message in the following way (the
example is for channel 5, and for a pitch range of 12 instead 2, which
is the default):
cc 5 100 0
cc 5 101 0
cc 5 6 12
tizo