--- np2/sound/vermouth/midtable.c 2003/10/16 17:58:13 1.1 +++ np2/sound/vermouth/midtable.c 2005/03/29 06:50:38 1.2 @@ -142,3 +142,27 @@ const float bendhtbl[48] = { (float)3.1748021039363987, (float)3.363585661014858, (float)3.5635948725613571, (float)3.7754972507267737}; +#if defined(PANPOT_REVA) +const UINT8 revacurve[] = { + 0, 4, 10, 14, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 30, 32, + 35, 37, 39, 42, 44, 47, 49, 51, 54, 56, 59, 61, 64, 66, 69, 71, + 74, 76, 79, 81, 84, 86, 89, 91, 94, 97, 99,102,104,107,109,112, + 115,117,120,122,125,127,130,132,135,137,140,142,145,147,150,152, + 155,157,159,162,164,166,169,171,173,176,178,180,182,185,186,189, + 191,193,195,197,199,201,203,205,207,209,211,213,214,216,218,220, + 222,224,225,226,228,229,230,232,233,235,237,238,239,241,241,243, + 245,246,246,248,249,249,250,251,252,252,252,253,254,254,255,255}; +#endif + +#if defined(VOLUME_ACURVE) +const UINT8 acurve[] = { + 0, 1, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, + 7, 8, 8, 9, 10, 10, 11, 11, 12, 13, 14, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 35, 36, 38, + 39, 41, 42, 44, 46, 47, 49, 51, 52, 54, 56, 58, 60, 62, 64, 66, + 68, 70, 72, 74, 77, 79, 81, 83, 85, 88, 90, 93, 95, 98,100,102, + 105,108,110,113,116,119,121,124,127,130,133,136,138,141,145,148, + 150,154,157,160,163,167,170,173,176,180,183,186,189,193,196,199, + 203,206,210,213,217,220,224,227,231,234,238,242,245,249,253,255}; +#endif +