I want to make a midi controller that has many things, many knobs, many faders, many buttons … As mixers, DJ consoles, equipment for live performances, even want to adapt a little piano keys to make me a keyboard, with expression wheels!! This would be a good subject for those who want to start with something simple but great. Somebody give me a help?
We all are very helpfull inhere, but we cannot build it for you, design it for you or anything. Start reading, start buying parts and start building you will learn quickly. And if you get any problems, you can state them here in the forum and i’m sure that someone will help you!
First thing to do when you want to build a MIDI controller is to read and read.. and read again
Exactly. It’s not magic, but you have to understand how a box is build up, how the modules work together etc.
I also recommend to start with a Midibox64.
You can start easily with say 8 pots and 8 buttons, just too see if you can get it done without larger problems (and you don’t spend a lot of money on parts you’ll probably never use).
As the system can be extended easily, you can than build the MIDI controller you ever wanted.
I also recommend reading this forum alot, especially the stuff where people descibe how they are building MIDIboxes, what problems they encounter etc.
Thanks for tips. But I did not mean that this project was simple, I meant I want to do something great but simple, for example a without-LCD controller. Something like just join a CORE module, some AIN modules and DIN modules, but all this must have some correct ways to unite and expand.
I do not think I need to have to read and read and read advanced projects to make this.
… a without-LCD controller. Something like just join a CORE module, some AIN modules and DIN modules ..
That’s exactly what I did recently with my new Midibox64 (see <___base_url___>/index.php?/topic/13490-midibox-64-for-live-performing-video-update-10th-dec/&do=embed)
That’s exactly what I did recently with my new Midibox64 (see <___base_url___>/index.php?/topic/13490-midibox-64-for-live-performing-video-update-10th-dec/&do=embed)
Hey! stuartm your construction is excellent, just what I wanted! I will follow your post…
It has been suggested before that an LCD display is VERY helpful as you develop your project.
Even if you take it off after the programming is done, it will be REAL USEFUL to be able to see
what the MBox is doing as you develop your toy.
Believe me, anything that helps you to SEE what is happening to your core is a good thing.
Have Fun,
LyleHaze
The problem is that where I am, these LCDs are expensive :pinch: , also depending on the LCD there are changes to applications and the schematics, right? I still do not know about assembler or C (only a bit of Java) then I do something I’ve already seen in my career, and then when I already know it will only build the module and add it.
But obviously I want to do the LCD module, I just want to know if I can put digit LCD (those of 7 or 8 LEDS) and also what post may be followed which have these displays.
The problem is that where I am, these LCDs are expensive :pinch: , also depending on the LCD there are changes to applications and the schematics, right? I still do not know about assembler or C (only a bit of Java) then I do something I’ve already seen in my career, and then when I already know it will only build the module and add it.
But obviously I want to do the LCD module, I just want to know if I can put digit LCD (those of 7 or 8 LEDS) and also what post may be followed which have these displays.
Thanks
There are some projects which have added limited support for 7/8 segment LED displays.. but they require special hardware and software to support them, and they are numbers-only displays.. I think the clockbox offers some support for those.
But support for LCD displays is built in to MIOS already. all cores have the connections set aside for at least one display (or more on the core32).
The software to use those is all written already.. there are even options for graphic LCDs.. although most of us use the more common character LCD types.
There’s a lot of information at the ucapps site and the WIKI, and all the information is free..