breakpoint envelope question

Ameqc's icon

ive been using the breakpoint envelope object in a way that i make 1 breakpoint envelope duplicate its points and put them on any other number of envelopes. but i noticed something. it outputs all the points with the "dump" message, but i noticed it doesnt send out anything saying whether or not the point is a sustain point. so if i copy the data to another one and it has a sustain point, it will only show up as a regular point.
personally i dont think this will even be a problem with this patch, but i can see how it would be for other ones i have planned and i was wondering if there is a way, or if they havent noticed this yet.

Chris Muir's icon
Max Patch
Copy patch and select New From Clipboard in Max.

You have to query, using the getsustain message.

Ameqc's icon

thank you very much.