|
LMMS
|
#include <cassert>#include <cstring>#include <string>#include <algorithm>#include "strparse.h"#include "allegro.h"#include "algrd_internal.h"Classes | |
| class | Alg_reader |
| struct | loud_lookup_struct |
Functions | |
| Alg_error | alg_read (std::istream &file, Alg_seq_ptr new_seq, double *offset_ptr) |
Variables | |
| double | duration_lookup [] = {0.25, 0.5, 1.0, 2.0, 4.0} |
| struct loud_lookup_struct | loud_lookup [] |
| int | key_lookup [] = {21, 23, 12, 14, 16, 17, 19} |
| Alg_error alg_read | ( | std::istream & | file, |
| Alg_seq_ptr | new_seq, | ||
| double * | offset_ptr ) |
| double duration_lookup[] = {0.25, 0.5, 1.0, 2.0, 4.0} |
| int key_lookup[] = {21, 23, 12, 14, 16, 17, 19} |
| struct loud_lookup_struct loud_lookup[] |