Sections / song structure definition

I usually use a tracking array to check which sound loops I have active (producing a sound)
and inactive:

tracker = [0,1,1,0,0,0,0]

See the explanation/example in this post:

Eli…

2 Likes