From 5a1e6da2f8278c2b4a130ed3556a2aa3da7f953e Mon Sep 17 00:00:00 2001 From: Nicolas Hurtubise <316k@legtux.org> Date: Mon, 5 May 2014 16:57:21 -0400 Subject: Update the documentation --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 419158c..8fac913 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.3