From 5a50a0149877de664b07ebc54a805454c43e107d Mon Sep 17 00:00:00 2001 From: Len Shustek Date: Fri, 30 Sep 2016 13:08:15 -0700 Subject: [PATCH] . --- README.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f45b1dc..2411c09 100644 --- a/README.txt +++ b/README.txt @@ -101,7 +101,8 @@ * 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". -* 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. * -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 * +* -r Terminate the output file with a "restart" command instead of a "stop" command. +* * -h Give command-line help. * * @@ -165,4 +168,4 @@ * and should be ignored by players. * * Len Shustek, 4 Feb 2011 and later -*********************************************************************************************/ \ No newline at end of file +* \ No newline at end of file