Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-06-19 14:19:16 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-06-19 14:19:16 (GMT)
commitb79b1598eb158e8c68f00e97daf456d3a6569e64 (patch)
tree6bf85c6a9e784eef1bc252e2b45ee0004f5268f6 /Config.py
parentf179d5378471af72007533840978d5005793c7d0 (diff)
network
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index a8011e3..37a6bb6 100644
--- a/Config.py
+++ b/Config.py
@@ -460,6 +460,7 @@ MAXIMUM_PITCH_DRUM = MINIMUM_PITCH_DRUM + PITCH_STEP_DRUM*(NUMBER_OF_POSSIBLE_PI
MINIMUM_NOTE_DURATION = 1 # ticks
MS_PER_MINUTE = 60000.0
TICKS_PER_BEAT = 12
+TICKS_PER_BEAT_DIV2 = TICKS_PER_BEAT/2
MAXIMUM_BEATS = 12 # maximum beats per page
NUMBER_OF_TRACKS = 5
NUMBER_OF_PAGES = 2