Changes

NRTDRV MAN EN SYNTAX MMLCOMMAND NOTES

769 bytes added, 19:36, 7 August 2018
Note 25 PP command (pattern specified pan pot)
===Note 25 PP command (pattern specified pan pot)===
 
List of parameters set that value every time key on. When last parameter is reached, loops to the first one and it can be used like auto panning.
 
It is disables if 0 is set for the first parameter or P command is executed.
 
If 0 is defined after parameter 0, pan pot is not set at that timing.
 
Values are determined when it is compiled and if you use repeatings, it might not played as you want.
 
It is not effected inside and out side of driver macros vice versa, specify for each ones.
 
[sample]
PP3,2,3,1 cdefgab>c
;Same as "P3 c P2 d P3 e P1 f P3 g P2 a P3 b P1 >c"
 
[sample]
PP1,0,2,3,0 cdefgab>c
;Same as "P1 cd P2 e P3 fg P1 ab P2 >c"
 
[sample]
PP1,2 [ceg] c
;It is not same as"P1 c P2 e P1 g P2 c P1 e P2 g P1 c",
;but as "[ P1 c P2 e P1 g ] P2 c"
===Note 26 PV command (pattern specified volume)===