Midiin vs notein
Good morning everyone, for some reason I cannot get notein to pass midi to my instruments in ableton. My work around for this has being using the midiin and midiparse to break down the information so I can modify it. I should note ive been trying to follow the examples in max/msp/jitter second editions examples. But the notein issue has lead my astray from the text.
Someone told me notein should work, not sure if hes right or I am wrong!
[notein] should work. I ysee it in the past. Will check when I am in frin of my computer. Let's see if I can reproduce.
I just updated my verison of max and it is still not passing midi through the notein noteout chain into ableton...
I cannot reproduce. Here it works fine (as it should). [notein] receives all note messages and [noteout] passes them to the next device.
Can you post your M4L MIDI Effect?
https://youtu.be/4UwmRi2qiDc
here is a video of me recording the issue.
I should note its kinda of strange that none of the ableton audio is being recorded however you will hear a windows sound when I overwrite the patch with the notein noteout version.
Never the less, the midi in midi out works but the note in note outs are still not working. Maybe its something in the way my audio is set up?
This is likely because your notein and noteout is only passing through the pitch data of the notes you're pressing, therefore the noteout is assuming your notes have velocity 0, thats why youre getting no feedback, try linking up that second outlet of notein to the second inlet of noteout and it should pass your velocity data through.
@kaskobi that did the trick!
I feel silly for missing such a simple solution, but I guess that's what newbies do!
Thank you again for the help!