Re: [fluid-dev] fluidsynth tremolo (modulation)

2020-07-02 Thread S. Christian Collins
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

Re: [fluid-dev] fluidsynth tremolo (modulation)

2020-07-02 Thread Tom M. via fluid-dev
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

[fluid-dev] fluidsynth tremolo (modulation)

2020-07-02 Thread David Back via fluid-dev
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