Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Generation
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-01 22:50:22 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-01 22:50:22 (GMT)
commite827d28a893df13dcdd5d4cca91fd33c15b51315 (patch)
tree08bce159ab9ba489162d253766f3beda77dd7e71 /Generation
parentaa2b94d9de52bad35f0b46f37c656deaa8cb6aa5 (diff)
little updates
Diffstat (limited to 'Generation')
-rwxr-xr-xGeneration/GenerationParametersWindow.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/Generation/GenerationParametersWindow.py b/Generation/GenerationParametersWindow.py
index dddc5da..cada5f2 100755
--- a/Generation/GenerationParametersWindow.py
+++ b/Generation/GenerationParametersWindow.py
@@ -33,21 +33,12 @@ class GenerationParametersWindow( gtk.Window ):
self.setupWindow()
def setupWindow( self ):
- self.labelRythmMethodBox = gtk.VBox(False, 2)
- self.rythmMethodBox = gtk.HBox(False, 2)
- self.labelPitchMethodBox = gtk.VBox(False, 2)
- self.pitchMethodBox = gtk.HBox(False, 2)
- self.labelPatternBox = gtk.VBox(False, 2)
- self.patternBox = gtk.HBox(False, 2)
- self.labelScaleBox = gtk.VBox(False, 2)
- self.scaleBox = gtk.HBox(False, 2)
-
self.rythmDensity = GenerationConstants.DEFAULT_DENSITY
self.rythmRegularity = GenerationConstants.DEFAULT_RYTHM_REGULARITY
self.pitchRegularity = GenerationConstants.DEFAULT_PITCH_REGULARITY
self.pitchStep = GenerationConstants.DEFAULT_STEP
self.duration = GenerationConstants.DEFAULT_ARTICULE
- self.silence = .2 #GenerationConstants.DEFAULT_SILENCE
+ self.silence = GenerationConstants.DEFAULT_SILENCE
# Generation Panel Setup
generationBox = RoundVBox(fillcolor=Config.INST_BCK_COLOR, bordercolor=Config.PANEL_BCK_COLOR)