No edit summary |
(→V2) |
||
Line 1: | Line 1: | ||
== Ginkosynthese Grains == | == Ginkosynthese Grains == | ||
The [https://www.ginkosynthese.com/product/586901/grains-diy-kit Ginkosynthese Grains] is Eurorack module based on Arduino Nano. It has 3 analog inputs, one output and 3 potentiometers. | The [https://www.ginkosynthese.com/product/586901/grains-diy-kit Ginkosynthese Grains] is Eurorack module based on Arduino Nano. It has 3 analog inputs, one output and 3 potentiometers. | ||
=== V2 === | === V2 connections === | ||
Potentiometers 1 and 2 (P1 & P2) are used to attenuate the inputs 1 and 2. P3 is independent from the inputs. | Potentiometers 1 and 2 (P1 & P2) are used to attenuate the inputs 1 and 2. P3 is independent from the inputs. | ||
Mapping of the connectors to Arduino pins: | Mapping of the connectors to Arduino pins: | ||
Line 23: | Line 23: | ||
|A0 | |A0 | ||
|} | |} | ||
== GINKOSYNTHESE GRAINS EURORACK MODULE SOFTWARE == | == GINKOSYNTHESE GRAINS EURORACK MODULE SOFTWARE == | ||
Revision as of 15:03, 12 January 2020
Ginkosynthese Grains
The Ginkosynthese Grains is Eurorack module based on Arduino Nano. It has 3 analog inputs, one output and 3 potentiometers.
V2 connections
Potentiometers 1 and 2 (P1 & P2) are used to attenuate the inputs 1 and 2. P3 is independent from the inputs. Mapping of the connectors to Arduino pins:
In/Out | Arduino pin |
---|---|
Input 1+P1 | A2 |
Input 2+P2 | A1 |
Input 3 | A3 |
Output | D11 (PWM) |
P3 | A0 |