pull/10/head
Len Shustek 8 years ago
parent 40a0aaa286
commit 5a50a01498
  1. 7
      README.txt

@ -101,7 +101,8 @@
* 2:try to keep each track to its own tone generator * 2:try to keep each track to its own tone generator
* *
* -cn Only process the channel numbers whose bits are on in the number "n". * -cn Only process the channel numbers whose bits are on in the number "n".
* For example, -c3 means "only process channels 0 and 1" * For example, -c3 means "only process channels 0 and 1". In addition to decimal,
* "n" can be also specified in hex using a 0x prefix or octal with a 0 prefix.
* *
* -kn Change the musical key of the output by n chromatic notes. * -kn Change the musical key of the output by n chromatic notes.
* -k-12 goes one octave down, -k12 goes one octave up, etc. * -k-12 goes one octave down, -k12 goes one octave up, etc.
@ -110,6 +111,8 @@
* *
* -dp Generate IDE-dependent C code to define PROGMEM * -dp Generate IDE-dependent C code to define PROGMEM
* *
* -r Terminate the output file with a "restart" command instead of a "stop" command.
*
* -h Give command-line help. * -h Give command-line help.
* *
* *
@ -165,4 +168,4 @@
* and should be ignored by players. * and should be ignored by players.
* *
* Len Shustek, 4 Feb 2011 and later * Len Shustek, 4 Feb 2011 and later
*********************************************************************************************/ *
Loading…
Cancel
Save