How to put Env.plot inside of a parent Window?

Hello!

Something I need help with regarding guis and Env: How do I work with the fantastic plot function in a larger GUI context? Say I have two different envelopes I want to put in one window:

Env.perc.plot;
Env.sine.plot;

But how do I do that? The plot function does not take any parent object, only a bounds, min, max, name, etc.

Any help appreciated

I think you can use the EnvelopView
http://doc.sccode.org/Classes/EnvelopeView.html

1 Like