marcecj / faust_python

A Python FAUST wrapper implemented using the CFFI.
Other
31 stars 6 forks source link

FAUSTPy still working? #1

Open sonejostudios opened 4 years ago

sonejostudios commented 4 years ago

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

marcecj commented 4 years ago

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 :) .