|
LMMS
|
#include <cassert>#include <cstring>#include "allegro.h"#include "algsmfrd_internal.h"#include "mfmidi.h"Classes | |
| class | Alg_note_list |
| class | Alg_midifile_reader |
Typedefs | |
| typedef class Alg_note_list * | Alg_note_list_ptr |
Functions | |
| char * | heapify2 (int len, unsigned char *s) |
| Alg_error | alg_smf_read (std::istream &file, Alg_seq_ptr new_seq) |
Variables | |
| static const char * | fpsstr [4] = {"24", "25", "29.97", "30"} |
midifile reader
| typedef class Alg_note_list * Alg_note_list_ptr |
| Alg_error alg_smf_read | ( | std::istream & | file, |
| Alg_seq_ptr | new_seq ) |
| char * heapify2 | ( | int | len, |
| unsigned char * | s ) |
|
static |