From 74ef30206acd9c676aa07ad298ec327d51acab95 Mon Sep 17 00:00:00 2001 From: abhunkin Date: Wed, 02 Nov 2011 03:20:46 +0000 Subject: Version 4: documentation change --- (limited to 'sampleplay.py') 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) -- cgit v0.9.1