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