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:
authorOli <olivier.belanger@umontreal.ca>2007-10-31 22:08:41 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-10-31 22:08:41 (GMT)
commit59a50d2d83b67be8ce2dea96328b8fed0531c4d3 (patch)
treeab3b561d2be9e057fc40a564649e7b578e9ac8a3 /common/Util/Instruments.py
parenta48ee4269378b73556dc6bec41bd6556ea3bc282 (diff)
added missing icons
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 004fcca..fc48f40 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -100,7 +100,7 @@ _addInstrument( "sheep", INST_SIMP, MID, 'animals', 0, 0, 0, 1 )
_addInstrument( "water", INST_SIMP, MID, 'concret', 0, 0, 0, 1 )
_addInstrument( "zap", INST_TIED, MID, 'keyboard', .299, .7323, .09895, 1 )
_addInstrument( "trumpet", INST_TIED, MID, 'winds', .91195, 1.652909375, .05375, 0.5)
-_addInstrument( "clavinet", INST_TIED, MID, 'winds', .6398328125, .9401625, .094, 0.4)
+_addInstrument( "clavinet", INST_TIED, MID, 'keyboard', .6398328125, .9401625, .094, 0.4)
_addInstrument( "flugel", INST_TIED, MID, 'winds', 1.291740625, 2.37588007813, .065, 0.4)
_addInstrument( "foghorn", INST_TIED, LOW, 'winds', 2.07005, 3.758775, .2, 0.5)
_addInstrument( "bubbles", INST_TIED, MID, 'concret', 0.02, 1.177, 0.02, 1)