The simple Mozzi Output Circuit is fine for experimenting but when it comes to combining signals it can really do some damage - I may have trashed the small amp I was using for my experiments - remember my warning - I strongly recommend using an old or second hand keyboard for your MIDI experiments. I … Continue reading Mozzi Output Circuit – Part 2
Category: Mozzi Synthesis
MozziByte Output Board
I ordered myself a MozziByte board to make playing around with Mozzi a little simpler and it works really well. This details the updates to the Arduino PWM MIDI Synthesis with Mozzi project required to use the new board. These are the key Arduino tutorials for the main concepts used in this project: Mozzi Synthesis Library … Continue reading MozziByte Output Board
Arduino Multi Mozzi String Synth – Part 2
This projects takes another look at the Arduino Multi Mozzi String Synth and takes a slightly different approach to create a simple four-note polyphonic version of the string synth. To combine the outputs I'm using my Simple Passive Audio Mixer, but that isn't necessarily required. It also relies on (and builds in capability to support) the Arduino … Continue reading Arduino Multi Mozzi String Synth – Part 2
Arduino Multi Mozzi String Synth
This projects takes the Arduino Mozzi String Synth and combines it with the principles from the Arduino Multi MIDI Tone Module – Part 2 to create a simple four-note polyphonic version of the string synth. See Arduino Multi Mozzi String Synth - Part 2 for a development that gives a different option for passing the signal between … Continue reading Arduino Multi Mozzi String Synth
Mozzi Output Circuit
As part of the Arduino Multi-pot Mozzi FM Synthesis project I put together a simple Mozzi output filter circuit, but it stopped working. After having a bit of a look and poke about it it turns out that the jack socket was faulty, so I ordered a different type of socket and started again. This is … Continue reading Mozzi Output Circuit
Arduino Mozzi String Synth
This project uses a specific configuration of the Arduino Mozzi Additive Synthesis project to create a "synth strings" type sound based on detuned sawtooth waves. https://youtu.be/lHMRKDDTzUc Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments. I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials … Continue reading Arduino Mozzi String Synth
Arduino Mozzi Additive Synthesis
This project uses the Mozzi library to add sine waves together in a simple form of additive synthesis. It uses the six potentiometers from the Arduino Multi-pot Mozzi FM Synthesis project. https://youtu.be/bH1698olHXI Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments. I am not responsible for any damage to expensive … Continue reading Arduino Mozzi Additive Synthesis
Arduino Multi-pot Mozzi FM Synthesis
This project supports up to six potentiometers to change the synthesis parameters of a Mozzi based FM synthesizer. It builds on the previous two Mozzi projects. An alternative synthesizer IO board is developed in Simple Synth IO Shield. A multi-Nano version of this project is described in Arduino Nano Multi-pot FM and String Synthesis. A further update … Continue reading Arduino Multi-pot Mozzi FM Synthesis
Arduino FM MIDI Synthesis with Mozzi – Part 2
This builds on Arduino FM MIDI Synthesis with Mozzi but bases the code on a different example from the Mozzi library and adds a third potentiometer! Once again, if you are just using the code "as is" this is a beginner project. To get into the detail of the code though takes it into "advanced" territory! … Continue reading Arduino FM MIDI Synthesis with Mozzi – Part 2
Arduino FM MIDI Synthesis with Mozzi
This project takes the Mozzi library a bit further and combines the Mozzi example code for potentiometers, FM synthesis and MIDI into one. If you are just using the code "as is" this is a beginner project. To get into the detail of the code though takes it into "advanced" territory! In Part 2 the … Continue reading Arduino FM MIDI Synthesis with Mozzi