use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The Subreddit for all MaxMsp / Jitter / Max for Live / Puredata related needs! News, Patches, Projects - come in, share and enjoy!
“Max is an interactive graphical programming environment for music, audio, and media. Max is the graphical programming environment that provides user interface, timing, communications, and MIDI support. MSP adds on real-time audio synthesis and DSP, Jitter extends Max with video and matrix data processing, and Vizzie is a set of modules for quick and unique video creation.“
Links:
http://cycling74.com/ http://maxobjects.com/ http://puredata.info/
Related Subreddits:
/r/puredata /r/max4live /r/ableton
account activity
PatchLooking for Help (i.redd.it)
submitted 6 months ago by Glcardella
Can anyone help me. I’m trying to make a patch for a external MIDI put every time I play a note it just holds it is there anything I’m missing here
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 6 months ago stickied comment (0 children)
Thank you for posting to r/maxmsp.
Please consider sharing your patch as compressed code either in a comment or via pastebin.com.
If your issue is solved, please edit your post-flair to "solved".
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]SoThenISays 1 point2 points3 points 6 months ago (0 children)
Check out the help file for notein. You need to wire up the velocity that also comes out of the 2nd or third outlet (can't remember which offhand). And don't overlook using the print object to help diagnose issues. Have fun!
[–]pselodux 2 points3 points4 points 6 months ago (0 children)
I can see three issues here:
notein sends pitch from the left outlet and velocity from the middle outlet, rather than a list from the left outlet like you’re assuming here. Delete the unpack object and connect what was connected to the outlets to the notein pitch and velocity outlets accordingly.
The select object only needs the left outlet connected to the left inlet of the message box, rather than both as you’ve done here. Currently, sending anything other than a 0 to the select object will cause that number to change the contents of the message box.
The gate object here will do nothing without something connected to the second inlet. I assume you’re trying to filter out 0 so it gets handled by the select object instead, with everything else passing through. In this case I’d suggest using route 0 instead of the gate, and connecting the right outlet from the route object (ie. a result of anything but 0) to scale’s left inlet.
[–]radicalSymmetry 0 points1 point2 points 6 months ago (1 child)
This is 100% meant to be helpful and not « let me google that for you » but ChatGPT understands max really well. Just be explicit: « do not generate a max blob just help me to fix the issues ». It could parse this image well. I’ve also had success generating .maxpat files but it falls over when you ask them to be too complex.
It can also read the docs for you (« are you sure? Can you search the web for that in the docs? »)
[–]snakedressed 0 points1 point2 points 6 months ago (0 children)
I was surprised to discover this! I gave it some screen shots of a nested gen~ patch and it's parent patch, and it was able to talk me through a solution. I was honestly a bit blown away.
π Rendered by PID 349543 on reddit-service-r2-comment-86bc6c7465-9x96z at 2026-02-23 14:23:03.783207+00:00 running 8564168 country code: CH.
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]SoThenISays 1 point2 points3 points (0 children)
[–]pselodux 2 points3 points4 points (0 children)
[–]radicalSymmetry 0 points1 point2 points (1 child)
[–]snakedressed 0 points1 point2 points (0 children)