@WT5 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefg WT5 cdefg
In the above example, everything works fine. Both phrases sound the same (except for a slight clicking during the first phrase, why?)
@WT4 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WT5 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefg WT5 cdefg
In this example, the two phrases sound much different. And all I've done is define another waveform (which isn't even being used).
During the first phrase, the wave is distorted. It's nothing like the triangle wave I have defined.
@WT5 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WT4 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefgab WT5 cdefgab
In this last example, everything works fine. The only difference is the order! I defined WT4 after WT5 instead of before!
@WTM1 = { WT5 1}