Changed TICKS_PER_BEAT from 128 to 288.
commit186d94c80ebad79e589a5f65de6e1506146e2074
authorEvanR <evanrinehart@gmail.com>
Fri, 8 May 2009 21:30:06 +0000 (8 16:30 -0500)
committerEvanR <evanrinehart@gmail.com>
Fri, 8 May 2009 21:30:06 +0000 (8 16:30 -0500)
treef69a8fbdceb9142132a0a8d6e0b26e36e4c293ad
parent58b8d1ad460f26ae25922aa9b2ac747cc7188c04
Changed TICKS_PER_BEAT from 128 to 288.

This allows for exact triplets in some basic cases. Also TICKS_PER_BEAT
can now be changed to any reasonable value. Values less than 128 will
probably fry epichord's brain, and values greater than 65535 will cause
the midi file saver to fail.
src/backend.h
src/jack.cpp
src/timeline.cpp
src/uihelper.cpp