Mozzi  version v2.0
sound synthesis library for Arduino
mozzi_config_documentation.h
Go to the documentation of this file.
1 #ifdef FOR_DOXYGEN_ONLY
59 #define MOZZI_COMPATIBILITY_LEVEL FOR_DOXYGEN_ONLY
60 
90 #define MOZZI_AUDIO_MODE FOR_DOXYGEN_ONLY
91 
106 #define MOZZI_AUDIO_CHANNELS FOR_DOXYGEN_ONLY
107 
108 
129 #define MOZZI_AUDIO_RATE FOR_DOXYGEN_ONLY
130 
131 
148 #define MOZZI_CONTROL_RATE FOR_DOXYGEN_ONLY
149 
150 
169 #define MOZZI_ANALOG_READ FOR_DOXYGEN_ONLY
170 
171 
188 #define MOZZI_AUDIO_INPUT FOR_DOXYGEN_ONLY
189 
190 
197 #define MOZZI_AUDIO_INPUT_PIN FOR_DOXYGEN_ONLY
198 
199 
212 #define MOZZI_PWM_RATE FOR_DOXYGEN_ONLY
213 
214 
223 #define MOZZI_AUDIO_BITS_PER_CHANNEL FOR_DOXYGEN_ONLY
224 
225 
250 #define MOZZI_AUDIO_PIN_1 FOR_DOXYGEN_ONLY
251 
266 #define MOZZI_OUTPUT_BUFFER_SIZE FOR_DOXYGEN_ONLY
267 
268 
269 /***************************************** ADVANCED SETTTINGS -- External audio output ******************************************
270  *
271  * The settings in the following section applies to MOZZI_OUTPUT_EXTERNAL_TIMED, and MOZZI_OUTPUT_EXTERNAL_CUSTOM, only.
272  *
273 ********************************************************************************************************************************/
274 
312 #define MOZZI_AUDIO_BITS FOR_DOXYGEN_ONLY
313 
314 #endif