> On 20 May 2022, at 03:03, 刘家桐 <ljt19941221...@126.com> 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 after Parse command "R1", then,the rest command 
> "nivF/home/parallels/my_music.wav" have been ignored.

Try: -R1 -nivF/home/parallels/my_music.wav
This would also work: -nivR1 -F/home/parallels/my_music.wav 

But you can’t group two options that require an argument together as in your 
first attempt — this is standard across most command line tools.

-sqweek
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to