Melanie Huang

Results 1 comments of Melanie Huang

@jmpinit Thanks for looking into this! I can confirm it works with the top quarter of the sketch canvas. const dutyCycle = constrain(map(mouseY, 0, height, 0, 0.25), 0, 2); I...