Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berru-g/microcontroller-usb-midi
Microcontroller usb midi with: C++, 328P or Arduino, PCB, via easyeda, 3D. To play on Ableton, Arena or any other music or video creation software. 2020 covid project. First proto ↓
https://github.com/berru-g/microcontroller-usb-midi
ableton arduino keyboard mapping microcontroller midi resolume
Last synced: about 1 month ago
JSON representation
Microcontroller usb midi with: C++, 328P or Arduino, PCB, via easyeda, 3D. To play on Ableton, Arena or any other music or video creation software. 2020 covid project. First proto ↓
- Host: GitHub
- URL: https://github.com/berru-g/microcontroller-usb-midi
- Owner: berru-g
- License: gpl-2.0
- Created: 2022-07-06T11:02:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T12:00:09.000Z (about 2 years ago)
- Last Synced: 2023-04-04T12:30:22.730Z (over 1 year ago)
- Topics: ableton, arduino, keyboard, mapping, microcontroller, midi, resolume
- Language: C++
- Homepage: https://www.hackster.io/gleberruyer
- Size: 68.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Make & Play
Controller USB - midi _ V 1.0.1
Code •
Electronique •
Plan 3D •
Contribution •
GNU General Public License v2.0## What is this ?
*Microcontroller usb midi lowcost To play on Ableton, Arena or any other music or video creation software. **Microcontrôleur usb midi lowcost Pour jouer sur Ableton, Arena ou tout autre logiciel de création musicale ou vidéo.*
## Option
Refer directly to your plan according to the format of your M&P or you can feed your curiosity 🎹
- The version plug & play
- The DIY Kit
- The soldering kitPlan & code of my first prototyp, based on Arduino.
## Schéma de montage### Step 1 - code -
#include
MIDI_CREATE_DEFAULT_INSTANCE();
##### Find the full [code here](https://github.com/berru-g/Microcontroller-USB-midi/blob/main/Projet-dod-berru/C++/encore_un_teste_midi_PAD/encore_un_teste_midi_PAD.ino) . The analog inputs and outputs are declared at the maximum number for an AtMéga 32u4 type microcontroller, these can be multiplied if a multiplexer is added. The code must then provide a matrix of inputs and/or outputs.### Step 2 - soldering-
#### Face
![FOLLOW ME](https://github.com/berru-g/Microcontroller-USB-midi/blob/main/Projet-dod-berru/face-pcb-kit-controller.png?raw=true)#### Dos
![FOLLOW ME](https://github.com/berru-g/Microcontroller-USB-midi/blob/main/Projet-dod-berru/dos-pcb-kit-controller.png?raw=true)
### Step 3 - Play -2020 v-1.0.1
[Make and play](https://www.gnu.org/licenses/gpl-3.0.en.html) is Free, for used and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) .