Profile image

Funky trees question.[][

19.0k Axartar  1.5 years ago

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.

  • Log in to leave a comment
  • Profile image
    19.0k Axartar

    @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!!

    +1 1.5 years ago
  • Profile image
    19.0k Axartar

    @Grob0s0VBRa oh that’s clever, I wish I’d thought of that

    +1 1.5 years ago
  • Profile image
    13.1k Grob0s0VBRa

    abs(insert code here) - converts values to a positive ones.
    Or, perhaps
    **Value** less than 0 ? **Alternate equation in that duration** : normal **Value** code

    1.5 years ago