Say you have two envelopes:
@v0 = { 10 9 8 7 6 5 4 3 2 }
@v1 = { 15 15 14 14 13 13 12 12 11 11 10 10 9 9 8 8 7 7 6 6 }
and you're using quarter notes,
Does that mean that the entire envelope is compressed into the space of the quarter note?
Would v0 and v1 in the above example BOTH fit into the same space of one note?
So if the envelope was "15, 0, 15" then the empty "0" part would take up only a third of the time of the note, whereas if the envelope was "15, 0, 0, 15" the empty 0 would take up half the note?
Can the envelope be 30 numbers long? Are there limits?
Just trying to understand the envelope function a bit more.
I've read http://nesdev.com/mck_guide_v1.0.txt but it didn't answer the question.