Changes

NRTDRV MAN EN SYNTAX HEADERS

1,542 bytes added, 05:50, 22 July 2018
headers3
Exchanges track A and O. Exchanges track B and P.
== continue headers3 == #TEMPO <num> Defines tempo. The range is from 1 to 999. Default value is 120. Set number of quarter note in a minute (BPM:Beats Per Minute). It is almost same as t command of MML and this header is needed when you use j command. #TITLE <str> Defines title of the song. This title is written to hoot.xml but it is effected after hoot window is once closed. "&", "<", ">", """, and "'" are changed to character reference and tab is changed to 4 space characters. #TITLE_ANK <str> Define music name in ANK characters (Alphabet, Number and Kana i.e). This header is for displaying on real X1 which has no Kanji ROM. Define music name which contains Kanji character with #TITLE header. If this header is omitted, content same as #TITLE is defined. #V_STEP <num> Define number of steps of v command. Range is 1-255 and 15 is default value. PSG track is not effected. [example1]Enables v0 - 20[example2]Enables v0 - 127 (same as V command) #VOLMAX <num> Define V command value when v commands specifies maximum value. Range is 64-127 and 125 is default value. PSG track is not effected.  [sample] #V_STEP 15 #VOLMAX 125 Same as "v15=V125"  #VOLMIN <num> Define V command value when v commands specifies 0. Range is 0-127 and 85 is default value. PSG track is not effected.  [example] #VOLMIN 85 Same as "v0=V85" #VOICE_MODE <num> Define order of tone parameters on OPM tone define track. Refer "OPM tone define track" for details. #Y_REV Capitalize y command. It is useful when you port MML from other music drivers.