mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-08 15:52:53 +02:00
10 lines
151 B
C
10 lines
151 B
C
/* mbc code */
|
|
/* Copyright 1989 Carnegie Mellon University */
|
|
|
|
typedef struct pitch_struct {
|
|
int ppitch;
|
|
int pbend;
|
|
}
|
|
pitch_table;
|
|
/* end */
|