How can i display the values of the curve~ object as static pixels?

nico's icon

I would like to have a close look at the output values of a curve~ object. Is there a way I can show the curve as static pixels in a box or maybe jitter window?

Christopher Dobrian's icon
Max Patch
Copy patch and select New From Clipboard in Max.

There are various ways you could do it. Seems to me that the simplest way is to record the output of curve~ into a buffer~ and view it with waveform~. This patch lets you try out various curve settings in the function object, and view the results (which should look the same as your function) in scope~ and waveform~.