My take on MSEG in the grid is only a demo with two linear segements. But the approach is like a pattern which you can easily extend to any number of points ... when you have enough patience to wire things up, because ... it's a lot of math modules
In the gif you can see the two linear segments between the points
p1 = (0.10, 0.10)
p2 = (0.25, 0.80)
p3 = (0.50, 0.30)
Base for x and y is always the interval [0, 1.0]
The funny thing is - because the inputs are arbitrary value modules... one can even think about modulating the y values of the points
In the background you see the base phase (purple) where I used transport. but it should work with any phase signal you like as well. Comparing the read line to phase you can see that the segements really start where I defined the points. Outside of 0.10 and 0.50 nothing is defined so my MSEG stays flat.
Anyone interested in the patch? Update: Hilarious ... I now have an extension to 4 segements.
And I can even make it into an Oscillator
