Mozzi  version v2.0
sound synthesis library for Arduino
mozzi_config_documentation.h File Reference

Go to the source code of this file.

Macros

#define MOZZI_COMPATIBILITY_LEVEL
 Mozzi generally tries to keep your old sketches working, but we continue to find new (and hopefully better) approaches to old problems. More...
 
#define MOZZI_AUDIO_MODE
 Configure how Mozzi outputs generated sounds. More...
 
#define MOZZI_AUDIO_CHANNELS
 This sets allows to change from a single/mono audio output channel to stereo output. More...
 
#define MOZZI_AUDIO_RATE
 Defines the audio rate, i.e. More...
 
#define MOZZI_CONTROL_RATE
 Control rate setting. More...
 
#define MOZZI_ANALOG_READ
 Whether to compile in support for non-blocking analog reads. More...
 
#define MOZZI_AUDIO_INPUT
 Whether to enable built in audio input feature. More...
 
#define MOZZI_AUDIO_INPUT_PIN
 This sets which analog input channel to use for audio input, if you have enabled MOZZI_AUDIO_INPUT, above. More...
 
#define MOZZI_PWM_RATE
 Only for MOZZI_AUDIO_MODE s MOZZI_OUTPUT_PWM and MOZZI_OUTPUT_2PIN_PWM. More...
 
#define MOZZI_AUDIO_BITS_PER_CHANNEL
 Only for MOZZI_AUDIO_MODE MOZZI_OUTPUT_2PIN_PWM. More...
 
#define MOZZI_AUDIO_PIN_1
 Only for MOZZI_AUDIO_MODE s MOZZI_OUTPUT_PWM and MOZZI_OUTPUT_2PIN_PWM: The IO pin to use as (first) audio output. More...
 
#define MOZZI_AUDIO_BITS
 Output resolution of audio samples. More...