I’m a bit in a hurry right now, so just a hint: If you want to continue using the Metro Script, you can use the SCRIPT command to trigger scripts from another script.

METRO SCRIPT
SCRIPT 1
SCRIPT 2
SCRIPT 3
SCRIPT 4

Then the first script could contain all the commands necessary to process pattern 0 for the first voice, the second script contains everything to process patter 1 for the second voice etc. like this:

SCRIPT 1
P.N 0
CV 1 N P.NEXT
TR.PULSE A

Write Script 2 to 3 accordingly – hope this helps (hope it works, haven’t tried it)!

2 Likes