You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LunaLovecraft edited this page Jun 2, 2015
·
2 revisions
Audio Blocks:
Beep (Frequency, Duration, Time Until Played):
Creates a beeping sound with appropriate frequency, duration (in ms), and will wait TimeUntilPlayed ms before playing the sound.
In the future we should probably create a kid-friendly version that can't play notes simultaneously, since having the power to play two notes at the same time can be mildly confusing.
Currently only functional in Javascript. The ability to be functional in Python and Dart needs to be implemented still.