now, i have few questions before buying the Arduino..
1, can i connect this SoftPot Membrane Potentiometer - 500mm - SEN-08681 - SparkFun Electronics to the Arduino and work with it as a midi controller?
2, can the Arduino USB serve me as a midi in and out and power the whole deal?
3, can i get a technical support here if i have any trouble?
4, do i need any other device in addition to Arduino?
5, please look at this youtube video (sorry for the Russian language) Midi Ribbon Controller Deftaudio (Rus) - YouTube move to 3:05 min, this is what i want eventually! ;D
Yes you can connet the soft pot to Arduino. It will work as a potentiometer, and you would hook it up to one of the analog inputs on Arduino. When reading the value from it you will get an integer between o and 1023, and you would have to somehow map that to a midi note or whatever you want your self.
The USB port on Arduino is really not a USB port, but a serial port disguised as a USB port.
There are lot's of examples aroud for sending MIDI from Arduino. But i don't think you can send MIDI and recieve MIDI over the serial at the same time.
If you are making a ribbon controller, why would you want to recieve MIDI ?
i really hope i can set this up.
the code that u'v see is suppose to work perfectly with the softpot coz its meant to be for this.
although he have more things in there, like a 4 way dip switch and the code also contain this 4 way dip switch which Arduino dont have.
ammm...i wander...will it make a problem or not.. :-?
You might want to look at this project that takes switch inputs and turns them into MIDI. There is a minimum extra hardware version if you download the schematics. http://www.thebox.myzen.co.uk/Hardware/Pendulum.html