Skip to content
Snippets Groups Projects
Commit 7a7ed83b authored by Albert Gräf's avatar Albert Gräf
Browse files

fluid~: Update help message.

parent cf2fc7cc
No related branches found
No related tags found
1 merge request!834Various fluid~ initialization fixes
......@@ -54,9 +54,12 @@ static void fluid_help(void)
"fluid~: a soundfont external for Pd and Max/MSP\n"
"options:\n"
"-smmf: enable SMMF mode (https://bitbucket.org/agraef/pd-smmf)\n"
"-g 1: set the synth.gain value (0-10, default is 1)\n"
"-v: verbose mode (post startup messages to Pd console)\n"
"any other symbol: soundfont file to load on object creation\n"
"messages:\n"
"load /path/to/soundfont.sf2 --- Loads a Soundfont\n"
"gain 1 --- Change the gain value (0-10)\n"
"note 0 0 0 --- Play note, arguments:\n"
" channel-# note-# veloc-#\n"
"n 0 0 0 --- Play note, same as above\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment