How do I enable portamento and legato? #1585
-
Hello! I'm trying to get a smooth transitions between notes, but I haven't been able to figure out how to do it. What I want is to play a note (ex C4) and then have it smoothly transition to another note (like C5), without triggering the release or attack of the individual notes. I would need this sound good over large note changes, so pitch bending wouldn't work. (Unless it was only used during the transition and the final note would play without bending) I saw that fluidsynth has support for legato and portamento, which I think is what I need, but I couldn't figure out how to enable them. I tried sending CC 126 and 127 for mono and legato, as well as CC 65 and 5 for portamento, but when I play the notes they play normally, even if I slightly overlap them. Sorry if this is a basic question, but I have gotten quite stuck and would appreciate some help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Have you tried to comprehend the example Pay attention when sending CCs 126 and 127: They must be sent on the basic channel (which should be channel 0 by default), otherwise they are ignored. There's is also a PDF in that directory which explains this in detail. |
Beta Was this translation helpful? Give feedback.
Have you tried to comprehend the example
leg_por_00.txt
found here? It's a config file which automatically executes several commands in fluidsynth's shell, to be used with the-f
parameter.Pay attention when sending CCs 126 and 127: They must be sent on the basic channel (which should be channel 0 by default), otherwise they are ignored. There's is also a PDF in that directory which explains this in detail.