How to build your own MIDI controller?

...and how to do so...
Post Reply New Topic
RELATED
PRODUCTS

Post

Hello,

I'd like to build a MIDI controller for an MKS-7. I'd like to build a hardware one, and also a VST plugin to control my appliance from my DAW. I want to learn. Could you give me the best links to get started, please?
Thanks,

C.

Post

calande wrote:Hello,

I'd like to build a MIDI controller for an MKS-7. I'd like to build a hardware one, and also a VST plugin to control my appliance from my DAW. I want to learn. Could you give me the best links to get started, please?
Thanks,

C.
hardware : http://www.midibox.org/dokuwiki/

software : http://ctrlr.org/
Set Theory claim:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate.
Red is Red and anything that is Red is an object, a class in itself or a real thing if you prefer"

Post

This looks nice. Thanks! :)

Post

For the hardware you could also try Livid Elements or even Builder.

Cheers
Dennis

Post

This looks pretty cool. Especially if you can build them yourself, as I just saw on the web site :)

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
I've been thinking about a Diy Midi controller build and have gathered up a load of resources & info on the subject which you can find here

http://colourmanadmin.wordpress.com/diy ... ontroller/ (http://colourmanadmin.wordpress.com/diy-midi-controller/)


let me know if I'm missing any nuggets and post it or let me know at

colourmancontact (at) yahoo (dot) com

[mod edit: I've altered the email slightly to make it less likely to get on spamming lists. To email the poster just do the obvious replacements.]

Post

Anyone have experience building upon stuff from http://www.midiboutique.com/ ?

Post

I've made some midi controllers from scratch.

Basically you have a microcontroller (small CPU) connected to a bunch of knobs and buttons that runs some embedded software that reads the state of the knobs and buttons and generates appropriate midi messages that then get sent out via a MIDI out port. Which is essence is just serial data coming from a UART.

In my I'm targeting the Axefx guitar effects box so my code has a lot of sysex stuff that is relevant to the Axefx.

There is a standard MIDI interface circuit that looks like this:
http://petervieth.com/uploads/images/dr ... di_iot.gif

On the software side, you have to configure the UART on your microcontroller to be running at the right baud rate (speed) and then you send/receive bytes on those ports. I generally generate the whole midi message, put it in a buffer and then push the whole buffer through the port.

My PCB and software is available here. And some pics of the PCB itself. Not that I'm trying to promote that product, but so you can see what I've done.

Post

You can promote your own product, there's nothing wrong with that.

Post

If you want to make your own VSTi and standalone you can always use SynthMaker and SynthEdit.

As you building your midi controller good luck! and hopefully you will keep us updated :)

Post Reply

Return to “DIY: Build it and they will come”