--- np2/sound/vermouth/midtable.h 2003/10/16 17:58:13 1.1.1.1 +++ np2/sound/vermouth/midtable.h 2005/03/29 06:50:38 1.2 @@ -42,6 +42,11 @@ enum { CTRL_POLYON = 127 }; + +#ifdef __cplusplus +extern "C" { +#endif + extern const int freq_table[128]; extern const SINT16 envsin12q[1 << (SINENT_BIT - 2)]; extern const SINT16 vibsin12[1 << VIBRATE_SHIFT]; @@ -49,3 +54,14 @@ extern const SINT16 voltbl12[128]; extern const float bendltbl[64]; extern const float bendhtbl[48]; +#if defined(PANPOT_REVA) +extern const UINT8 revacurve[]; +#endif +#if defined(VOLUME_ACURVE) +extern const UINT8 acurve[]; +#endif + +#ifdef __cplusplus +} +#endif +