Simple question
I am new to using MAX/MSP and I am trying to simply call up the current pitch of a MIDI note being played. I want to add harmony to this pitch without affecting the velocity or duration. Is there a simple way to call up the current pitch (aside from the outlet of notein)?
Your help is greatly appreciated!
What's wrong with getting the pitch from [notein]?
I guess there is MIDIIN and MIDIPARSE. It is a long way about of doing the same thing. You are going to have to get numbers from whatever is generating the MIDI note information.