Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
tables/waveshape2_softerclip_int8.h
00001 #ifndef WAVESHAPE2_SOFTERCLIP_H_
00002 #define WAVESHAPE2_SOFTERCLIP_H_
00003 
00004 #include "Arduino.h"
00005 #include <avr/pgmspace.h>
00006 
00007 #define WAVESHAPE2_SOFTERCLIP_NUM_CELLS 256
00008 #define WAVESHAPE2_SOFTERCLIP_SAMPLERATE 256
00009 
00010 const char __attribute__((progmem)) WAVESHAPE2_SOFTERCLIP_DATA []  =
00011         {
00012                 -128, -128, -128, -128, -128,
00013                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00014                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00015                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00016                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00017                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00018                 -127, -127, -126, -125, -125, -124, -123, -122, -121, -120, -119, -118, -116,
00019                 -115, -113, -112, -110, -109, -107, -105, -103, -101, -99, -97, -95, -93, -91,
00020                 -89, -86, -84, -82, -79, -77, -74, -72, -69, -66, -64, -61, -58, -55, -52, -49,
00021                 -47, -44, -41, -38, -35, -32, -29, -25, -22, -19, -16, -13, -10, -7, -4, 0, 3,
00022                 6, 9, 12, 15, 18, 21, 24, 28, 31, 34, 37, 40, 43, 46, 48, 51, 54, 57, 60, 63,
00023                 65, 68, 71, 73, 76, 78, 81, 83, 85, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106,
00024                 108, 109, 111, 112, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 124, 125,
00025                 126, 126, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00026                 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00027                 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00028                 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00029                 127, 127, 127, 127, 127, 127, 127,
00030         };
00031 
00032 #endif /* WAVESHAPE2_SOFTERCLIP_H_ */