#include <stdio.h>
#include <math.h>
Go to the source code of this file.
Data Structures | |
class | ADSR |
class | Oscillator |
class | Voice |
Macros | |
#define | UNIT 0x100000000LL |
#define | BIGGER ((uint64_t) (1.5819767 * UNIT)) |
#define UNIT 0x100000000LL |
Definition at line 7 of file voice.h.
Referenced by ADSR::setA(), ADSR::setD(), Oscillator::setfreq(), ADSR::setR(), ADSR::setS(), and ADSR::step().