Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab/SynthLabConstants.py
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-04 09:39:27 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-04 09:39:27 (GMT)
commitf30b36406907dc1956a18c550fe2fdfa151323f4 (patch)
treecb8ff28217526f957f3e6de5796b32656395e62e /SynthLab/SynthLabConstants.py
parentfcae3b4a1ae45bd8769bfcb6c6441b5920ff48e7 (diff)
SynthLab bug fix and sources pushed left
Diffstat (limited to 'SynthLab/SynthLabConstants.py')
-rwxr-xr-xSynthLab/SynthLabConstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabConstants.py b/SynthLab/SynthLabConstants.py
index 2a41682..a9dd077 100755
--- a/SynthLab/SynthLabConstants.py
+++ b/SynthLab/SynthLabConstants.py
@@ -33,7 +33,7 @@ class SynthLabConstants:
elif y > HALF_SIZE-GATE_OFFSET: y = HALF_SIZE
m.append( ( x, y ) )
- INIT_LOCATIONS = [ [55,750], [135,750], [215,750], [295, 750], [420,750], [500,750], [580,750], [660, 750], [785,750], [865,750], [945,750], [1025, 750], [540, 645]]
+ INIT_LOCATIONS = [ [420,750], [500,750], [580,750], [660, 750], [55,750], [135,750], [215,750], [295, 750], [785,750], [865,750], [945,750], [1025, 750], [540, 645]]
FLOAT = [.01, False]
INTEGER = [1, 1]