Olivier Bélanger

Results 53 comments of Olivier Bélanger

Hi, You can't run SoundGrain.exe, which is an executable, with python from the command line (or try to change python executable version)... Python is already embedded inside the executable. You...

I will investigate using vcpkg to install portaudio (pyo's audio backend) on Windows in the next few weeks. That should fix the ASIO problem, and maybe, WDM-KS too. Will come...

Interesting stuff! I'll look closer into it. Could be useful to share slider values in and out cecilia...

Hi, Do you use the "Show Spectrum" function from the Action menu? I just fixed a crash related to this function on my linux box. I'll do more testing on...

Debian buster has version 0.9.1 in its repositories, it's rather old... Either you compile pyo from source (which is not very complicated): http://ajaxsoundstudio.com/pyodoc/compiling.html#debian-ubuntu-apt-get Or you install pyo from sid repositories...

Hi, the problem is a non-ascii character in a soundfile path, and the codec is unable to encode it correctly. You can workaround this by trashing the ".cecilia5" folder, located...

Hi, *and* use only plain ascii characters in folder and file names. Looks like you have non-ASCII characters in your soundfile path. Olivier On Fri, Apr 30, 2021 at 9:56...

Yeah, I don't have much time to spend on Cecilia anymore... I'll see if I can come up with a quick fix for the sliders.

Fix is in git: https://github.com/belangeo/cecilia5/commit/655954e60b6aecc4bfbd06e378aae356b2da6d14

Yep, this will work as long as the fixes will only concern cecilia's sources. If I change things in pyo (or if there are changes in wxPython, the GUI toolkit),...