Midi keyboard note off
I cannot create a note off on my keyboard object in Max/MSP 5. Could anybody possibly design a simple program with this facility and let me know where to connect the objects to any other program. I would like to add it to the attached program.
Many thanks
Regards
Steve
couldn't open your file. just select your patch and compress copy it. then just paste it here...
a note-off message is just the same note at velocity 0, so you could use a delay to trigger that or, since your file was called FM I am assuming you do some FM synthesis in which case you probably have a line~ somewhere. line~ sends a bang out the right outlet when it is done... there is your note-off (of course you have to store and recall the what note it should turn off).
in any case, I would be happy to have a look if you are still stuck
MIB couldn't open my file. Here it is again compressed. Yes it is Frequency Modulation. Thanks for your response.
Steve
Hi MIB, I just tried to download both attachments. Neither work. If you send me your email address I'll email it direct. Otherwise a patch with in out directions might work. I've appended.maxpat on this one to try it too. Thanks.
Steve
Hi MIB, I've attached 2 more files with different appends and a png picture so you can see the patch. Thanks.
Steve
Hi MIB, Right the .pat works best if you open it from within Max/MSP. Got there in the end. It is attached should you need it again. Thanks.
Steve
wonder why I couldn't open them... never had that problem before.
Anyway, below is a little set-up that I like to use. Just copy the whole thing (including ----------begin_max5_patcher---------- and ----------end_max5_patcher----------) then paste it in an empty max patch.
I am using poly to keep track of each note and the envelope inside the subpatch lets me know when the note is done playing, at which point a note-off is sent to poly and the voice is freed. I only set up one voice for you, but once you can follow my logic (good luck...) you can easily expand this to a polyphonic instrument (poly~ would be another way to go).
Hope this helps.
also have a look at this thread, where I used the same technique...
Hi MIB,
Just back from holidays. The text that I patch into Max doesn't seem to do anything. Could you send the actual patch? Many thanks. Steve
Have a look at the "how to post patches to the forum" sticky topic which should explain everything. You need to highlight the bits that look like this too:
----------begin_max5_patcher----------
-----------end_max5_patcher-----------
lh
Hi lh,I did patch those bits in too, to no avail. Thanks. Steve.
Quote:I cannot create a note off on my keyboard object in Max/MSP 5.
Open the inspector and set it's mode to polyphonic. That should do.
_
johan
You're using max 4 then? The compressed format is max 5 only.
lh
Using Max 5
here are the patches themselves... hope they are useful after all this trouble..
Hi MIB, Thank you so much for the downloads. I'll try them out later today. All the best. Steve.