Fix broken Little transform
This commit is contained in:
@@ -999,7 +999,8 @@ void NoteDataUtil::Little(NoteData &in)
|
|||||||
|
|
||||||
// filter out all non-quarter notes
|
// filter out all non-quarter notes
|
||||||
int max_row = in.GetLastRow();
|
int max_row = in.GetLastRow();
|
||||||
for( i=0; i<=max_row; i+=ROWS_PER_BEAT )
|
for( i=0; i<=max_row; i+=1 )
|
||||||
|
if( i % ROWS_PER_BEAT != 0 )
|
||||||
for( int c=0; c<in.GetNumTracks(); c++ )
|
for( int c=0; c<in.GetNumTracks(); c++ )
|
||||||
in.SetTapNote(c, i, TAP_EMPTY);
|
in.SetTapNote(c, i, TAP_EMPTY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user