Giter Club home page Giter Club logo

midimagic's Introduction

Midimagic

A feature rich MIDI to CV module for eurorack

Midimagic is a open source MIDI to CV interface designed for eurorack modular synthesizers to provide great flexibility in receiving, mapping and combining MIDI messages. The (non-exhaustive) feature list includes:

  • Compatible with eurorack synthesizer electrical standards (+/-12V power supply, 1V/oct tracking)
  • 8 independent analog output ports (each with a variable voltage and trigger/gate output)
  • Completely free mapping and combining of MIDI message types to the outputs
  • Supports NoteOn/Off, Mono/polyphonic aftertouch, Control change, Pitch bend and MIDI clock messages
  • MIDI message auto-learn
  • Transposing of notes
  • Hardware MIDI thru output
  • Saving and recalling of the setup

Midimagic is still under development so features, behavior or hardware may change.


Overview

The core of Midimagic is a STM32f103 powered Bluepill board driving 2 AD57x4 quad-channel DACs for the control voltage part of each output port. Each of these 8 CV outputs is paired with a separate gate/trigger output. Those pairs we call (output) ports. Interfacing with humans occurs via a rotary encoder with push button functionality and a monochrome OLED display. There's a MIDI in socket as well as hardware based MIDI thru. USB MIDI might be added in the future.

Midimagics software is written in C++ on top of the Arduino framework using the Arduino MIDI Library by Francois Best and LCDGFX by Aleksei Dynda.


Core Concept - Portgroups

Midimagic implements portgroups which provide the linking between one or more MIDI message types on one MIDI channel and one or more output ports. The number of portgroups, associated input message types and output ports is not limited. It is also possible to have overlapping input types and output ports over multiple portgroups. This provides the flexibility to adapt to (possibly) every usefull setup. Each portgroup has 2 fixed (but changeable) properties:

  • The MIDI channel it listens on
  • A method of distributing incoming messages to output ports, called demuxer
----------------------------     ----------------------------     ---------------------------
|Set of MIDI message types |====>| Portgroup      | Demuxer =====>| Set of output ports     |
|                          |     | Channel N      |         |     |                         |
|                          |     |                ----------|     |                         |
|                          |     |                          |     |                         |
----------------------------     ----------------------------     ---------------------------

Details of Operation

Take a look at the documentation if you are interested in the workings of Midimagic.


Building your own

The software and hardware specification of Midimagic is free to use for everyone.

See our notes and the schematics about making it yourself.


Who we be - Raumschiffgeräusche

Raumschiffgeräusche ("Spaceship noises") is represented by Lukas Jünger(aut0) and Adrian Krause


License

This project is licensed under the GNU Lesser General Public License Version 3 - see the LICENSE file for details.

midimagic's People

Contributors

aut0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.