MPE support
#853
Replies: 2 comments 3 replies
-
Every MIDI channel has its own pitch bend by default.
This is wrong.
Fluidsynth already supports MTS. But this has nothing to do with MPE. MPE was invented to allow controlling notes individually in terms of CC, pitch, aftertouch, etc. |
Beta Was this translation helpful? Give feedback.
2 replies
-
From the man page, it seems that specifying a tuning scale and storing it
to a program and issuing midi program changes should work? For a given
note, I'm trying to glissando to the target tuning though, which is why i'm
using the pitch bending technique.
…On Mon, Apr 26, 2021 at 4:34 AM Tom M. ***@***.***> wrote:
You should not abuse the pitch bend for microtonal tuning. MTS allows you
to tune single notes. This *is* what fluidsynth can do
<https://www.fluidsynth.org/api/group__tuning.html#ga3a9f995c967a9a227f9603ff57ee2304>.
You don't need MPE for this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#853 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJLF4UX7YV6PETNZM6AGUCDTKR4F3ANCNFSM43EA2PKA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like mpe support to be built into fluidsynth. With this, it becomes possible to use individual pitch bends on every channel as opposed to only one pitch bend per fluidsynth instance. This enables the use of microtonal scales. I'd like to be able to use an orchestral library and adopt a microtonal scale over it.
Beta Was this translation helpful? Give feedback.
All reactions