1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00
Files
audacity/lib-src/libnyquist/nyquist/cmt/pitch.h
2010-01-24 09:19:39 +00:00

10 lines
151 B
C

/* mbc code */
/* Copyright 1989 Carnegie Mellon University */
typedef struct pitch_struct {
int ppitch;
int pbend;
}
pitch_table;
/* end */