Move default back to the right place.
This commit is contained in:
@@ -210,6 +210,9 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Steps &out, int start )
|
|||||||
fprintf( fp, "{" );
|
fprintf( fp, "{" );
|
||||||
fCurrentIncrementer = 1.0/64 * BEATS_PER_MEASURE;
|
fCurrentIncrementer = 1.0/64 * BEATS_PER_MEASURE;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
ASSERT(0);
|
||||||
|
// fall though
|
||||||
case NOTE_TYPE_48TH:
|
case NOTE_TYPE_48TH:
|
||||||
case NOTE_TYPE_INVALID:
|
case NOTE_TYPE_INVALID:
|
||||||
// since, for whatever reason, the only way to do
|
// since, for whatever reason, the only way to do
|
||||||
@@ -217,9 +220,6 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Steps &out, int start )
|
|||||||
fprintf( fp, "`" );
|
fprintf( fp, "`" );
|
||||||
fCurrentIncrementer = 1.0/192 * BEATS_PER_MEASURE;
|
fCurrentIncrementer = 1.0/192 * BEATS_PER_MEASURE;
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
ASSERT(0);
|
|
||||||
// fall though
|
|
||||||
}
|
}
|
||||||
|
|
||||||
double fFirstBeatInMeasure = m * BEATS_PER_MEASURE;
|
double fFirstBeatInMeasure = m * BEATS_PER_MEASURE;
|
||||||
|
|||||||
Reference in New Issue
Block a user