Line 61 e$ = e$ + "@" + _Trim$(Str$(Random1(3)))
I am not finding @ on Play Commands List.
@mnrvovrfc Did the forum editor change your code?
More found:
Stepping through code with Play e$ I found this:
No Q in PLAY Commands list either.
Update again: when I dump both lines it plays stuff, not very musical. Probably missing something intended in those 2 lines I commented out.
BTW! when I try gymmjack's version and even more this crazy random stuff I am reminded of my code for Integers set to music by lowest prime divisor.
I am not finding @ on Play Commands List.
@mnrvovrfc Did the forum editor change your code?
More found:
Stepping through code with Play e$ I found this:
Code: (Select All)
e$ = "MB"
If Random1(3) = 1 Then e$ = e$ + "MS" Else e$ = e$ + "MN"
e$ = e$ + "T" + _Trim$(Str$(Rand(9, 16) * 10))
Play e$
' e$ = e$ + "@" + _Trim$(Str$(Random1(3)))
Play e$
e$ = e$ + "Q10V50"
Play e$
No Q in PLAY Commands list either.
Update again: when I dump both lines it plays stuff, not very musical. Probably missing something intended in those 2 lines I commented out.
BTW! when I try gymmjack's version and even more this crazy random stuff I am reminded of my code for Integers set to music by lowest prime divisor.
b = b + ...