Question:
is there a way to stop a funky tree value going negative. however when negative its input is ignored and follows an alternate equation in that duration.
or possibly splice two equations together, I might be being stupid lol, thanks regardless.
@Grob0s0VBRa I couldn’t splice it using abs or max because of that fact that they were both sinusoids, but the less than is a good idea thanks!!
@Grob0s0VBRa oh that’s clever, I wish I’d thought of that
abs(insert code here)
- converts values to a positive ones.Or, perhaps
**Value** less than 0 ? **Alternate equation in that duration** : normal **Value** code