|
LMMS
|
#include <algorithm>#include <cassert>#include <cmath>#include <cstdio>#include <cstring>#include <cinttypes>#include <fstream>#include <stdexcept>#include "allegro.h"#include "algrd_internal.h"#include "algsmfrd_internal.h"Macros | |
| #define | HEAP_PARENT(loc) |
| #define | FIRST_CHILD(loc) |
Functions | |
| bool | within (double d1, double d2, double epsilon) |
| are d1 and d2 within epsilon of each other? | |
| char * | heapify (const char *s) |
| put a string on the heap | |
Variables | |
| DLLEXPORT Alg_atoms | symbol_table |
Allegro: music representation system, with extensible in-memory sequence structure upward compatible with MIDI implementations in C++ and Serpent external, text-based representation compatible with Aura
| #define FIRST_CHILD | ( | loc | ) |
| #define HEAP_PARENT | ( | loc | ) |
| char * heapify | ( | const char * | s | ) |
put a string on the heap
| bool within | ( | double | d1, |
| double | d2, | ||
| double | epsilon ) |
are d1 and d2 within epsilon of each other?