dasp
dasp copied to clipboard
Inversion around equilibrium
Basically, Sample
should have a built-in function to switch from 1.0
to -1.0
. It's sort of "negation" but in reality we're talking about an inversion around the equilibrium point, so it makes sense that it would live in the Sample
crate.
How about a method called .invert_amplitude()
?