+ support o2mania style BMS (7 keys)
+ move notes to autokeysound when reducing tracks
This commit is contained in:
Thai Pangsakulyanont
2011-03-09 19:24:15 +07:00
139 changed files with 4637 additions and 1332 deletions
+1
View File
@@ -182,6 +182,7 @@ static StepsType DetermineStepsType( int iPlayer, const NoteData &nd, const RStr
// are more common.
//return StepsType_dance_solo;
return StepsType_beat_single5;
case 7:
case 8: return StepsType_beat_single7;
case 9: return StepsType_popn_nine;
default: return StepsType_Invalid;