finish support for 48th/64th notes in code

add things possibly useful for mods when keysounds (and Keyboardmania) support are finished
This commit is contained in:
Matt Denham
2003-11-13 07:40:49 +00:00
parent 686f0656bd
commit 7484667733
3 changed files with 48 additions and 3 deletions
+2
View File
@@ -223,6 +223,7 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Steps &out, int start )
ASSERT(0);
// fall though
case NOTE_TYPE_48TH:
case NOTE_TYPE_192ND:
case NOTE_TYPE_INVALID:
// since, for whatever reason, the only way to do
// 48ths is through a block of 192nds...
@@ -296,6 +297,7 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Steps &out, int start )
fprintf( fp, "}" );
break;
case NOTE_TYPE_48TH:
case NOTE_TYPE_192ND:
case NOTE_TYPE_INVALID:
fprintf( fp, "'" );
break;