Device Details
Overview
| Name | Version: | midiMono.amxd 1.0 |
| Author: | fretless |
| Device Type: | MIDI Effect |
| Description: | polyphonic midi to mono. Fixed MPE related hanging notes. |
Details
| Live Version Used: | 12.3.5 |
| Max Version Used: | 9.0.10 |
| Date Added: | Feb 28 2026 16:05:34 |
| Date Last Updated: | Mar 01 2026 20:08:39 |
| Downloads: | 46 |
| ⓘ License: | AttributionNonCommercialShareAlike |
Average Rating
(1) Log in to rate this device |
1 |
Files
| Device File: | midiMono.amxd |
Comments
You can do it with only gen (not gen~ and without ddg.mono and poly) object.
Posted on March 01 2026 by h1data |
Report Issue
Thanks for the comment. I've never considered gen before. Cool object. To be honest not at all sure how I would go about making that work, though it sounds like it could be lower latency?
I think I lifted this from one of the mono synth tutorials because I wanted it to feel like a mono synth (with a memory of depressed keys so it goes back to the first note if you play polyphonically).
I would definitely be curious to know how you would do that, your patches are very elegant and useful. How did you learn?
I think I lifted this from one of the mono synth tutorials because I wanted it to feel like a mono synth (with a memory of depressed keys so it goes back to the first note if you play polyphonically).
I would definitely be curious to know how you would do that, your patches are very elegant and useful. How did you learn?
Posted on March 01 2026 by fretless |
Report Issue
i tried this out, and I got quite a few stuck notes?
Posted on March 01 2026 by wetterberg |
Report Issue
oops sorry I turned on mpe just to make sure it accepted that, but it broke it my bad.
Posted on March 01 2026 by fretless |
Report Issue
@fretless
gen can memorize data with Data and History variables so that you can store the state, the number of playing notes, etc.
The help patches are always the best references.
Also, "Max for Live Production Guidelines" and "Ableton Patch Code Standard for Max Devices" in Ableton's repository have many tips and awareness.
https://github.com/Ableton/maxdevtools
gen can memorize data with Data and History variables so that you can store the state, the number of playing notes, etc.
The help patches are always the best references.
Also, "Max for Live Production Guidelines" and "Ableton Patch Code Standard for Max Devices" in Ableton's repository have many tips and awareness.
https://github.com/Ableton/maxdevtools
Posted on March 01 2026 by h1data |
Report Issue
Login to comment on this device.
Browse the full library