/Werkstatt-MIDI

MIDI converter for the Moog Music Werkstatt-01 synthesizer

Primary LanguageArduinoOtherNOASSERTION

Moog Werkstatt-01 MIDI interface

GitHub repository supporting my blog post at sparkfun.com. https://www.sparkfun.com/news/1617


Dependency

This was written using the Arduino MIDI library from FortySevenEffects. It was using version 4.2, hash 352e3d10fb.

Repository Contents

  • /Firmware - Arduino project source code
    • /werkstatt-midi/ is the MIDI-to-CV code.
    • /dac-integration-test/ is simple test code to verify that both of the MCP-4725's are at different I2C addresses.
  • /diagrams contains the SVG hookup diagram for the circuit
  • /theory contains background documents

Bill Of Materials

Version History

License Information

The individual hardware pieces are released under Creative Commons ShareAlike 4.0 International.

Ordinarily, we'd be using the beerware license for the firmware. However, the FortySevenEffects MIDI library is GPL V3. Since we're statically linking to it, that likely means the result needs to be GPL V3 as well.

Distributed as-is; no warranty expressed or implied.