1 #ifndef HRK_MIDI_PARSER_H
2 #define HRK_MIDI_PARSER_H
22 typedef std::vector<event_t> Events;
27 const char* what()
const;
29 bool load(
const std::string& midi_file);
33 void events(Events& events,
int track_no = 0);
39 std::auto_ptr<pImpl> pimpl;
Definition: Midi_parser.h:16
Definition: Midi_parser.h:19