Difference between revisions of "SYNTH-MIDI-CTL-01"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 25: | Line 25: | ||
== Reference Docs == | == Reference Docs == | ||
+ | * [https://github.com/elkayem/midi2cv elkayem midi2cv GitHub page] _ Nano based project | ||
+ | ** Arduino MIDI library has '''not' yet been ported to Pico so will need to use Python | ||
* [https://learn.adafruit.com/raspberry-pi-pico-led-arcade-button-midi-controller-fighter/coding-the-raspberry-pi-pico-midi-controller MIDI Controller in Python] | * [https://learn.adafruit.com/raspberry-pi-pico-led-arcade-button-midi-controller-fighter/coding-the-raspberry-pi-pico-midi-controller MIDI Controller in Python] | ||
+ | * [https://doepfer.de/a100_man/a100t_e.htm Principles of Voltage Control] | ||
* [https://www.behance.net/gallery/113377671/EuroPi-Making-EuroRack-Affordable EuroPi] | * [https://www.behance.net/gallery/113377671/EuroPi-Making-EuroRack-Affordable EuroPi] | ||
+ | * [https://reverb.com/news/beginners-guide-to-eurorack-case-basics-oscillators-filters Eurorack Beginners Guide] | ||
+ | * [https://en.wikipedia.org/wiki/Eurorack Eurorack Wiki page] | ||
+ | * [https://github.com/benevpi/PicoPicoSynth PicoPicoSynth] |
Revision as of 08:37, 23 September 2022
Features
- Adapted from HAGIWO's MIDI to CV module
- Translate from Japanese to English using browser
- Controller is XAIO RP2040
- Programmed in CircuitPython
- MIDI In
- Standard MIDI Jacks
- MIDI out jack fir future functionality
- 0-5V Analog CV outs
- MOD
- V/OCT
- Digital Outs
- Gate
- Clock
- Pot supports setting Clock rate
- Standard EuroRack 6 pin header
- Supports 12V in with on-board 5V regulator
- 5V regulator can be not installed if 5V is available on EuroRack connection
- Card is not a Eurorack card
- Probably too deep, needs cabling
Reference Docs
- elkayem midi2cv GitHub page _ Nano based project
- Arduino MIDI library has not' yet been ported to Pico so will need to use Python
- MIDI Controller in Python
- Principles of Voltage Control
- EuroPi
- Eurorack Beginners Guide
- Eurorack Wiki page
- PicoPicoSynth