We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › Can anyone give a quick tutorial
Page Index Toggle Pages: 1
Can anyone give a quick tutorial? (Read 1733 times)
Can anyone give a quick tutorial?
Oct 5th, 2006, 12:19am
 
hi im looking for a tutorial on how to use proMIDI and processing together...can anyone give a simple tutorial?
Re: Can anyone give a quick tutorial?
Reply #1 - Oct 5th, 2006, 12:36am
 
It depends on what you would like to do with promidi. Generally the examples should give you a first idea on what to do.
Re: Can anyone give a quick tutorial?
Reply #2 - Oct 5th, 2006, 12:42am
 
well i wanted to create a plugin for proMidi for guitar so that effects or graphics would react with what u play on guitar...just wanted to basically see how a midi file interacts with a graphic in processing...before i start tryin to put together a plugin!
Re: Can anyone give a quick tutorial?
Reply #3 - Oct 23rd, 2006, 10:56pm
 
OK...  

MIDI will not do anything for guitar.  MIDI is a digital signal that is used to transmit musical INFORMATION.  Such as note-on, note-off, note pitch, etc.  

Instruments that can send or recieve MIDI have special connectors, circular, about 1.5 cm wide, with 5 pins.

A guitar only sends an analog audio signal.  So if you want to analyze a guitar's audio, you should use ESS library.
The ESS library allows you to see the digitized audio signal flowing into your sound card.

Now, go read up on this stuff!  Especially look at the ESS examples.



Re: Can anyone give a quick tutorial?
Reply #4 - Oct 26th, 2006, 2:09pm
 
Maybe he has a midi guitar? Wink

Neo_proc: If not, you should first detect pitch info from the guitar, and convert that to midi. The results you may get depend a lot on the music material, things can get funny if you have lots of overtones, or play complicated chords...In the open source world you could try with pure data or ESS+Promidi for pitch detection-midi conversion. Maybe there's a simpler way, but I'm not aware of it.
Page Index Toggle Pages: 1