mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2021.06.27
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
* based on public domain 'midifilelib' package.
|
||||
*/
|
||||
|
||||
#define VERSION "3.48 May 25 2021 midi2abc"
|
||||
#define VERSION "3.49 June 27 2021 midi2abc"
|
||||
|
||||
#include <limits.h>
|
||||
/* Microsoft Visual C++ Version 6.0 or higher */
|
||||
@@ -2739,6 +2739,8 @@ int trackno;
|
||||
char ch;
|
||||
int type,sf,mi,nn,denom,bb;
|
||||
|
||||
sf = 0; /* [SS] 2021-06-27 */
|
||||
|
||||
while (((*textplace) != NULL) && ((*textplace)->when <= t)) {
|
||||
str = (*textplace)->text;
|
||||
ch = *str;
|
||||
|
||||
Reference in New Issue
Block a user