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:
@@ -113,6 +113,8 @@ static bool Is192( const RString &sStepData, size_t pos )
|
||||
return false;
|
||||
}
|
||||
|
||||
const int BEATS_PER_MEASURE = 4;
|
||||
|
||||
static bool LoadFromDWITokens(
|
||||
RString sMode,
|
||||
RString sDescription,
|
||||
|
||||
Reference in New Issue
Block a user