Page 1 of 1

trigger random position?

Posted: Wed Nov 23, 2022 12:51 am
by davidhoare
I'm hoping to create an effect where I can trigger (via keyboard) a cue to appear at a random position, then fade-out.
I think I've got the cue-chaining part working via the scheduler module, although it's a bit heavy-handed... but I can't figure out how to affect the x-y position of the output geometry 'randomly' each time I trigger the cue...
I feel like I'm missing something major. Is there a way to program moves like that, and trigger them?
Thank you!
David

Re: trigger random position?

Posted: Sat Nov 26, 2022 12:02 pm
by mad-matt
You can create an Oscilator 2D module, set the signal to "Noise", the speed at 0, and assign a control to the speed (ON => maximum speed, OFF => 0). Then when pressing a midi button it will move to a new random 2D position (of course if you press for longer than a frame, it won't be nice)