Skip to content

Commit

Permalink
fix midi
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Dec 23, 2015
1 parent ea404b8 commit fd9ce5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BMS_DEC.C
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ int parse_ev(FILE * in, FILE * out)
}
else
{
puts("This BMS is using Tempo Change Events, which is not yet implemented. Please create a feature request by emailing tom[DOT]mbrt[AT]gmail[DOT]com stating with which BMS you experienced this issue.");
puts("This BMS is using Tempo Change Events, which is not yet implemented.");
fseek(in,2,SEEK_CUR);
}
}
else if(ev==0xFE)
Expand Down

0 comments on commit fd9ce5f

Please sign in to comment.