mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-02-04 04:38:10 +00:00
2024.10.10
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define VERSION "0.96 July 26 2024 midistats"
|
#define VERSION "0.96 October 10 2024 midistats"
|
||||||
|
|
||||||
/* midistrats.c is a descendent of midi2abc.c which was becoming to
|
/* midistrats.c is a descendent of midi2abc.c which was becoming to
|
||||||
large. The object of the program is to extract statistical characterisitic
|
large. The object of the program is to extract statistical characterisitic
|
||||||
@@ -1515,7 +1515,7 @@ for (i=1;i<256;i++) {
|
|||||||
|
|
||||||
void output_drumpat () {
|
void output_drumpat () {
|
||||||
int i;
|
int i;
|
||||||
for (i=0;i<lastBeat;i++) printf("%d ",drumpat[i]);
|
for (i=0;i<=lastBeat;i++) printf("%d ",drumpat[i]);
|
||||||
/*for (i=0;i<lastBeat;i++) output_perc_pattern(drumpat[i]);*/
|
/*for (i=0;i<lastBeat;i++) output_perc_pattern(drumpat[i]);*/
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
4
store.c
4
store.c
@@ -186,7 +186,7 @@ int main()
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define VERSION "4.94 August 13 2024 abc2midi"
|
#define VERSION "4.94 October 10 2024 abc2midi"
|
||||||
|
|
||||||
/* enables reading V: indication in header */
|
/* enables reading V: indication in header */
|
||||||
#define XTEN1 1
|
#define XTEN1 1
|
||||||
@@ -1941,7 +1941,7 @@ char *s;
|
|||||||
done = 0;
|
done = 0;
|
||||||
} /*[SS] 2024.04.30 */
|
} /*[SS] 2024.04.30 */
|
||||||
|
|
||||||
printf("%s\n",command);
|
if (verbose > 1) printf("event_midi command: %s\n",command);
|
||||||
|
|
||||||
if (strcmp(command, "channel") == 0) {
|
if (strcmp(command, "channel") == 0) {
|
||||||
skipspace(&p);
|
skipspace(&p);
|
||||||
|
|||||||
Reference in New Issue
Block a user