Routing MIDI to MIDI Issue
Hi all,
Basically what I'm attempting to do is route a qwerty keyboard based MIDI piano I designed in MaxMSP, into a [seq] object for recording input from said keyboard. I'm unsure about how to go about doing this.
I'll post my keyboard patch so you can see how it works, could you inform me how I could route it into said [seq] object, or direct me to a topic that addresses this.
(I have searched, but to be honest it's a difficult problem to phrase)
Cheers.
Patch:
The [midiformat] object will help you convert note and velocity values into the MIDI bytes that [seq] is expecting.
I did try [midiformat] but it didn't seem to give me the results I wanted. I'll play around with it again and see if I can get some magic happening.
Cheers.
Still not having any luck, I have updated the patch to include my sequencer, could someone point out where I'm going wrong?