#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "teensy/teensy.ino"
Go to the source code of this file.
#define _STEP 1.0594630943592953 |
#define A |
( |
|
oct | ) |
((int) ((1 << oct) * _A)) |
#define ASSERT |
( |
|
cond | ) |
assertion(cond, #cond) |
#define B |
( |
|
oct | ) |
((int) ((1 << oct) * _A * _STEP2)) |
#define Bflat |
( |
|
oct | ) |
((int) ((1 << oct) * _A * _STEP)) |
#define F |
( |
|
oct | ) |
((int) ((1 << oct) * _A / _STEP4)) |
#define G |
( |
|
oct | ) |
((int) ((1 << oct) * _A / _STEP2)) |
#define Gsharp |
( |
|
oct | ) |
((int) ((1 << oct) * _A / _STEP)) |
void assertion |
( |
int |
cond, |
|
|
const char * |
strcond |
|
) |
| |