More Fun Than a Barrel of Bettongs ...... : )


Author Message
hitsware2

Guru

Joined: 03/08/2019
Location: United States
Posts: 709
Posted: 02:51pm 25 Aug 2020      


' " lead " instrument

for i= 0 to 5: read n(i): next i
for i= 0 to 5: read u(i): next i

data 24,27,32,36,40,48  ' notes
data 0,0,0,0,20,15      ' volume

play sound 4,b,w,12*n(int(rnd*5)),u(int(rnd*5))

Thank You