|
LMMS
|
#include "protrack.h"Go to the source code of this file.
Classes | |
| class | Ca2mLoader |
Macros | |
| #define | ADPLUG_A2M_COPYRANGES 6 |
| #define | ADPLUG_A2M_FIRSTCODE 257 |
| #define | ADPLUG_A2M_MINCOPY 3 |
| #define | ADPLUG_A2M_MAXCOPY 255 |
| #define | ADPLUG_A2M_CODESPERRANGE (ADPLUG_A2M_MAXCOPY - ADPLUG_A2M_MINCOPY + 1) |
| #define | ADPLUG_A2M_MAXCHAR (ADPLUG_A2M_FIRSTCODE + ADPLUG_A2M_COPYRANGES * ADPLUG_A2M_CODESPERRANGE - 1) |
| #define | ADPLUG_A2M_TWICEMAX (2 * ADPLUG_A2M_MAXCHAR + 1) |
| #define ADPLUG_A2M_CODESPERRANGE (ADPLUG_A2M_MAXCOPY - ADPLUG_A2M_MINCOPY + 1) |
| #define ADPLUG_A2M_COPYRANGES 6 |
| #define ADPLUG_A2M_FIRSTCODE 257 |
| #define ADPLUG_A2M_MAXCHAR (ADPLUG_A2M_FIRSTCODE + ADPLUG_A2M_COPYRANGES * ADPLUG_A2M_CODESPERRANGE - 1) |
| #define ADPLUG_A2M_MAXCOPY 255 |
| #define ADPLUG_A2M_MINCOPY 3 |
| #define ADPLUG_A2M_TWICEMAX (2 * ADPLUG_A2M_MAXCHAR + 1) |