1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-08 15:52:53 +02:00
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 */