Unhardcoded ticks per beat. Fixed triplet bugs.
commit504489175e2dce057ab2462e97f1d4a665d8ecf0
authorEvanR <evanrinehart@gmail.com>
Fri, 8 May 2009 20:38:28 +0000 (8 15:38 -0500)
committerEvanR <evanrinehart@gmail.com>
Fri, 8 May 2009 20:38:28 +0000 (8 15:38 -0500)
tree968973de75754b5d04bafca9a8c658ba5edfb0f3
parent0ad734a7ef28629aa3ad5f67ce0a49b4ba9befc2
Unhardcoded ticks per beat. Fixed triplet bugs.

Replaced obvious 128s with TICKS_PER_BEAT. Will now begin
testing to see if 128 can be changed to 288 or more for the
purposes of allowing correct triplets.

Inserting triplets works better now. Probably more triplet related
bugs in the pattern editor.
src/arranger.cpp
src/eventedit.cpp
src/metronome.cpp
src/midi.h
src/pianoroll.cpp
src/saveload.cpp
src/timeline.cpp
src/uihelper.cpp