powered by
mirror(s)
s
panorama
left
right
s <- stereo(Sine(440,1),Sine(220,1)) play(s) # higher tone is on the left play(mirror(s)) # now higher tone is on the right
Run the code above in your browser using DataLab