jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

Return value of `pstream-play` doesn't match documentation #42

Open soegaard opened 4 years ago

soegaard commented 4 years ago

A call to pstream-play returns "sound is queued", but the documentation says that the pstream is to be returned.

cwebber commented 4 years ago

It looks like this happened quite a while ago, in commit 41fd2b34e862bc3602d09d62fdfe380201d11260

But I wonder why? I imagine one of two things:

If it's the latter though, I don't understand why this wouldn't just return void?