MIDI Syncable AHDSR Envelope with Slope?

ansolas's icon

Hi,
is there somewhere aEnvelope available with the following properties:

1.) MIDI Syncable

2.) AHDSR

3.) Adjustable Curve,
so that you can set parts (eg Attack) of it to have a concave or convex curve

4.) One Shot mode

Available somewhere ?

Possible at all?

Cheers
AnSolas

Wetterberg's icon

All of those things are definitely possible with max. I'd personally use [function] as the basis.

Perhaps use [translate] to translate midi tempo to set functions grid to timed divisions, that way you can snap and sync each point.

The "mode" attribute of [function] lets you set it to "curve", which the curve~ object understands.

ansolas's icon

Thank you,
that sounds promising.