/Mozard

Mozard is a miniature digital synthesizer based on Mozzi and an Arduino Nano ATMEGA328p board

Primary LanguageHTML

Mozard

Mozard is a miniature digital synthesizer based on Mozzi and an Arduino Nano ATMEGA328p board.

A picture of the Mozard

Usage

The Mozard changes behavior when the arpeggiator is deactivated or activated. When in arpeggiator mode, the LED on the Arduino blinks in sync with the arpeggiator interval.

How to use the Mozard when the arpeggiator is deactivated

How to use the Mozard when the arpeggiator is activated

Hardware

The circuit and Bill Of Materials can be found in the extras/circuit folder.

A picture of Mozard schematic

Source code

  1. Download the library source code here.

  2. Extract into your Arduino libraries folder. It should look something like this: The installed Mozard library in the Arduino libraries folder

  3. Open Arduino.

  4. Find the latest example: Finding the latest example

  5. Configure Arduino for the right microcontroller i.e. "Arduino Nano": Selecting Arduino Nano Board

  6. Configure Arduino for the right Bootloader i.e. "ATmega328 (Old Bootloader)" if you followed a Mozard workshop or bought a clone: Selecting ATmega328 (Old Bootloader)

  7. Compile and transfer.