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:
@@ -191,6 +191,8 @@ RString OptimizeDWIString( RString holds, RString taps )
|
||||
return ssprintf( "<%s>", ret.c_str() );
|
||||
}
|
||||
|
||||
static const int BEATS_PER_MEASURE = 4;
|
||||
|
||||
static void WriteDWINotesField( RageFile &f, const Steps &out, int start )
|
||||
{
|
||||
NoteData notedata;
|
||||
|
||||
Reference in New Issue
Block a user