Re: [racket-users] Playing with rsound

2019-12-07 Thread wanderley.guimar...@gmail.com
Thanks! I will play with clip and assemble. On Sat, Dec 7, 2019 at 4:39 PM John Clements wrote: > The problem here is that the piano notes are not all the same duration. > Specifically, your chord (chord 60 64 67) is a bit longer: > > (rs-frames (chord 60 64 67)) -> 161634 frames > (rs-frames

Re: [racket-users] Playing with rsound

2019-12-07 Thread 'John Clements' via Racket Users
The problem here is that the piano notes are not all the same duration. Specifically, your chord (chord 60 64 67) is a bit longer: (rs-frames (chord 60 64 67)) -> 161634 frames (rs-frames (piano-tone 72)) -> 144000 frames There are a lot of ways of solving this, including clipping the two