mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-25 21:31:49 +00:00
updated man page and CLI help, option: -p, --portname
This commit is contained in:
parent
ecd0da8ba9
commit
7f3e9a171f
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Don't create a midi driver to read MIDI input events [default = yes]
|
|||
Define a setting, \-o name=value ("\-o help" to dump current values)
|
||||
.TP
|
||||
.B \-p, \-\-portname=[label]
|
||||
Set alsa midi port name
|
||||
Set MIDI port name (alsa_seq, coremidi drivers)
|
||||
.TP
|
||||
.B \-R, \-\-reverb
|
||||
Turn the reverb on or off [0|1|yes|no, default = on]
|
||||
|
|
|
@ -693,7 +693,7 @@ print_help()
|
|||
printf(" -n, --no-midi-in\n"
|
||||
" Don't create a midi driver to read MIDI input events [default = yes]\n");
|
||||
printf(" -p, --portname=[label]\n"
|
||||
" Set alsa midi port name\n");
|
||||
" Set MIDI port name (alsa_seq, coremidi drivers)\n");
|
||||
printf(" -o\n"
|
||||
" Define a setting, -o name=value (\"-o help\" to dump current values)\n");
|
||||
printf(" -R, --reverb\n"
|
||||
|
|
Loading…
Reference in a new issue