From 8f3d18f6a5b5b852cb40ad1f62118db3e8b9423f Mon Sep 17 00:00:00 2001 From: derselbst Date: Wed, 23 Dec 2015 10:03:06 +0100 Subject: [PATCH] fix midi again --- src/BMS_DEC.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BMS_DEC.C b/src/BMS_DEC.C index 3b60bbd..596b3d3 100644 --- a/src/BMS_DEC.C +++ b/src/BMS_DEC.C @@ -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;