Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Generation
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-05 08:58:15 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-05 08:58:15 (GMT)
commit41f7c5caddcb579abfdeb8c071d964145eb9e42f (patch)
treec2119f9f6b87097d3e3169391c485a01924f2509 /Generation
parent6bd5a3bdfbb5b2e134e335e7aa7df59d52c82e45 (diff)
sounds vs instruments bug fix
Diffstat (limited to 'Generation')
-rwxr-xr-xGeneration/Generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Generation/Generator.py b/Generation/Generator.py
index 5d590c2..fb6ab6b 100755
--- a/Generation/Generator.py
+++ b/Generation/Generator.py
@@ -125,7 +125,7 @@ def generator1(
if random.random() > parameters.silence:
trackNotes.append( CSoundNote( rythmSequence[i], pitchSequence[i], gainSequence[i],
GenerationConstants.DEFAULT_PAN, durationSequence[i], trackId,
- Config.INSTRUMENTS[instrument[ trackId ]].instrumentId ) )
+ Config.INSTRUMENTS[instrument[ trackId ]].instrumentId, 0.002, 0.098, 0.1, 0, 1000, False, 'edit' ) )
# del trackDictionary[ trackId ][ pageId ]
trackDictionary[ trackId ][ pageId ] = trackNotes