Based on your method, I tried to make so the control points you create alternate from move inside and move outside using a python script to generate a list going [-1,1,-1,1…]
Who knows? You have not provided a new file to look at.
You need to work with full periods, multiples of 2*Pi if you want a periodic curve. If you don’t care about that and just want a closed curve, your divisioning must be off.
I see that your sin wave is going up and down along the z axis, is it possible to have the sin wave flat on the 2D (X,Y axis) alone… This is pretty cool though and will save your file for later use
Another thing I am trying to do is vary the amplitude of the waves as the table goes higher and higher. I have been able to zero the amplitude at the top and bottom and that gives a nice effect, is there a way I can have a graph function where the amplitude increases and decreases based on the graph instead of me manipulating each branch of the data tree.