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

This is the main include file in Mozzi. More...

#include "MozziGuts.h"

Go to the source code of this file.

Detailed Description

This is the main include file in Mozzi.

Almost all sketches using Mozzi will want to include this file exactly once.

Should your sketch require Mozzi Core Functions Mozzi functions in more than one translation unit (i.e. you have more than one .cpp-file in your sketch itself), only one of these shall include this file, while any others shall include MozziHeadersOnly instead. (Failing to heed this advice will lead to "duplicate definition" errors.)

Definition in file Mozzi.h.