fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Parameter Parse questions


From: sqweek E.
Subject: Re: [fluid-dev] Parameter Parse questions
Date: Sat, 21 May 2022 15:26:34 +0800


On 20 May 2022, at 03:03, 刘家桐 <ljt19941221007@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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]