Open cameronkkk opened 4 years ago
"Take five" and "Mission impossible" are in five beats. I've checked "TimeSignature.java" and remark the code below.
/* Midi File gives wrong time signature sometimes */ if (numerator == 5) { numerator = 4; }
but it's not working
"Take five" and "Mission impossible" are in five beats. I've checked "TimeSignature.java" and remark the code below.
but it's not working