Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-12-12 01:46:17 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-12-12 01:46:17 (GMT)
commit0efe329cf54906af796b016f89c805bef6f2b6c9 (patch)
treec8083f2f36398d07c1dac0ade641773d4b09291f /data
parent8b4053fed00857adf5aa7519ce3056b5f201663f (diff)
Replace sndInfo example with some explicit arguments in playSine.
Diffstat (limited to 'data')
-rw-r--r--data/sound/playSine2
-rw-r--r--data/sound/sndInfo2
2 files changed, 1 insertions, 3 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()
diff --git a/data/sound/sndInfo b/data/sound/sndInfo
deleted file mode 100644
index 7767245..0000000
--- a/data/sound/sndInfo
+++ /dev/null
@@ -1,2 +0,0 @@
-import pippy
-help(pippy.sound.playSine)