summaryrefslogblamecommitdiffstats
path: root/src/synth_gui.h
blob: 73bdbdf494b68a467fdcc86d79499fdd5864252c (plain) (tree)
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(void *synthData, PaStream *stream);

#endif /* SYNTH_GUI_H */