experimental time signature support. Background changes and beat bars are currently the only things that are aware of time signature. Note coloring isn't aware of time signature yet.
This commit is contained in:
@@ -164,8 +164,7 @@ const int ROWS_PER_BEAT = 48;
|
||||
/* In the editor, enforce a reasonable limit on the number of notes. */
|
||||
const int MAX_NOTES_PER_MEASURE = 50;
|
||||
|
||||
const int BEATS_PER_MEASURE = 4;
|
||||
const int ROWS_PER_MEASURE = ROWS_PER_BEAT * BEATS_PER_MEASURE;
|
||||
|
||||
const int MAX_NOTE_ROW = (1<<30);
|
||||
|
||||
enum NoteType
|
||||
|
||||
Reference in New Issue
Block a user