mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-13 07:29:00 +02:00
11 lines
130 B
C
11 lines
130 B
C
/*
|
|
* nyq-osc-server.h
|
|
* nyquist
|
|
*
|
|
* Created by Roger Dannenberg
|
|
*/
|
|
|
|
int nosc_init();
|
|
int nosc_poll();
|
|
void nosc_finish();
|