Welcome, Guest. Please Login or Register
YaBB - Yet another Bulletin Board
09.02.2010 at 19:19:06
News: Server upgrade went fine, you are now at the new system


Pages: 1
Using arduino as a MIDI Input Device (Read 3998 times)
kylejanzen
YaBB Newbies
*
Offline



Posts: 4

Using arduino as a MIDI Input Device
26.09.2006 at 18:04:45
 
Hello,

Just wondering if anyone has any information about using Arduino as a MIDI input device for music creating programs, etc.  I want to use force, flex/bend sensors to manipulate sound within an OSX sound program.

Can Arduino function as a MIDI input device?
Does anyone know any capable sound application/programs to do this with?
If, possible how would one set up Arduino for this application?

Please let me know of any necessary info that could help me figure this out. Unfortunately I'm really new to this.

Thank you so much,
Kyle
Back to top
 
 
View Profile   IP Logged
haesslich
YaBB Newbies
*
Offline



Posts: 31

Re: Using arduino as a MIDI Input Device
Reply #1 - 27.09.2006 at 13:57:08
 
the topic is confusing, but you want to use arduino as controller for other midi equipment, right? in this case i would speak of arduino as midi output device (because arduino puts out midi). anyway! in case you want arduino speaking midi, you can use these circuits
they are taken from here:
http://www.tigoe.net/pcomp/midi.shtml
please note, that the midi input circuit (that means that arduino receives midi) is discussed here:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1152354897

my personal experience for arduino as midi controller so far is that timing-critical applications (as e.g. a step sequencer in my case) are not working well, as long as you don't use timer interrupts. i am still working to get that running properly Wink
easier tasks should be less critical, e.g. changing a midi continous controller by the readings of one or several flex-sensors.
Back to top
 
 
View Profile   IP Logged
Florito
YaBB Newbies
*
Offline



Posts: 10
Netherlands
Gender: male
Re: Using arduino as a MIDI Input Device
Reply #2 - 17.10.2006 at 22:56:04
 
Hi Kyle,

Since you want to control music software from a sensor connected to the Arduino board, what you are asking for is actually how to make the Arduino board a MIDI OUTPUT device.

Being a musician, I have also gone into researching this and have stumbled upon a very useful page:
http://itp.nyu.edu/physcomp/Labs/MIDIOutput

This page will give you a quick and dirty introduction on how to setup the Arduino board, hookup a MIDI cable, write some code and send some simple Note-On messages.

Marcus
Back to top
 
 
View Profile | WWW | MSN   IP Logged
nigel_mck
YaBB Newbies
*
Offline

Insert text here:

Posts: 41
canada
Gender: male
Re: Using arduino as a MIDI Input Device
Reply #3 - 13.01.2009 at 17:08:43
 
Hello, I recently was trying to get the MIDI IN ciruit to work but my optocouple output only changed .1 volts when I applied voltage to the midi jack? Can someone help?

Thanks

Nigel
Back to top
 
 
View Profile   IP Logged
combatdave
YaBB Newbies
*
Offline

Arduino rocks

Posts: 40

Gender: male
Re: Using arduino as a MIDI Input Device
Reply #4 - 18.01.2009 at 19:16:51
 
http://www.combatdave.com/?p=48

Maybe that will be of some use to you!

Smiley
Back to top
 
 
View Profile | WWW   IP Logged
Pages: 1