Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorOli2 <olivier.belanger@umontreal.ca>2007-03-08 02:23:19 (GMT)
committer Oli2 <olivier.belanger@umontreal.ca>2007-03-08 02:23:19 (GMT)
commit5935ef05a3ec865b7c08c334f36bb974eb5c9b53 (patch)
tree1eb8326e9120bddc90f0a5a5b7d3dea85d6f0789 /TamTam.py
parentb579a2d0c893cc5b236029c717bc8016c9b920b9 (diff)
sequencer and other little bugs
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index 630767d..fefa2d7 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -31,7 +31,7 @@ else:
if not os.path.isdir(Config.PREF_DIR):
os.mkdir(Config.PREF_DIR)
os.system('chmod 0777 ' + Config.PREF_DIR + ' &')
- for snd in ['mic1','mic2','mic3','mic4','lab1','lab2','lab3','lab4']:
+ for snd in ['mic1','mic2','mic3','mic4','lab1','lab2','lab3','lab4', 'lab5', 'lab6']:
shutil.copyfile(Config.SOUNDS_DIR + '/' + snd , Config.PREF_DIR + '/' + snd)
os.system('chmod 0777 ' + Config.PREF_DIR + '/' + snd + ' &')