Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playSine
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/playSine')
-rw-r--r--data/sound/playSine2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index b68746c..159b84b 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -1,5 +1,5 @@
import pippy
-pippy.sound.playSine()
+pippy.sound.playSine(pitch=1000, amplitude=5000)
pippy.sound.audioOut()