Offline
Sr. Member
Karma: 0
Posts: 302
|
 |
« Reply #15 on: August 30, 2012, 01:20:38 am » |
It seems its too big a task for you, as you said yourself...So why dont you start with simpler things instead of expecting someone to do it for you ?!? Above you have enough information and examples to guide you in your quest... But problem is you dont have the knowledge !! So, start researching and start doing things by steps !! You will get there in the end !! No need to give up !!
|
|
|
|
|
Logged
|
10 LET Loop=Infinite 20 GO TO 10
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 26
Arduino rocks
|
 |
« Reply #16 on: August 31, 2012, 03:45:56 pm » |
I would say the same as iyahdub, start with very basic thing and only after that, try to integrate more difficult ones. It will be very difficult to do this kind of project if you can't blink a led or read a port of the arduino. So firstly try to connect a switch to a arduino port and a led on another port, then try to light the led when pressing the button (using arduino code), i know it looks ridiculous but you will learn how to read a port and write on another. When you will be more familiar with arduino coding, try to use your switch matrix with the keypad library to light up few leds. After this you can also try to use the midi library with one switch. (try to do a Midi Noteon using this switch). When you manage to do all these mini projects, you will abl to combine all theses and finish your project. What i'm trying to say is: try to split your project into smaller separate part, and do them one after one. And don't forget .. google is your friend .. and to help you a bit on midi lib : http://little-scale.blogspot.ch/2007/06/arduino-midi-out-example.html
|
|
|
|
« Last Edit: August 31, 2012, 03:48:00 pm by xray303 »
|
Logged
|
|
|
|
|
South-East Europe
Offline
Newbie
Karma: 0
Posts: 37
|
 |
« Reply #17 on: September 01, 2012, 07:15:25 am » |
Thanks to everybody for your advice I'll get down to bussiness soon!
|
|
|
|
|
Logged
|
Στην Ελλάδα του σήμερα, ο κόσμος οδηγεί αυτοκίνητα του αύριο, σε δρόμους του χθες...
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #18 on: September 22, 2012, 01:37:28 pm » |
I built a MIDI controller with an old organ keyboard, an Arduino and two hc595 shift registers. It is documented in my blog (it's written in french, but maybe the sketch and schematics will be of some help?)
I read French (I live in France) and my native language is English. If you are interested to have parallel French and English versions of those Arduino MIDI blog posts, I would be happy to translate them for you.
|
|
|
|
|
Logged
|
|
|
|
|
South-East Europe
Offline
Newbie
Karma: 0
Posts: 37
|
 |
« Reply #19 on: September 22, 2012, 03:43:25 pm » |
It would be great if you did so!
|
|
|
|
|
Logged
|
Στην Ελλάδα του σήμερα, ο κόσμος οδηγεί αυτοκίνητα του αύριο, σε δρόμους του χθες...
|
|
|
|
Dublin, Ireland
Offline
Newbie
Karma: 0
Posts: 34
|
 |
« Reply #20 on: November 04, 2012, 11:36:55 pm » |
I'm about to start a similar project and although there no guarantee it will be finished any time soon, I will bookmark this topic so I can add a link when I have completed the necessary information gathering...
The project relates to building a basic midi keyboard (61 keys or so), generating on/off, velocity and possibly aftertouch data... Note, I won't use a diode matrix for keyboard scanning, probably something more on the lines of a common bus (polled configuration)... Anyway, I thought I mention it in case you loose interest...
I still have to determine what is necessary to use uno in midi mode, believe I need to reprogram 16u2 and a few other bits and pieces... Mike
|
|
|
|
|
Logged
|
|
|
|
|
South-East Europe
Offline
Newbie
Karma: 0
Posts: 37
|
 |
« Reply #21 on: November 05, 2012, 04:29:33 am » |
I'm looking forward to seeing your project! Thanks for the reply!
|
|
|
|
|
Logged
|
Στην Ελλάδα του σήμερα, ο κόσμος οδηγεί αυτοκίνητα του αύριο, σε δρόμους του χθες...
|
|
|
|
Dubai, UAE
Offline
Edison Member
Karma: 20
Posts: 1627
|
 |
« Reply #22 on: November 05, 2012, 05:58:57 am » |
No midi in this on going project of mine, but similar idea using a cheap keyboard - EDIT - post has been updated a lot - so not a repost. Code is still in need of a tidy up before I publish it, but I can send it to anyone who wants to try it. Current features are - arpeggio record and play back with adjustable speed, 4 waveforms and transpose http://rcarduino.blogspot.com/2012/10/five-dollar-synthesiser.htmlDuane B
|
|
|
|
« Last Edit: November 05, 2012, 06:06:03 am by DuaneB »
|
Logged
|
|
|
|
|
Maryland, USA
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #23 on: November 07, 2012, 08:26:06 am » |
.... Of course, you can do synthesis on PC, there are open source / free software available on-line
Magician, I spent hours looking for something like that for my project but did not find anything satisfactory. Closer thing I found is VMPK: http://vmpk.sourceforge.net/What do you recommend? I am looking of something "Arduino friendly"..... Thanks
|
|
|
|
|
Logged
|
There are three kind of people in the world: Those who can count, and those who can't
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #24 on: November 15, 2012, 03:15:02 pm » |
OK guys I am wanting to do something similar to what's already been discussed. Basically I have built myself a 4-keyboard (3 manuals and one pedalboard) organ from old 70s analogue organs. There are also 40 tabs (switches). It kind of works as it is but it's nothing great, and the 40 tabs aren't connected to anything at all yet.
So I'm thinking about ignoring the analogue stuff and simply using the keyboards and tabs to generate midi signals, which is not such a big deal I can do keyboard scanning as already discussed, along with debouncing of course, plus I'm capable of reading the midi spec and generating midi protocol - although if I can find a library to do it for me, I don't mind at all!
But I don't really want a midi hardware interface because it's too slow: I want midi over USB. That's the only bit I know nothing about. I suppose I need a library like V-USB but in these forums I've read comments like "Implementing USB within the resource limitations of the these microcontrollers is "non-trivial"", and suggestions that it's best to use a second microcontroller purely for the USB, and that even the V-USB library is still "too complicated". So any pointers greatly welcomed.
|
|
|
|
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #25 on: November 16, 2012, 07:03:57 am » |
The Arduino-compatible Teensy 2.0 and Teensy 2.0 ++ boards have native USB-MIDI. They show up as a class-compliant USB MIDI device and your OS will use it's built-in driver to talk to them. Also, MIDI over USB is faster (so, lower latency) than traditional current-loop DIN MIDI. The comments about matrix scanning and diodes on your key matrix still apply. Probably useful to tread how a MIDI keyboard works and this DIYAudio forum posting. So far, velocity sensitivity and channel aftertouch have not been mentioned - do your organ manuals have those?
|
|
|
|
« Last Edit: November 16, 2012, 07:10:25 am by Nantonos »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #26 on: December 13, 2012, 12:37:20 am » |
Hi All, I thought it might be interesting for some of you. I've wrote a step by step tutorial with schematics / breadboard and source for Arduino on how to convert a Piano toy into a MIDI keyboard: http://www.codetinkerhack.com/2012/11/how-to-turn-piano-toy-into-midi.htmlWould be glad to know if it was helpful to anyone.  Thanks, JenShen
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #28 on: January 06, 2013, 04:59:56 pm » |
This would probably be easier for your needs.
Looks good but not easier at all - definitely require more effort. It has nothing to do with Arduino - different platform altogether.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|