/* * nyq-osc-server.h * nyquist * * Created by Roger Dannenberg */ int nosc_init(void); int nosc_poll(void); void nosc_finish(void);