beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Crossfade Op



Crossfade
Namespace: Ops.Math

Op author: simod

crossfade between 2 values


This handy op allows you to crossfade between 2 numbers. You can set the min and max range.

Please note that the range from the crossfade input is always 0 - 1, even if the min and max are set lower or higher.



Inputs

Crossfade (Number)

crossfade

Range

Out Min (Number)

minimum out value

Out Max (Number)

maximum out value

Easing

Easing (string /Number)

type of easing

Outputs

A (Number)

A output

B (Number)

B output


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Crossfade example

Example patch for Crossfade op.


Patches using Crossfade

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2019-11-27 - simod
Ops.User.simod.Crossfade renamed to Ops.Math.Crossfade
2019-11-27 - simod