![]() |
Mozzi
alpha 0.01.1t
sound synthesis library for Arduino
|
Defines | |
#define | SIN1024_UINT8_NUM_CELLS 1024 |
A sin-shaped function scaled to fit into 0-255, with a hump in the middle of the table. | |
#define | WAVESHAPE_SIGMOID_NUM_CELLS 256 |
A sigmoid squashing function (sort of like an s-shape or cursive f-shape). |
#define SIN1024_UINT8_NUM_CELLS 1024 |
A sin-shaped function scaled to fit into 0-255, with a hump in the middle of the table.
Made with python/sin1024_uint8.py to use for a volume envelope.
Definition at line 13 of file sin1024_uint8.h.
#define WAVESHAPE_SIGMOID_NUM_CELLS 256 |
A sigmoid squashing function (sort of like an s-shape or cursive f-shape).
Useful for waveshaping audio compression/distortion sounds, or emphasising changes in controls around 0 and making them less sensitive in higher (or lower) ranges.
Definition at line 12 of file waveshape_sigmoid_int8.h.