Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhunkin <abhunkin@uncg.edu>2011-11-02 03:20:46 (GMT)
committer abhunkin <abhunkin@uncg.edu>2011-11-02 03:20:46 (GMT)
commit74ef30206acd9c676aa07ad298ec327d51acab95 (patch)
treeae5ab26a37cc3a832558b228d5adc908592181fb
parent63b30b57ae2d4c82b43311a8d6ff0288c4480518 (diff)
Version 4: documentation changeHEADmaster
-rw-r--r--SamplePlayReadMe.txt4
-rw-r--r--activity/activity.info2
-rw-r--r--sampleplay.py16
3 files changed, 11 insertions, 11 deletions
diff --git a/SamplePlayReadMe.txt b/SamplePlayReadMe.txt
index d6cef8e..043e9d5 100644
--- a/SamplePlayReadMe.txt
+++ b/SamplePlayReadMe.txt
@@ -28,8 +28,8 @@ to make their own nature soundscapes. (This is the primary intent
behind these utilities. The 25 bird samples and background loop
included here are collectively called OISEAUX ORDINAIRES, in honor of
the French composer Olivier Messiaen, his fascination with nature -
-especially unique bird calls, and his piano composition, Oiseaux
-Exotiques.)
+especially unique bird calls, and his work for piano and small
+orchestra, Oiseaux Exotiques.)
The natural vehicle for soundfile creation is the Record activity.
This activity is fairly simple and straightforward; the only problem
diff --git a/activity/activity.info b/activity/activity.info
index f30f3bc..ef538ff 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ name = SamplePlay
bundle_id = org.laptop.SamplePlay
icon = activity-sampleplay
-activity_version = 2
+activity_version = 4
host_version = 1
diff --git a/sampleplay.py b/sampleplay.py
index ef5daac..7108e92 100644
--- a/sampleplay.py
+++ b/sampleplay.py
@@ -11,8 +11,8 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# version 2:
-# GUI tweaks
+# version 4:
+# documentation change
import csndsugui
from sugar.activity import activity
@@ -216,7 +216,7 @@ or Audacity (see ReadMe.txt).", self.b2box, brown)
self.w.spin(5, 1, 30, 1, 1, self.b2, 0, "Stfade", "Start/Stop Secs")
self.w.spin(25, 0, 25, 1, 1, self.b3, 0, "Samps", "# of Samples")
self.w.spin(2, 0, 3, 1, 1, self.b3, 0, "Sampamp", "Sample Level Ctrl\n\
-[0=none/1=rand\n2=note vel/3=ctrl]")
+[0=none 1=rand\n2=note vel 3=ctrl]")
self.w.spin(10, 0, 30, 1, 1, self.b3, 0, "Sampmax", "Overall Samp Lev\n\
[10=norm]")
self.w.spin(21, 0, 127, 1, 1, self.b4, 0, "Smpctrl", "Samp Lev Ctrl #")
@@ -224,10 +224,10 @@ or Audacity (see ReadMe.txt).", self.b2box, brown)
self.w.spin(1, 0, 2, 1, 1, self.b4, 0, "Replace", " Replace Samps?\n\
[0=overlap\n1=replace samp\n 2=sustain\n keypress]")
self.w.spin(0, 0, 3, 1, 1, self.b5, 0, "Smpfreq", "Samp Pitch Change\n\
- [0=none/1=rand\n 2=note vel/3=ctrl]")
+ [0=none 1=rand\n 2=note vel 3=ctrl]")
self.w.spin(22, 0, 127, 1, 1, self.b5, 0, "Frqctrl", "Pitch Controller #")
self.w.spin(1, 0, 3, 1, 1, self.b5, 0, "Panpos", " Pan Pos Control\n\
-[0=none/1=rand\n2=note vel/3=ctrl]")
+[0=none 1=rand\n2=note vel 3=ctrl]")
self.w.spin(23, 0, 127, 1, 1, self.b6, 0, "Panctrl", "Pan Position Ctrl #")
self.w.button(self.b6, "Filter", "Low-cut Filter?")
self.w.text("(for rumble/hum)", self.b6)
@@ -264,15 +264,15 @@ or Audacity (see ReadMe.txt).", self.b2box, brown)
self.w.spin(5, 1, 30, 1, 1, self.b1, 0, "Stfade", "Start/Stop Seconds")
self.w.spin(25, 0, 25, 1, 1, self.b2, 0, "Samps", "# of Samples")
self.w.spin(0, 0, 2, 1, 1, self.b2, 0, "Sampamp", "Sample Lev Ctrl\n\
-[0=none/1=rand\n2=nums (0=10)]")
+[0=none 1=rand\n2=nums (0=10)]")
self.w.spin(10, 0, 30, 1, 1, self.b2, 0, "Sampmax", "Overall Samp Lev\n\
[10=norm]")
self.w.button(self.b3, "Replace", "Replace Samps?")
self.w.text("(0=overlap samps)", self.b3, self.g)
self.w.spin(0, 0, 2, 1, 1, self.b3, 0, "Smpfreq", "Samp Pitch Change\n\
-[0=none/1=rand/2=\nSHFT nums (0=10)]")
+[0=none 1=rand 2=\nSHFT nums (0=10)]")
self.w.spin(1, 0, 2, 1, 1, self.b3, 0, "Panpos", "Pan Position Control\n\
- [0=none/1=rand\n 2=bottom keys]")
+ [0=none 1=rand\n 2=bottom keys]")
self.w.text("", self.b4)
self.w.button(self.b4, "Filter", "Low-cut Filter?")
self.w.text("(for rumble/hum)", self.b4)