curves are too hot

aProfile's icon

Hello, everybody.

I have a question regarding curves on the curve~ and function objects.

I'm using them as envelopes to control an amp, but when I change the function object to curve, it goes WAY beyond the value if you compare it to linear. Same goes with the line~ and curve~object. The curve goes so far.

I tried scaling them with no luck.

Here's the patch. it's very simple.

Max Patch
Copy patch and select New From Clipboard in Max.

Source Audio's icon

there is nothing in your patch that shows how you
switch between line~ and curve~ .

maybe taking a look at function help file can help you




aProfile's icon

Yes, I just load the curve object and replace it for the line object. Or going to the inspector of the Function object and changing it there. I uploaded the patch like that because that's what I'm doing.
The function file has not been of use for me. even copy and pasting it goes beyond. thanks.

Source Audio's icon

that is exactly the reason why it gets too high.

mode curve - output to curve~

mode linear - output to line~

aProfile's icon

my G!

It was exactly that.

Thanks for the time.