henrique matias
2014-09-09 01:08:58 UTC
Sorry for my ignorance guys, but i would like to know how to translate some
"DSP" into SC code..
For instance on this tutorial for Max/MSP gen~ object
The guy grab some waveshaper code from music dsp
<http://www.musicdsp.org/showone.php?id=86>:
const double x = input * 0.686306;
const double a = 1 + exp (sqrt (fabs (x)) * -0.75);
output = (exp (x) - exp (-x * a)) / (exp (x) + exp (-x));
Then do a few tweaks and run it inside of his patch with gen~..
Any thought on how to implement this using SC ?
--
*time isn't passing, it's you passing.*
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
"DSP" into SC code..
For instance on this tutorial for Max/MSP gen~ object
The guy grab some waveshaper code from music dsp
<http://www.musicdsp.org/showone.php?id=86>:
const double x = input * 0.686306;
const double a = 1 + exp (sqrt (fabs (x)) * -0.75);
output = (exp (x) - exp (-x * a)) / (exp (x) + exp (-x));
Then do a few tweaks and run it inside of his patch with gen~..
Any thought on how to implement this using SC ?
--
*time isn't passing, it's you passing.*
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â