[fluid-dev] Sostenuto CC 66

2009-05-20 Thread S. Christian Collins
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

Re: [fluid-dev] What is the best way start fluidsynth with zero/low latency?

2009-05-20 Thread David Henningsson
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

[fluid-dev] What is the best way start fluidsynth with zero/low latency?

2009-05-20 Thread Louis B.
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

Re: [fluid-dev] Thread safety

2009-05-20 Thread josh
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

Re: [fluid-dev] Thread safety

2009-05-20 Thread josh
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