adapting [live.adsr~] for use in MC patches

analogue01's icon

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

Artem Malyshev's icon

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?