fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Pitchbend maximum


From: Ben Gonzales
Subject: Re: [fluid-dev] Pitchbend maximum
Date: Sat, 5 Feb 2022 03:22:38 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Thanks jjc.

I am using it at much less than that, and the standard is OK for my use. I just wanted to check what it was as default.

Ben

On 4/2/22 23:37, Ceresa Jean-Jacques wrote:

Hi, Ben

>What is is set to by default?

The default pitch bend range value is +/-1 tone (i.e 2 semi-tones). This is a MIDI specs.

Be aware that very large pitch bend range (i.e several octaves) leads to inaccurate pitch at maximum (up or down) that pitchbend delivers.

jjc

envoyé : 4 février 2022 à 08:53
de : Ben Gonzales via fluid-dev <fluid-dev@nongnu.org>
à : fluid-dev@nongnu.org
cc : Ben Gonzales <brg@gonzos.net>
objet : Re: [fluid-dev] Pitchbend maximum


Of course. Thanks Bill.

What is is set to by default?

Ben

On 4/2/22 17:55, Bill Peterson wrote:
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. 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


 

_______________________________________________
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

[Prev in Thread] Current Thread [Next in Thread]