1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-13 07:29:00 +02:00
2015-04-07 22:10:17 -05:00

11 lines
130 B
C

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