Skip to content

Commit

Permalink
fix midi again
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Dec 23, 2015
1 parent fd9ce5f commit 8f3d18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BMS_DEC.C
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ int parse_ev(FILE * in, FILE * out)
else
{
puts("PPQN already set and not supported as change event. Ignoring it.");
fseek(in,2,SEEK_CUR);
}
}
else if(ev==0xFF) return BR_FF;
Expand Down

0 comments on commit 8f3d18f

Please sign in to comment.