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 03:27:09 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-05 03:27:09 (GMT)
commita5e3fc7ae485cc070d518e1b69b426f52c985d65 (patch)
tree0d8e5e49a4e46d9fed2c4ce3ed2737131001203f /Generation
parent69a4abbb7182558dda5fab3f9892f338424cfd27 (diff)
sounds balance
Diffstat (limited to 'Generation')
-rw-r--r--Generation/GenerationRythm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Generation/GenerationRythm.py b/Generation/GenerationRythm.py
index 0735c12..ea1bf24 100644
--- a/Generation/GenerationRythm.py
+++ b/Generation/GenerationRythm.py
@@ -104,7 +104,6 @@ class GenerationRythm:
for beat in range( beatsPerPage ):
beats.append( beat * Config.TICKS_PER_BEAT )
for i in range( len( beats ) ):
- if (Config.DEBUG > 3) : print 'INFO: GenerationRythm::drumRythmSequence', ( beats[ GenerationConstants.PUNCH_ACCENTS[ beatsPerPage ][ i ] ], pow( float( len( beats ) - i) / len( beats ), 1.5 ) * 100.)
downBeats.append( ( beats[ GenerationConstants.PUNCH_ACCENTS[ beatsPerPage ][ i ] ], pow( float( len( beats ) - i) / len( beats ), 1.5 ) * 100.) )
for downBeat in downBeats:
upBeats.append( ( downBeat[ 0 ] + Config.TICKS_PER_BEAT , downBeat[ 1 ] ) )