controlP5frame how to change value of variable in external frame from main canvas
in
Contributed Library Questions
•
8 months ago
I wanna know how to change the value of a variable inside controlP5 external frame from the main canvas(PApplet)
I know you can do this from the external frame for example you can add
- .plugTo(parent,"def")
to buttons and slider and that will affect a value in the main canvas but I want values passed between the two canvasses regardless if I have controlP5 controller or not
1