mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-02-04 04:38:10 +00:00
abcMIDI-2020.07.06.zip
This commit is contained in:
16
parser2.h
Normal file
16
parser2.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* parser2.h */
|
||||
/* part of abc2midi and yaps */
|
||||
/* provides further parsing of I: info field */
|
||||
/* and multiple instruction and gchord fields */
|
||||
|
||||
#ifndef KANDR
|
||||
extern void event_info_key(char *key, char *value);
|
||||
extern void event_handle_gchord(char *s);
|
||||
extern void event_handle_instruction(char *s);
|
||||
extern void event_x_reserved(char s);
|
||||
#else
|
||||
extern void event_info_key();
|
||||
extern void event_handle_gchord();
|
||||
extern void event_handle_instruction();
|
||||
extern void event_x_reserved();
|
||||
#endif
|
||||
Reference in New Issue
Block a user