We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://share.sourceacademy.org/jhd28
(import "sound" (play make_sound)) (define π 3.141592653589793) (play (make_sound (lambda (t) (sin (* 2 π t 440))) 1))
currently gives
Line 6: Error: play is expecting sound, but encountered t => t >= duration ? 0 : wave(t),1
The text was updated successfully, but these errors were encountered:
I suspect this stems from the differing number representations of scm-slang and SA. will work on a way to reconcile this issue!
Sorry, something went wrong.
s-kybound
No branches or pull requests
https://share.sourceacademy.org/jhd28
currently gives
The text was updated successfully, but these errors were encountered: