Difference between revisions of "SYNTH-MIDI-CTL-01"

From Land Boards Wiki
Jump to navigation Jump to search
Line 28: Line 28:
 
== Reference Docs ==
 
== Reference Docs ==
  
* [https://docs.circuitpython.org/projects/midi/en/latest/api.html adafruit_midi API]
+
* [https://docs.circuitpython.org/projects/midi/en/latest/api.html adafruit_midi CircuitPython API]
 +
* [https://www.tigoe.com/pcomp/code/communication/midi/ MIDI Communication]
 
* [https://github.com/elkayem/midi2cv elkayem midi2cv GitHub page] _ Nano based project
 
* [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
 
** Arduino MIDI library has '''not''' yet been ported to Pico so will need to use Python

Revision as of 09:04, 23 September 2022

SYNTH-MIDI CTL-01 REV1 FRONT 3D.png

Features

  • Adapted from HAGIWO's MIDI to CV module
    • Translate from Japanese to English using browser
  • Controller is XAIO RP2040
    • Arduino MIDI library has not yet been ported to Pico so will need to use CircuitPython
  • MIDI In
    • Standard MIDI Jacks
    • MIDI out jack for future functionality
  • (2) 0-5V Analog CV outs
  • 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