diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -1,4 +1,33 @@ Llammas ======= -Llammas is Literally Another Monophonic Mozzi Arduino Synth +*Llammas is Literally Another Monophonic Mozzi Arduino Synth*. +This MIDI synthesizer has been developped with the [Mozzi library](https://sensorium.github.io/Mozzi/), a sound synthesis library for Arduino. + +## Features + +Llammas is a Monophonic synthesizer, with 3 oscillators (supporting different waveforms). It includes 2 LFO with flexible routing, 2 enveloppes (filter & amplitude). 3 operator FM synthesis and a multimode resonnant filter. + +### Supported filters + +- Lowpass +- Highpass +- Bendpass +- Notch + +### Supported waveforms + +- Sine +- Saw +- Square + +### Supported FM Algorithms + +- Osc1 // Osc2 // Osc3 +- Osc1 // Osc2<-Osc3 +- Osc1<-Osc2<-Osc3 +- Osc1<-Osc2 // Osc1<-Osc3 + +## Licence + +This synthesizer has been conceived by Guillaume Riou, Aude Forcione-Lambert & Nicolas Hurtubise and is distributed under the terms of the GNU General Public License v3. See the LICENSE file for more details. |
