Synth.cpp
 All Data Structures Namespaces Files Functions Variables Macros
Macros | Functions | Variables
test.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "teensy/synth.h"
#include "teensy/voice.h"
#include "teensy/tests.h"
Include dependency graph for test.cpp:

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
 
ISynthsynth_ary [NUM_VOICES]
 
uint32_t tune []
 

Macro Definition Documentation

#define NUM_VOICES   8

Definition at line 10 of file test.cpp.

Referenced by main().

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 18 of file test.cpp.

Here is the call graph for this function:

Variable Documentation

FILE * gp_outf

Definition at line 12 of file test.cpp.

Referenced by main().

FILE* outf

Definition at line 12 of file test.cpp.

Referenced by main().

Synth s

Definition at line 14 of file test.cpp.

Referenced by main().

ISynth* synth_ary[NUM_VOICES]

Definition at line 15 of file test.cpp.

int t

Definition at line 13 of file test.cpp.

Referenced by main(), and play_tune().

uint32_t tune[]

Definition at line 3 of file tune.cpp.

Referenced by main().