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-07-05 19:39:09 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-05 19:39:09 (GMT)
commit1f3e423d3cdaa1c50d40354edf89f8157d6d4981 (patch)
tree4a03755360e57efe14a5dd414f0f9fd3f7ea7ed9 /Config.py
parentd3e525d1b49d889b05dae7565343f1354cc3a253 (diff)
oups..
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Config.py b/Config.py
index 83ba40d..0b1cf89 100644
--- a/Config.py
+++ b/Config.py
@@ -94,7 +94,6 @@ def _addInstrument( name, csoundInstrumentId, instrumentRegister, soundClass, ca
_addInstrument( "ounk", INST_SIMP, MID, 'melo', 'animals', 0, 0, 0 )
_addInstrument( "gam", INST_TIED, HIGH, 'melo', 'percussions', .69388, .7536, .02922 )
-_addInstrument( "gong", INST_SIMP, LOW, 'melo', 'percussions', 0, 0, 0 )
_addInstrument( "guit", INST_TIED, MID, 'melo', 'strings', .08592, .75126, .33571 )
_addInstrument( "koto", INST_TIED, HIGH, 'melo', 'strings', .56523, .70075, .05954 )
_addInstrument( "clarinette", INST_TIED, MID, 'melo', 'winds', .57905, .73319, .04934 )
@@ -155,13 +154,13 @@ _addInstrument( "sheep", INST_SIMP, MID, 'melo', 'animals', 0, 0, 0 )
_addInstrument( "water", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "zap", INST_TIED, MID, 'melo', 'electronic', .299, .7323, .09895 )
_addInstrument( "trumpet", INST_TIED, MID, 'melo', 'winds', .39934, .45537, .02729)
-_addInstrument( "bubbles", INST_TIED, MID, "melo", 'concret', 0, 1.197, 0.02)
+_addInstrument( "bubbles", INST_TIED, MID, "melo", 'concret', 0.02, 1.177, 0.02)
_addInstrument( "marimba", INST_TIED, MID, "melo", 'percussions', .26545, .33098, .03087)
_addInstrument( "triangle", INST_TIED, MID, "melo", 'percussions', 1.21002, 1.31805, .01268)
_addInstrument( "laugh", INST_SIMP, MID, 'melo', 'people', 0, 0, 0 )
_addInstrument( "voix", INST_TIED, MID, 'melo', 'people', .89608, .96092, .02343 )
_addInstrument( "cling", INST_TIED, MID, 'melo', 'electronic', .09096, .7878, .18026 )
-_addInstrument( "bike", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
+_addInstrument( "byke", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "door", INST_SIMP, MID, 'melo', 'concret', 0, 0, 0 )
_addInstrument( "basse", INST_TIED, MID, 'melo', 'strings', .58455, .67433, .03638 )
_addInstrument( "acguit", INST_TIED, MID, 'melo', 'strings', .58503, .8667, .13699 )