9c6410c
8d17aa2
1 2 3 4 5 6 7
8
9 10
#ifndef SYNTH_GUI_H #define SYNTH_GUI_H #include <portaudio.h> #include "synth_engine.h" void rayrun(synth_t *synth); #endif /* SYNTH_GUI_H */