Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.23 KB | None | 0 0
  1. (define theSound (rsound-read "/triangle1.wav"))
  2. (define (rsound-reverse t rsound)
  3.   (rsound-ith/left rsound (- (rsound-frames rsound) 1 t)))
  4. (rsound-play (fun->mono-rsound samplerate samplerate (signal rsound-reverse theSound)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement