#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include "teensy/synth.h"#include "teensy/voice.h"#include "teensy/tests.h"
Go to the source code of this file.
Macros | |
| #define | NUM_VOICES 8 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| FILE * | outf |
| FILE * | gp_outf |
| int | t |
| Synth | s |
| ISynth * | synth_ary [NUM_VOICES] |
| uint32_t | tune [] |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| ISynth* synth_ary[NUM_VOICES] |
| int t |
Definition at line 13 of file test.cpp.
Referenced by main(), and play_tune().
1.8.6