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] Parameter Parse questions

2022-05-19 Thread Tom M. via fluid-dev
Parameters that do not require an argument can be concatenated without a space. Extra arguments to those parameters, however, must be delimited by spaces. When you write "-R1nivF/home/parallels/my_music.wav" how should getopt know where the argument for the -R parameter ends? Just like you cannot w

[fluid-dev] Parameter Parse questions

2022-05-19 Thread 刘家桐
When I use command line "fluidsynth -nivF/home/parallels/my_music.wav /home/parallels/FluidR3_GM.sf2 /home/parallels/MIDI_sample.mid" It works fine and save correct music data to "/home/parallels/my_music.wav" But when I used "fluidsynth -R1nivF/home/parallels/my_music.wav /home/parallels/Flui