> As a result, the guitar player almost never plays the guitar, but
> searches
> for the right sound.
Code for Guitar player must be:
do
MultiEffect1.SwitchToNextSound
Marshall.Volume="max"
Guitar.String(5).Play(Random)
Ears.Listen
if Drummer.Voice="one,two,three,four" then
Try Recall.Tabs
Play("song")
exit
end
loop
--------
Corresponding code for drummer object is:
do
Wait until Band=ready
if me.Patience<=0
me.Voice="one,two,three,four"
Play("song")
exit
end
loop
--------
Paul
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>