Re: [Faudiostream-users] Faust in Python

2021-11-28 Thread Julián Villegas
Hi Marc, I just wanted to wish you a prompt recovery. I wasn’t able to use FAUSTPy (even with the new fork), but it seems that dawdreamer does the job. Thanks, Julian. > On Nov 26, 2021, at 21:23 PM, Marc Joliet wrote: > > (Sending from the correct address this time.) > > Am Freitag, 26

Re: [Faudiostream-users] Faust in Python

2021-11-26 Thread Oleg Nesterov
On 11/26, Stéphane Letz wrote: > > This is a updated version of FAUSTPY, see > https://faustdoc.grame.fr/manual/architectures/#faustpy, > possibly working ? Ah, this one... I tried it once just out of curiosity several years ago, and I had to apply the patch below to make it work. I have no ide

Re: [Faudiostream-users] Faust in Python

2021-11-26 Thread Marc Joliet
(Sending from the correct address this time.) Am Freitag, 26. November 2021, 03:35:21 CET schrieb Julián Villegas: > Hi, > > It seems that FAUSTPy is abandoned and that Marc, the developer, is not > actively maintaining it. As Stéphane Letz already mentioned, FAUSTPy has been forked. If it reta

Re: [Faudiostream-users] Faust in Python

2021-11-26 Thread Stéphane Letz
This is a updated version of FAUSTPY, see https://faustdoc.grame.fr/manual/architectures/#faustpy, possibly working ? Stéphane > Le 25 nov. 2021 à 08:20, Julián Villegas a écrit : > > Hi, > > It seems that FAUSTPy is abandoned and that Marc, the developer, is not > actively maintaining it.

[Faudiostream-users] Faust in Python

2021-11-26 Thread Julián Villegas
Hi, It seems that FAUSTPy is abandoned and that Marc, the developer, is not actively maintaining it. I’m fairly new in both Faust and Python, but I’d like to be able to run Faust DSP files from within Python. Could somebody point me in the correct direction to achieve that? is there an alternat

Re: [Faudiostream-users] Faust in Python

2021-11-26 Thread Julián Villegas
Thanks David, this looks promising! I haven’t been able to install it though. I tried: pip install dawdreamer also the wheels approach, and even trying to install it from the git repository with no avail. The errors I receive are: ERROR: Could not find a version that satisfies the requiremen

Re: [Faudiostream-users] Faust in Python

2021-11-25 Thread David Braun
Hi Julian, Please try out DawDreamer: https://github.com/DBraun/DawDreamer/ I'm actively maintaining it. In case pip installation doesn't work easily, you can download and install using a wheel: https://pypi.org/project/dawdreamer/#files Let me know if you run into any issues and feel free to add

[Faudiostream-users] Faust in Python

2021-11-25 Thread Julián Villegas
Hi, It seems that FAUSTPy is abandoned and that Marc, the developer, is not actively maintaining it. I’m fairly new in both Faust and Python, but I’d like to be able to run Faust DSP files from within Python. Could somebody point me in the correct direction to achieve that? is there an alternat