Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
tables/waveshape1_softclip_int8.h
00001 #ifndef WAVESHAPE1_SOFTCLIP_H_
00002 #define WAVESHAPE1_SOFTCLIP_H_
00003 
00004 #include "Arduino.h"
00005 #include <avr/pgmspace.h>
00006 
00007 #define WAVESHAPE1_SOFTCLIP_NUM_CELLS 256
00008 #define WAVESHAPE1_SOFTCLIP_SAMPLERATE 256
00009 
00010 const char __attribute__((progmem)) WAVESHAPE1_SOFTCLIP_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                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00019                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00020                 -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128, -128,
00021                 -128, -127, -128, -127, -126, -125, -124, -122, -121, -119, -117, -112, -109,
00022                 -103, -95, -81, -63, -42, -18, 6, 31, 53, 72, 87, 99, 107, 112, 116, 118, 119,
00023                 121, 122, 123, 124, 125, 126, 126, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00024                 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00025                 127, 127, 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, 127, 127, 127, 127, 127, 127, 127, 127, 127,
00030                 127, 127, 127, 127, 127,
00031         };
00032 
00033 #endif /* WAVESHAPE1_SOFTCLIP_H_ */