faust_python icon indicating copy to clipboard operation
faust_python copied to clipboard

FAUSTPy still working?

Open sonejostudios opened this issue 4 years ago • 1 comments

Hello!

I'm trying to get FAUSTPy to work, but if I try the test_examples.py, it just terminates the process without any errors and nothing happens. I tried in the FAUSTPy main directory: python3 test_examples.py -p test_synth.dsp This should give an output somehow, right?

Thank you in advance,

vince

sonejostudios avatar Jun 13 '20 21:06 sonejostudios

So, I finally found some time to look into this. While FAUSTPy does need to be updated due to changes to the C API of FAUST, you're also using the test script wrong. It's intended as a sort-of sanity check that FAUSTPy works with all example DSP files that ship with FAUST, so -p is supposed to point to a directory full of *.dsp files. However, the script also needs to be reworked, since the the examples are now sorted into categories.

I will try to look into this by the weekend. Thanks for the patience so far :) .

marcecj avatar Aug 03 '20 22:08 marcecj