Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorJames <james@mackie.(none)>2007-03-20 21:24:13 (GMT)
committer James <james@mackie.(none)>2007-03-20 21:24:13 (GMT)
commit0b103f2f424878f469c00c411da5b5639a23e5c5 (patch)
tree95e1016a5acee29e06532c493afbee4cd61d6c21 /Config.py
parent62dfc930747692c0e374aeb3581477698b549ced (diff)
TUNE_DIR, load save, parameter update in csoundclient
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 3c76496..f2775f6 100644
--- a/Config.py
+++ b/Config.py
@@ -25,10 +25,14 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
#PATHS
SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
+TUNE_DIR='/'
if SugarMode == True:
PREF_DIR = env.get_profile_path() + '/tamtam'
+ TUNE_DIR=env.get_profile_path() + '/tamtam/tunes'
else:
PREF_DIR = SOUNDS_DIR + '/temp'
+ TUNE_DIR= os.getenv('HOME') + '/.tamtam/tunes'
+
#PLUGIN
PLUGIN_DEBUG = os.getenv('HOME')+"/tamtam.aclient.log"