Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
158 stars 31 forks source link

a new object to feed generate / interpolate points from higher-level descriptions #137

Open tap opened 4 years ago

tap commented 4 years ago

useful to create a new object that would turn a description (such as a breakpoint-function) into a series of points that could feed a plot~ object. or buffer~ object. etc.

If I have a frequency / dB grid and I wanted to plot points at arbitrary x/y positions, how would I do that on the horizontal plane? The definedomain message seems to only give fixed spacings, either linearly or logarithmically. What I'd like to do is make use of the simultaneous subplotting but essentially just use it as you would a table. Is this possible?

I'm trying to implement something to display feltcher-munson curves, and I'd like to be able to keep the graph the same (pictured) but have any frequency plotted against any dB. With [function] it would just be the msg: [6560 -64] etc, but with [plot~] it seems the x and y co-ordinates work differently to each other.