Giter Site home page Giter Site logo

drkzrg / atmega_midi_x0x_heart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbeuckm/atmega_midi_x0x_heart

0.0 0.0 0.0 4.8 MB

Atmega328 MIDI interface for the x0x heart http://www.openmusiclabs.com/projects/x0x-heart/

C++ 0.74% Processing 0.13% nesC 99.13%

atmega_midi_x0x_heart's Introduction

MIDI interface for x0x heart

Atmega328 MIDI interface for the x0x heart http://www.openmusiclabs.com/projects/x0x-heart/

One-sided for easy home DIY.

atmega_x0x_midi_layout

NOTE ON/OFF

The gate pins of the eurorack connector are raised to 5V during the note. The "CV" pins of the eurorack connector are set to 1V/oct pitch control voltage. A pitch scale trimpot can be used to tune the x0x.

Continuous Controllers

MIDI CC Function
1 Envelope
2 Resonance
11 Accent
65 Slide above 64 / No slide below 64
70 Saw level
71 Square level
72 Decay
74 VCF Cutoff

System Exclusive

MIDI Sysex messages for this device begin with a four-byte prefix of the Sysex status byte, manufacturer ID, model ID and device ID.

F0 sysex start

77 33 manufacturer ID, model ID

xx device ID as set by trim pot

--

Set MIDI Channel

At startup, the MIDI channel of the device is the same as the device ID set with the trim pot.

A seven-byte sysex message can be used to change the channel of the interface.

F0 77 33 xx sysex prefix

00 select MIDI channel parameter

xx new MIDI channel (0 for omni)

F7 end of message

--

Patch Dump Request

A six-byte sysex message can be used to request a dump of the current voice parameters.

F0 77 33 xx sysex prefix

01 patch dump request

F7 end of message

The interface will then send a patch dump sysex message that encodes the current voice parameter values.

F0 77 33 xx sysex prefix

02 patch dump

ee rr aa pp ss qq dd ff

envelope, resonance, accent, slide, saw, square, decay, cutoff (eight bytes)

F7 end of message

This dumped patch data can be used to set all voice parameters by sending it back to the interface.

--

Save Patch

F0 77 33 xx sysex prefix

11 save patch

pp patch number (0-127)

F7 end of message

atmega_midi_x0x_heart's People

Contributors

jbeuckm 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.