powered by
Interchange the left and the right channel of a stereo Sample object or a stereo wav file.
mirror(s)
a Sample object, or a string giving the name of a wav file.
a Sample object, with the left and the right channel of s interchanged.
s
If s is a mono sample, it will be returned as it is.
panorama for a command with more parameters, left and right for access to single channels of a sample.
panorama
left
right
# NOT RUN { 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