You can set up a modulator in the SoundFont to route a MIDI CC to the
mod LFO volume, which will create a tremolo effect. However, as with the
vibrato, this effect is aligned independently with the start of each
note, which is not usually the effect you want for an organ, where a
single tremolo
The soundfont spec defines a default modulator for CC1. That means a value of
127 will result in a vibrato effect of +-50cents (not to be confused with
tremolo).
This default modulator is implemented in fluidsynth, see this chart:
https://github.com/FluidSynth/fluidsynth/wiki/FluidFeatures
I'v
Hi
I am the author of eplayOrgan which uses fluid synth to produce its
sound.(Download it free from my website https://midimusic.github.io)
I am trying to implement tremolo (= midi modulation) and am using
fluid_synth_cc(synth, midichannel, 1, 100) to turn it on.As far as I can tell
this does not