Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-06-13 19:08:53 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-06-13 19:08:53 (GMT)
commit46e8c5234c25b7fe4eb09d64be15369b25659cb1 (patch)
tree9fbb639fa5aa92e0df268324f0602774f68d8ef7 /Config.py
parenteabe84c60f65357beeb45fd2a2240d944b5759c5 (diff)
SynthLab's presets can be saved on disk
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 4ca1b69..6b4d461 100644
--- a/Config.py
+++ b/Config.py
@@ -26,12 +26,15 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
TUNE_DIR='/'
+SYNTH_DIR='/'
if SugarMode == True:
PREF_DIR = env.get_profile_path() + '/tamtam'
TUNE_DIR=env.get_profile_path() + '/tamtam/tunes'
+ SYNTH_DIR=env.get_profile_path() + '/tamtam/synthlab'
else:
PREF_DIR = SOUNDS_DIR + '/temp'
TUNE_DIR= os.getenv('HOME') + '/.tamtam/tunes'
+ SYNTH_DIR= os.getenv('HOME') + '/.tamtam/synthlab'
#PLUGIN