faust_python
faust_python copied to clipboard
FAUSTPy still working?
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
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 :) .