greetings,
i need a little hint on how can i invert phasor~'s waveform? from /|/|/| to |\|\|\ ?
appreciated
How to invert \[phasor~\]
greetings,
i need a little hint on how can i invert phasor~'s waveform? from /|/|/| to |\|\|\ ?
appreciated
[phasor~]
|
[-~ 1]
|
[abs~]
simple arithmetic way
You can also just send it negative frequencies.
i just took #dataflow's user feedback:
[phasor~]
|
|
[*~ -1]
it seems to work just fine , thank you for your feedback!
Hi focalt,
Just multiplying the signal by [*~ -1] will invert the signal like you want but now the phasor is offset by -1, which could have some unintended consequences.
adding 1 to the signal will correct that:
[phasor~]
|
[*~ -1]
|
[+~ 1]
Plus guido and Maelstorm's answers will equally do the same thing.
Oops! Looks like something went wrong!