This macro is used to draw values on a table to make shapes that look like saws/sines/square etc. When you press the saw button, it draws a saw. The problem is I have the shape freq slider connected to every shape type, but I want it to only connect to the place in which the button was last placed.
e.g. If I clicked the saw last, I want the shape frequency slider to redraw the table to look like a saw at a higher/lower frequency.
Because it is attached to all 4 shape options no matter what button i've pressed last it will always redraw it as a sine shape.
What do I need to add to fix this? Is there a module that does the opposite of a selector, e.g. 1 input with 4 outputs?