Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
tables/waveshape_chebyshev_4th_256_int8.h
00001 #ifndef CHEBYSHEV_4TH_256_H_
00002 #define CHEBYSHEV_4TH_256_H_
00003 
00004 #include "Arduino.h"
00005 #include <avr/pgmspace.h>
00006 
00007 #define CHEBYSHEV_4TH_256_NUM_CELLS 256
00008 const char __attribute__((progmem)) CHEBYSHEV_4TH_256_DATA [] =
00009         {
00010                 127, 112, 97, 82,
00011                 68, 55, 42, 30, 19, 7, -3, -13, -23, -32, -40, -49, -56, -63, -70, -77, -83,
00012                 -88, -93, -98, -102, -106, -110, -113, -116, -119, -121, -123, -124, -126, -127,
00013                 -128, -128, -128, -128, -128, -128, -127, -126, -125, -124, -122, -120, -118,
00014                 -116, -114, -112, -109, -106, -103, -100, -97, -94, -91, -87, -84, -80, -76,
00015                 -72, -68, -64, -60, -56, -52, -48, -44, -40, -35, -31, -27, -22, -18, -14, -9,
00016                 -5, -1, 4, 8, 12, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 60, 64, 67, 71,
00017                 74, 78, 81, 84, 87, 90, 93, 96, 98, 101, 103, 105, 108, 110, 112, 114, 115, 117,
00018                 119, 120, 121, 122, 124, 124, 125, 126, 126, 127, 127, 127, 127, 127, 127, 127,
00019                 126, 126, 125, 124, 124, 122, 121, 120, 119, 117, 115, 114, 112, 110, 108, 105,
00020                 103, 101, 98, 96, 93, 90, 87, 84, 81, 78, 74, 71, 67, 64, 60, 57, 53, 49, 45,
00021                 41, 37, 33, 29, 25, 21, 17, 12, 8, 4, -1, -5, -9, -14, -18, -22, -27, -31, -35,
00022                 -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -87, -91, -94, -97,
00023                 -100, -103, -106, -109, -112, -114, -116, -118, -120, -122, -124, -125, -126,
00024                 -127, -128, -128, -128, -128, -128, -128, -127, -126, -124, -123, -121, -119,
00025                 -116, -113, -110, -106, -102, -98, -93, -88, -83, -77, -70, -63, -56, -49, -40,
00026                 -32, -23, -13, -3, 7, 19, 30, 42, 55, 68, 82, 97, 112,
00027         };
00028 
00029 #endif /* CHEBYSHEV_4TH_256_H_ */