Codebase list sugar-pippy-activity / 0efe329
Replace sndInfo example with some explicit arguments in playSine. Chris Ball 16 years ago
2 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 import pippy
11
2 pippy.sound.playSine()
2 pippy.sound.playSine(pitch=1000, amplitude=5000)
33 pippy.sound.audioOut()
44
+0
-2
data/sound/sndInfo less more
0 import pippy
1 help(pippy.sound.playSine)