Search found 2 matches

by khilts
Thu Jun 03, 2021 10:59 am
Forum: General Discussion
Topic: "Pausing" rotation during a song
Replies: 2
Views: 1907

Re: "Pausing" rotation during a song

Thanks for the reply, Sadler. I did eventually come up with a similar (but more clunky) solution: a global named OscSpeed with the switch statement originally mentioned, and a global named OscGlobal that defines the osc type (sine osc in my case), uses OscSpeed and an average function for smoothing ...
by khilts
Wed Jun 02, 2021 7:26 pm
Forum: General Discussion
Topic: "Pausing" rotation during a song
Replies: 2
Views: 1907

"Pausing" rotation during a song

Hi all, first post. I have gone through the tutorials and searched the forums, but couldn't find the easy answer I must be missing... I'm using a slow-speed Sine Osc modifier on a RotateAxis block to get smooth rotation, but I'd like to pause (not reset to zero) the rotation during certain parts of ...