mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
7 lines
208 B
C
7 lines
208 B
C
/* Copyright 1989 Carnegie Mellon University */
|
|
|
|
boolean rec_init(boolean bender);
|
|
boolean rec_event(long *data, time_type time);
|
|
void rec_final(FILE *fp, boolean absflag);
|
|
void write_pitch(FILE *fp, int p);
|