LCD Problem
Max Patch
Copy patch and select New From Clipboard in Max.
I've successfully drawn a line from one point to another using the line object to ramp between the two points.
Now, when I want to draw a line from a new point to a new location, it jumps to the new location and draws a line, which I don't want! Here's what I'm trying to do.
Thanks,
Matthew
Max Patch
Copy patch and select New From Clipboard in Max.
There are a few things going on here. Firstly, you need to use the 'moveto' message. Also, due to the various objects you are using and this particular circuit, you have to use a deferlow on the output of the line. Lastly, you want to make sure you trigger the second line objects in a specific order, so you don't get an old value output: