So I have 3 lines of a song so far that look kinda like this.
PU1 ~ PU2 ~ WAV
01 ~ 02 ~ 03
01 ~ 02 ~ 03
-- ~ -- ~ 03
> I want it to play through 01, 02, and 03 for the first 2 lines, then have 01 and 02 stop while 03 keeps playing. However, it keeps on playing 03 on the third line while 01 and 02 just loop back to the first line, so it's playing 03 on the third line as well as 01 and 02 on the first line.
Sorry if that was super confusing! But how can i fix that?