adapting [live.adsr~] for use in MC patches
I'm trying to get embed a [live.adsr~] into an [mc.poly~] so that i can quickly use the live.adsr/ui objects in MC land... but I'm running up against a bit of a wall...
Mainly, I don't understand why the first example is working and the second one isn't.
One updates the [live.adsr~] globally with a [setvalue 0] message, the other tries to update it on a per voice basis.
mc liveadsr example 1.maxpat
Max Patch
mc liveadsr example 2.maxpat
Max Patch
poly_live.adsr.maxpat
Max Patch
Hi!
This is old but I just ran into the same issue with live.adsr~ updating it using notemessages. Wonder if you ever figured out a workaround?