Re: [Faudiostream-users] FAUSTPy

2020-06-13 Thread vince via Faudiostream-users
Hi Stephan, I got it from https://github.com/marcecj/faust_python if I try the test_examples.py, it just terminates the process without any errors and nothing happens. try in the FAUSTPy main directory: python3 test_examples.py -p test_synth.dsp On 6/13/20 6:34 PM, Stéphane Letz wrote:

Re: [Faudiostream-users] FAUSTPy

2020-06-13 Thread vince via Faudiostream-users
Hi Stephan, I got it from https://github.com/marcecj/faust_python if I try the test_examples.py, it just terminates the process without any errors and nothing happens. try in the FAUSTPy main directory: python3 test_examples.py -p test_synth.dsp All the best, Vince On 6/13/20 6:34 PM,

Re: [Faudiostream-users] FAUSTPy

2020-06-13 Thread Stéphane Letz
Where is it? What are he problems to make it work? Stéphane > Le 13 juin 2020 à 18:11, vince via Faudiostream-users > a écrit : > > Hi everybody! > > just a simple question: Is the FAUSTPy module stil up-to-date or is it > abandonned? Because the last commit was 5 years ago... and can't

[Faudiostream-users] FAUSTPy

2020-06-13 Thread vince via Faudiostream-users
Hi everybody! just a simple question: Is the FAUSTPy module stil up-to-date or is it abandonned? Because the last commit was 5 years ago... and can't get it to work. I'd love to use it, but first I just want to know if it is worth investing more time into it? Thanks in advance, vince

Re: [Faudiostream-users] (no subject)

2020-06-13 Thread Stéphane Letz
Please describe more precisely the procedure you follow, and what does not work. Thanks. Stephane > Le 13 juin 2020 à 17:33, Magnus a écrit : > > Hello, > I'm trying to make a Faust oscillator with multiple voices for a teensy > 3.6, I can't seem to get it working. > > this is my Faust

[Faudiostream-users] (no subject)

2020-06-13 Thread Magnus
Hello, I'm trying to make a Faust oscillator with multiple voices for a teensy 3.6, I can't seem to get it working. this is my Faust code: declare options "[midi:on][nvoices:12]"; import("stdfaust.lib"); freq = nentry("freq",440,20,2,0.01) : si.smoo; gain = nentry("gain",1,0,1,0.01) :