freqshift

Function freqshift 

Source
pub fn freqshift(props: Value, x: impl Into<ElemNode>) -> Vec<Node>
Expand description

Frequency shifter helper.

Returns two roots:

  • output 0: down-shifted
  • output 1: up-shifted

Props:

  • shiftHz: frequency shift in Hz
  • mix: wet amount in the range 0.0..=1.0
  • reflect: integer mode for negative shift handling