Quote:
Originally Posted by Xecese
I'm sorry,I shouldve been more specific,I mean "N" as in pitch,I dont exactly know how to use it
|
Determines the pitch of a note. First octave C (o1c) = N12. You can go lower, down to N0. N96 is the highest and is the equivalent of eighth octave C.
n60g = >c<g = O5CO4G
or another slightly different example
n61g = >c+<g = O5C#O4G
In this case you just saved yourself 1 character space.
Edit: To put it into better perspective.
Anyone working with MML before has come across something similar to this line here.
Code:
l8e>c+<e>c+<e>c+<e>c+<e>c+<e>c+<e>c+<e>c+
Using the pitch functions, you can shorten it to
Code:
l8en61en61en61en61en61en61en61en61