Re: [fluid-dev] Parameter Parse questions

2022-05-21 Thread sqweek E.
> On 20 May 2022, at 03:03, 刘家桐 wrote: > > But when I used "fluidsynth -R1nivF/home/parallels/my_music.wav > /home/parallels/FluidR3_GM.sf2 /home/parallels/MIDI_sample.mid" (enable > Reverb module), The program just played the music through my computer's > speaker. > > Then I found that afte

Re: [fluid-dev] Bug when calling SDL functions from sequencer callback

2018-11-18 Thread sqweek E.
I’m guessing that you’re hooking up Synth::seq_callback via fluid_sequencer_register_client or similar. It seems like a bad idea to be attempting GUI operations from such a callback, as GUI APIs generally expect to be driven by a single thread. A quick search suggests that SDL’s convention is t

Re: [fluid-dev] Allow soundfonts to be searched from multiple directories

2018-11-01 Thread sqweek E.
I had similar thoughts, re. searching the file system path not being a synth feature. But simply deferring to the application has other downsides when it comes to soundfont adoption in general - end users must manually configure each application and there’s no standard way to do this. Eg. for my

Re: [fluid-dev] Again on "Compile time constant lookup tables"

2018-09-21 Thread sqweek E.
On 21 Sep 2018, at 02:08, Tom M. wrote: >> Carlo: I have no code duplication here because the C implementation for >> calculating the tables is gone. > > Removing the C implementation means that python would become a required build > dependency, which is what I want to avoid, because, again,