Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Instruments.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2008-12-18 06:44:37 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2008-12-19 23:50:57 (GMT)
commitd6ba40c9b568a99d1fb8e459cb9497cfffd3e981 (patch)
treed13cb49cef09f11fe140b50a267c17a2b23db10a /common/Util/Instruments.py
parent075c7831f3a8adbc804014c53d460a1dfd4dc382 (diff)
cleanup paths for XO and non-XO installations
Diffstat (limited to 'common/Util/Instruments.py')
-rw-r--r--common/Util/Instruments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index ef22bce..8248d09 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -18,7 +18,7 @@ instrumentDB = InstrumentDB.getRef()
def _addInstrument( name, csoundInstrumentId, instrumentRegister, category, loopStart, loopEnd, crossDur, ampScale = 1, kit = None ):
- instrumentDB.addInstrumentFromArgs( name, csoundInstrumentId, instrumentRegister, loopStart, loopEnd, crossDur, ampScale, kit, name, Config.LIB_DIR+"/Images/"+name+".png", category )
+ instrumentDB.addInstrumentFromArgs( name, csoundInstrumentId, instrumentRegister, loopStart, loopEnd, crossDur, ampScale, kit, name, Config.IMAGE_ROOT+"/"+name+".png", category )
_addInstrument( "mic1", INST_TIED, MID, 'mysounds', .01, 1.99, .01, 1 )