I noticed that the Sostenuto pedal (CC 66) doesn't seem to be
implemented in FluidSynth, unless I'm missing something. I think this
feature should definitely be implemented at some point. Do you all agree?
-~Chris
___
fluid-dev mailing list
fluid-de
Louis B. skrev:
> Hi all,
>
> I am the developer of Piano Booster and I have written some
> instructions on how to start fluidsynth see this link.
>
> http://pianobooster.sourceforge.net/faq.html#how-do-i-hear-the-sound-on-linux-ubuntu
>
> However I cannot get fluidsynth to run with zero/low lat
Hi all,
I am the developer of Piano Booster and I have written some
instructions on how to start fluidsynth see this link.
http://pianobooster.sourceforge.net/faq.html#how-do-i-hear-the-sound-on-linux-ubuntu
However I cannot get fluidsynth to run with zero/low latency. I
estimated the latency d
Quoting David Henningsson :
The proposed change is that incoming events will be pushed into the
sequencer queue by the midi thread, then popped and processed by the
audio thread. (The call stack for the audio thread would be:
fluid_synth_one_block -> fluid_sample_timer_process ->
fluid_sequencer
Hello Jimmy,
The current design of FluidSynth is that the synthesizer runs in the
audio thread, there is a MIDI thread and the main thread for the
fluidsynth shell. The audio thread synthesizes active voices to the
audio stream. Events received by the MIDI thread activate/deactivate
voi