Add sample-playing code

This commit is contained in:
Michal Moskal
2017-10-30 18:55:23 +00:00
parent a7795302fc
commit e25590539e
3 changed files with 85 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"Sound.buffer": "Returns the underlaying Buffer object.",
"Sound.play": "Play sound with given volume.",
"Sound.play": "Play sound.",
"music": "Generation of music tones.",
"music.beat": "Return the duration of a beat in milliseconds (the beat fraction).",
"music.beat|param|fraction": "the fraction of the current whole note, eg: BeatFraction.Half",