I started a new project and the idea is to hack the MPK play with a MIDI over Bluetooth(BLE) add-on. https://github.com/brorgustav/AKAI_MPK-PLAY_BLE_MODIFICATION The MPK PLAY can run on batteries which makes it a nice candidate for adding BLE to since it would be completely wireless (if i steal the voltage from the battery to my microcontroller). …
Tag: MIDI

Progress on my analog poly synth
During the summer I left my apartment to spend time at my familys summer house. I spent some evenings placing components on my x6 oscillator PCB. So far I’ve soldered the oscillator board, the connector board and a simple mixer to sum the oscillator signals (to test it). I’ve put x6 VCAs and x6 DACs …
Polyphonic DAC with teensy 3.6
https://github.com/brorgustav/polyphonic_dac I’ve spent the last days working on Arduino code for a polyphonic 6/12-voice DAC (from USB-host midi keyboard) with mcp4822 chips and a teensy (connected to AKAI LPK). This code is a work in progress (but works) and shouldn’t be considered stable. It’s with a teensy 3.6 and USB connected to USB-host pins. The …

video of CV/MIDI-BLE interface for touch keyboard
A small demonstration of my CV (+bluetooth midi) interface for the touch keyboard Why i find the CV / MIDI-BLE interface useful: it takes up minimum space, which i dont have much of i can send for example arpeggios from logic pro or my iphone wirelessly to test tuning on my modular synth prototype-modules (without …

MIDI Commie v1
Desktop MIDI Communication centralPrototype v1I will be posting my progress in working with my "MIDI Commie" project. A MIDI-Communication utility device with the purpose of converting MIDI-data across the different platforms and cables. I started this project due to my personal demand of always needing a computer with USB Port to use my Akai MPK …