Re: [music-dsp] Release pyo 0.8.0 (Python dsp library)

2016-05-19 Thread Laurent de Soras
list_em...@icloud.com wrote: (Too bad the gifs on the devmaster.net page have gone missing.) I previously saved this page with all the graphics: ___ dupswapdrop: music-dsp mailing

Re: [music-dsp] Release pyo 0.8.0 (Python dsp library)

2016-05-19 Thread Olivier Bélanger
Hi Jerry, The cheaper one is nothing but a parabola. Not really a sine wave but it works very well for LFOs... The more accurate algorithm is a weighted average between the parabola and its squared version. This one can surely be used as a sine wave oscillator. The algorithm is well described

Re: [music-dsp] Release pyo 0.8.0 (Python dsp library)

2016-05-17 Thread list_email
On May 15, 2016, at 4:55 AM, Olivier Bélanger wrote: > - FastSine, two fast sin approximations (faster than linear table lookup). Hi Olivier, This work looks awesome! Can you tell us more about, or provide a reference for, the new FastSine object? I'm wondering how it is

[music-dsp] Release pyo 0.8.0 (Python dsp library)

2016-05-15 Thread Olivier Bélanger
Hello all, pyo 0.8.0 is now available to download on pyo's web site : http://ajaxsoundstudio.com/software/pyo/ pyo's documentation: http://ajaxsoundstudio.com/pyodoc/ New objects: - PadSynthTable, a beautiful synthesis algorithm from Nasca Octavian Paul. - ChenLee, another chaotic attractor