Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
tables/waveshape_chebyshev_6th_256_int8.h
00001 #ifndef CHEBYSHEV_6TH_256_H_
00002 #define CHEBYSHEV_6TH_256_H_
00003 
00004 #include "Arduino.h"
00005 #include <avr/pgmspace.h>
00006 
00007 #define CHEBYSHEV_6TH_256_NUM_CELLS 256
00008 const char __attribute__((progmem)) CHEBYSHEV_6TH_256_DATA [] =
00009         {
00010                 127, 93, 62, 34, 8,
00011                 -15, -35, -53, -69, -82, -94, -103, -111, -118, -122, -126, -128, -128, -128,
00012                 -127, -124, -121, -117, -112, -107, -101, -94, -87, -80, -72, -64, -56, -47,
00013                 -39, -30, -22, -13, -5, 4, 12, 20, 28, 36, 44, 51, 59, 65, 72, 78, 84, 90, 95,
00014                 100, 104, 108, 112, 115, 118, 121, 123, 124, 126, 127, 127, 127, 127, 127, 126,
00015                 125, 123, 121, 119, 116, 113, 110, 107, 103, 99, 95, 90, 85, 80, 75, 70, 65, 59,
00016                 53, 48, 42, 36, 30, 24, 17, 11, 5, -1, -7, -14, -20, -26, -32, -38, -44, -49,
00017                 -55, -60, -66, -71, -76, -81, -85, -90, -94, -98, -102, -105, -109, -112, -115,
00018                 -117, -120, -122, -123, -125, -126, -127, -128, -128, -128, -128, -128, -127,
00019                 -126, -125, -123, -122, -120, -117, -115, -112, -109, -105, -102, -98, -94, -90,
00020                 -85, -81, -76, -71, -66, -60, -55, -49, -44, -38, -32, -26, -20, -14, -7, -1, 5,
00021                 11, 17, 24, 30, 36, 42, 48, 53, 59, 65, 70, 75, 80, 85, 90, 95, 99, 103, 107,
00022                 110, 113, 116, 119, 121, 123, 125, 126, 127, 127, 127, 127, 127, 126, 124, 123,
00023                 121, 118, 115, 112, 108, 104, 100, 95, 90, 84, 78, 72, 65, 59, 51, 44, 36, 28,
00024                 20, 12, 4, -5, -13, -22, -30, -39, -47, -56, -64, -72, -80, -87, -94, -101,
00025                 -107, -112, -117, -121, -124, -127, -128, -128, -128, -126, -122, -118, -111,
00026                 -103, -94, -82, -69, -53, -35, -15, 8, 34, 62, 93,
00027         };
00028 
00029 #endif /* CHEBYSHEV_6TH_256_H_ */