Re: [Faudiostream-users] Fixed point arithmetic status?

2024-04-09 Thread Stéphane Letz
Nothing usable for now. Stéphane > Le 9 avr. 2024 à 05:39, M. Edward (Ed) Borasky a > écrit : > > What is the latest status on the fixed point arithmetic capability in Faust? > > > Sent from ProtonMail mobile > > > ___ > Faudiostream-users

[Faudiostream-users] The soundfile primitive can finally be used in the Faust Web IDE

2024-04-08 Thread Stéphane Letz
The soundfile primitive can finally be used in the Faust Web IDE (WIP), see: https://github.com/grame-cncm/faustide?tab=readme-ov-file#soundfiles-access Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

[Faudiostream-users] Faust version 2.72.14 released

2024-04-04 Thread Stéphane Letz
https://github.com/grame-cncm/faust/releases/tag/2.72.14 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] FaustLive version 2.5.18 released

2024-04-04 Thread Stéphane Letz
https://github.com/grame-cncm/faustlive/releases/tag/2.5.18 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.72.13 pre-release version to test

2024-04-01 Thread Stéphane Letz
https://github.com/grame-cncm/faust/releases/tag/2.72.13 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust Conference (IFC) 2024 in Turin, Italy, on November 21-22, 2024.

2024-02-22 Thread Stéphane Letz
Soundmit announces that it will host the International Faust Conference (IFC) 2024 in Turin, Italy, on November 21-22, 2024. The IFC is a biennial event that brings together the global community of developers and users of the FAUST audio programming language. The conference offers a unique

Re: [Faudiostream-users] Using Faust export in C'74 Max gen~ codebox?

2024-02-22 Thread Stéphane Letz
No, codebox is a somewhat an «improved gen~ » language, and cannot be used within gen~. (the initial idea what to have a Faust => gen~, backend, to be usable in both MSP *and* RNBO contexts, but it appeared that gen~ was not complete enough to support all needed primitives. Thus the choice of

[Faudiostream-users] Grame with Faust selected for Google Summer of Code 2024

2024-02-21 Thread Stéphane Letz
Hi everybody, Grame with the Faust project is selected as a Google Summer of Code 2024 mentor organisation for the third year, see: https://summerofcode.withgoogle.com/programs/2024/organizations/grame Stéphane ___ Faudiostream-users mailing list

Re: [Faudiostream-users] Fftw foreign function

2024-02-18 Thread Stéphane Letz
This seems more a link issue, not really related to Faust by itself right ? In any case we can possibly chat and try to help on Faust Discord: https://faust.grame.fr/community/help/#faust-on-discord Stéphane > Le 18 févr. 2024 à 09:58, Francesco Vitucci a écrit : > > Good morning, > I'm

Re: [Faudiostream-users] My VST plugins for Windows do not work

2024-02-12 Thread Stéphane Letz
The VST export is old and unmaintained. Better use the JUCE export and compile for VST3. See : https://github.com/grame-cncm/faust/tree/master-dev/architecture/juce Note that the JUCE project can be directly exported from the faust Web IDE: https://faustide.grame.fr (and

Re: [Faudiostream-users] emsc error

2024-02-06 Thread Stéphane Letz
The lowpass first parameter (https://faustlibraries.grame.fr/libs/filters/#filowpass) has to be a « nonnegative constant numerical expression » , see : https://faustdoc.grame.fr/manual/syntax/#constant-numerical-expressions So a slider cannot be used here. The reported error should be «

Re: [Faudiostream-users] Floor operation

2024-01-28 Thread Stéphane Letz
What about https://faustdoc.grame.fr/manual/syntax/#floor-primitive ? Stéphane > Le 28 janv. 2024 à 11:58, Carlos Antúnez a écrit : > > Hi! Is there any way to implement a floor operation in Faust? > > Thank you. > ___ > Faudiostream-users mailing

[Faudiostream-users] Faust 2.70.3 prerelease to test

2024-01-06 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.70.3 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] algorithmically generating rdtables?

2024-01-04 Thread Stéphane Letz
par(i,10,table_gen(table_size,partials)):>ba.selectn(10,current_oct(freq)); > > process = table_osc(table_size,saw_wave_add,440,0,0); > > */ > > if you run this no sound is produced, like the rdtable is empty. the big > commented out part without the freq parameter in ta

Re: [Faudiostream-users] algorithmically generating rdtables?

2024-01-04 Thread Stéphane Letz
Do you have some simple code to share ? Stéphane > Le 3 janv. 2024 à 22:02, Autumn Cheney via Faudiostream-users > a écrit : > > i'm designing a wavetable synth where the waveform is generated using a array > of signals specifying the harmonic amplitudes and phases of the waveform. i'm >

[Faudiostream-users] Faust 2.69.3 released here: https://github.com/grame-cncm/faust/releases/tag/2.69.3

2023-11-14 Thread Stéphane Letz
___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.69.3 pre-release to test

2023-11-13 Thread Stéphane Letz
Faust version 2.69.3 Repository: grame-cncm/faust · Tag: 2.69.3 · Commit: 272b56e

Re: [Faudiostream-users] Int signals compiling with -double

2023-10-30 Thread Stéphane Letz
> Le 30 oct. 2023 à 02:39, Oleg Nesterov a écrit : > > On 10/30, Dario Sanfilippo wrote: >> In that case; functions such as ba.time would also get an improvement. >>> >>> Why do you think so?? >>> >>> perhaps you meant that ba.time can overflow? Yes it can, but I don't >>> think

Re: [Faudiostream-users] Int signals compiling with -double

2023-10-29 Thread Stéphane Letz
1) https://faustdoc.grame.fr/manual/syntax/#numbers is quite clear AFAICS: == Numbers Faust considers two types of numbers: integers and floats. Integers are implemented as signed 32-bits integers, and floats are implemented either with a simple, double, or extended precision depending of

Re: [Faudiostream-users] PR for a fix to faust2jackconsole

2023-09-27 Thread Stéphane Letz
Thanks. I’ll have a look next week. Stéphane > Le 27 sept. 2023 à 03:09, Aaron Krister Johnson a écrit : > > Hi all, > > I have a proposed fix here for `faust2jackconsole`: > https://github.com/grame-cncm/faust/pull/947 > > * Adding the 'effect' option, something that shouldn't be missing

[Faudiostream-users] Faust version 2.68.1 (fix for broken 2.68.0 version)

2023-09-16 Thread Stéphane Letz
Faust version 2.68.1 released: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.68.0 release is broken, DO NOT USE IT ! A fix is in progress.

2023-09-16 Thread Stéphane Letz
___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.68.0 released

2023-09-15 Thread Stéphane Letz
Faust version 2.68.0 released: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.68.0 pre-release

2023-09-14 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases Testing and feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] faust-web-component released

2023-09-10 Thread Stéphane Letz
As result of Ian Clester Google Summer of Code work (https://ijc8.me/2023/08/27/gsoc-faust/), a Faust web component which integrates the libfaust JS/WebAssembly compiler has been developed. The faust-web-component package provides two web components for embedding interactive Faust snippets in

[Faudiostream-users] New faust-web-component available

2023-09-09 Thread Stéphane Letz
Hi All, As result of Ian Clester Google Summer of Code work (https://ijc8.me/2023/08/27/gsoc-faust/), a Faust web component which integrates the libfaust JS/WebAssembly compiler has been developed. The faust-web-component package provides two web components for embedding interactive Faust

[Faudiostream-users] faust2rnbo released

2023-09-06 Thread Stéphane Letz
The faust2rnbo tool has been deployed on the Faust remote compilation service, to be used from the « Faust Web IDE » (https://faustide.grame.fr/). All is explained in « Using Faust in RNBO with codebox~ » (https://faustdoc.grame.fr/tutorials/rnbo/)tutorial, in the « Using the Faust Web IDE

Re: [Faudiostream-users] Web IDE VST output on Mac (codesign issues)

2023-07-15 Thread Stéphane Letz
> Le 15 juil. 2023 à 22:43, Seth Shafer a écrit : > > Hi all, > > I'm prepping materials for teaching FAUST this Fall and attempted to export a > VST via the web IDE. The resulting plugin triggered codesign errors on my > MacOS 13.2.1. I tried the typical terminal commands to remedy: Yes,

[Faudiostream-users] Faust release version 2.60.3

2023-06-19 Thread Stéphane Letz
Hi All, Faust version 2.60.3 pre-release can be checked here: https://github.com/grame-cncm/faust/releases/tag/2.60.3, with the specific point: WebAssembly This is the latest release which contains the JavaScript written Faust/WebAssembly glue code using the compiled libfaust-wasm.js,

[Faudiostream-users] Faust version 2.60.3 pre-release

2023-06-19 Thread Stéphane Letz
Hi All, Faust version 2.60.3 pre-release can be checked here: https://github.com/grame-cncm/faust/releases/tag/2.60.3, with the specific point: WebAssembly This is the latest release which contains the JavaScript written Faust/WebAssembly glue code using the compiled libfaust-wasm.js,

[Faudiostream-users] First version of JSFX backend added in the compiler

2023-06-08 Thread Stéphane Letz
Hi People, JSFX is the scripting language included in the Reaper DAW: https://www.reaper.fm/sdk/js/js.php Contributed by Johan Philippe, the Faust JSFX backend first version is available. You can now export JSFX on Faust Web IDE: https://faustide.grame.fr/, or by building last Faust

[Faudiostream-users] Faust version 2.59.6 released

2023-05-16 Thread Stéphane Letz
First GitHub actions generated version, thanks David ! Get it here: https://github.com/grame-cncm/faust/releases/tag/2.59.6 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

[Faudiostream-users] Faust version 2.59.6 pre-release

2023-05-15 Thread Stéphane Letz
Hi People, - packaging fixes for Linux The Faust version 2.59.6 pre-release is available here: https://github.com/grame-cncm/faust/releases/tag/2.59.6 Please report any problem, especially people building packages on Linux Stéphane ___

[Faudiostream-users] FaustLive version 2.5.15 pre-release

2023-05-12 Thread Stéphane Letz
Hi People, Thanks again for David Braun work, we now have a GitHub action to build Windows binary releases of FaustLive. macOS version is still manually built for now. The FaustLive version 2.5.15 pre-release is available here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.15

[Faudiostream-users] Faust version 2.59.5 pre-release

2023-05-12 Thread Stéphane Letz
Hi People, Thanks to the patient and continuous work of Davis Braun (https://dirt.design/portfolio/) over weeks ((-; , we now have a complete GitHub actions based model to build binaries releases of Faust. The Faust version 2.59.5 pre-release is available here:

[Faudiostream-users] : Two Google Summer of Code projects attributed to GRAME for Faust

2023-05-05 Thread Stéphane Letz
May 04, 2023: Two Google Summer of Code projects attributed Two Google Summer of Code projects have finally been attributed to GRAME: - « Automatic Differentiation in the Faust Compiler » aims at adding Automatic differentiation directly in the compiler, so that gradient calculation can be

[Faudiostream-users] Testing next Faust binary Intel release ?

2023-04-12 Thread Stéphane Letz
Hi, David Braun is preparing Faust binary release here: https://github.com/DBraun/faust/actions/runs/4680432549 faust-2.58.18-x64.dmg is supposed to work starting on 10.15, we would be happy if someone still on 10.15 could try? Same for faustgen-1.64-x64.dmg ? Thanks. Stéphane

Re: [Faudiostream-users] (no subject)

2023-03-24 Thread Stéphane Letz
https://discord.gg/vzh7CggBtj > Le 24 mars 2023 à 22:06, Magnus mouthsausage a > écrit : > > Hi, > I was wondering where I can find an invite for the discord because the link > on the website expired > > Regards > Magnus > > Sent from my iPhone > >

Re: [Faudiostream-users] Q: --widening/narrowing-iterations compiler options

2023-03-22 Thread Stéphane Letz
> Le 22 mars 2023 à 21:01, Oleg Nesterov a écrit : > > On 03/22, Stéphane Letz wrote: >> >> Those are purely experimental and internal. Like the gUseMemmove stuff BTW. > > OK. Thanks for the info. > > Yet I think an option for gUseMemmove makes sense. I

Re: [Faudiostream-users] Problems with faust2caqt

2023-03-21 Thread Stéphane Letz
> Le 21 mars 2023 à 14:57, Henrik Frisk a écrit : > > Hi, > > I have recently changed computer from Linux (where faust have always run like > a charm) to macos and I've run into some problems. Having downloaded the > latest 2.54.9 as a dmg and installed it. Having tested several fasut2* >

Re: [Faudiostream-users] Error with faust2teensy

2023-03-19 Thread Stéphane Letz
lay-line-threshold switch that can make the memory more efficient for the > delays.. great. I couldn't see a way to do this in the IDE, so I downloaded > the FAUST files. > > > > _______ > Faudiostream-users mailing list > Faudio

Re: [Faudiostream-users] [OT] Discord blues

2023-03-16 Thread Stéphane Letz
> Le 16 mars 2023 à 21:39, Mike Beauchamp a écrit : > > What about getting an open-source forum installed on the grame.fr server? > > I think any knowledge should always be archived and publicly searchable, and > forums do a good job of those things. > > Mike > > Like what open-source

[Faudiostream-users] GRAME and Faust are selected for Google Summer of Code 2023 !

2023-03-04 Thread Stéphane Letz
Hi All, GRAME and Faust are selected for Google Summer of Code 2023: https://summerofcode.withgoogle.com/programs/2023/organizations/grame Projets ideas here: https://github.com/grame-cncm/faustideas Contributions welcome ! Stéphane ___

Re: [Faudiostream-users] Triangle LFO with controllable phase?

2023-02-26 Thread Stéphane Letz
Two different issues here: 1) first the code defines a same path for a slider and a bargraph. The old rule of « not 2 same paths in the GUI » was somewhat relaxed in this commit: https://github.com/grame-cncm/faust/commit/3437255f54ec46c565c159438bde19c3daea757c, but still not completely

Re: [Faudiostream-users] faust2vcvrack force x86

2023-02-06 Thread Stéphane Letz
Automatically generated by StepGPT (so may be wrong… ((-; ) Probably by: - getting x64 version of the SDK : https://vcvrack.com/downloads/Rack-SDK-2.2.3-mac-x64.zip - using « arch -x86_64 /bin/bash » trick to have your terminal then run Intel like - faust2vcvrack -version 2 foo.dsp or

Re: [Faudiostream-users] new user, 1st question

2023-01-04 Thread Stéphane Letz
Hi Dietrich, > Le 4 janv. 2023 à 18:11, Dietrich a écrit : > > Hello > > My name is Dietrich, > I used reactor for many years. > Since there is cmajor, I wanted to deal with that, but while looking for an > introduction I found Faust (which cmajor can also handle). And since Faust is > open

Re: [Faudiostream-users] Faust HTTP speed

2023-01-03 Thread Stéphane Letz
g sixth-order ambisonics over > a 64 speaker array, which is the situation at the Stage at CCRMA. The > decoder has two matrices, high and low frequencies, so about a minute to > update. I'm looking for a solution that would be at least 10x faster. > > Thanks... > > Aaro

Re: [Faudiostream-users] Faust HTTP speed

2023-01-03 Thread Stéphane Letz
How do you measure this « 100 ms to update » delay? Stéphane > Le 3 janv. 2023 à 02:12, Aaron Heller a écrit : > > As a warmup exercise for the next version of my ambisonic decoder engine, I > made a matrix mixer in Faust and compiled it with httpd support. You can see > the code and the

[Faudiostream-users] FaustLive version 2.5.13 released

2022-12-19 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.13 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Stéphane ___ Faudiostream-users

[Faudiostream-users] Faust version 2.54.9 released

2022-12-19 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.54.9 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] FaustLive version 2.5.13-rc1 to test

2022-12-18 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.13-rc1 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Feedback welcome. Stéphane ___

[Faudiostream-users] Faust version 2.54.9-rc1 to test

2022-12-18 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.54.9-rc1 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Any Faust code source of granulation techniques you are aware of ?

2022-11-18 Thread Stéphane Letz
nulator.dsp > > - https://hvc.berlin/synthesis_algorithms/granular-faust-example/ > > Have a good weekend. > > Matteo > > > Il giorno ven 18 nov 2022 alle ore 07:43 Stéphane Letz ha > scritto: > I know Dario Sanfilippo: https://ieeexplore.ieee.o

[Faudiostream-users] Any Faust code source of granulation techniques you are aware of ?

2022-11-17 Thread Stéphane Letz
I know Dario Sanfilippo: https://ieeexplore.ieee.org/document/9768227 and https://github.com/dariosanfilippo/concatenative_granulation. Any other ? Thanks. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] faust2juce: slider scale not working ?

2022-11-17 Thread Stéphane Letz
Similar problems were reported: can you possibly debug what happens ? https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/JuceGUI.h Stéphane > Le 17 nov. 2022 à 21:32, Simon Hill a écrit : > > Hello, > > I’m using « faust2juce » to generate ready-to-use JUCE effect

Re: [Faudiostream-users] Faust intermediate code?

2022-11-14 Thread Stéphane Letz
> Le 15 nov. 2022 à 00:28, Boenn, Georg a écrit : > > Thanks very much Stéphane, > > If this code is generated by the client and then sent to the server, Yes indeed. > then the original dsp should be still available? Does the original code, > maybe also the expanded dsp version, remain in

Re: [Faudiostream-users] Faust intermediate code?

2022-11-14 Thread Stéphane Letz
Hi Georg, This code is a self-contained expanded version that embeds all needed libraries, currently sent by the Faust Web IDE client side to the remote compilation service. The need is when we want to allow developers to use their own client side Faust libraries. It is not really possible to

Re: [Faudiostream-users] New Python examples using Faust, JAX, and the Box API

2022-10-20 Thread Stéphane Letz
Hi David, Thanks for this awesome contribution ! Hopefully opening an entirely new world in the Machine Learning domain for the Faust ecosystem! Cheers, Stéphane > Le 20 oct. 2022 à 12:48, David Braun a écrit : > > Faust now supports the machine learning framework JAX as a backend. >

Re: [Faudiostream-users] New Python examples using Faust, JAX, and the Box API

2022-10-20 Thread Stéphane Letz
Hi David, Thanks for this awesome contribution ! Hopefully opening an entirely new world in the Machine Learning domain for the Faust ecosystem! Cheers, Stéphane > Le 20 oct. 2022 à 12:48, David Braun a écrit : > > Faust now supports the machine learning framework JAX as a backend. >

[Faudiostream-users] FaustLive version 2.5.12 released

2022-10-04 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.12 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Stéphane ___ Faudiostream-users

[Faudiostream-users] Faust version 2.50.6 released

2022-10-04 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.50.6 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.50.6-rc1 to test

2022-10-03 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.50.6-rc1 We had to raise the version to 2.50.6, after discovering a serious issue when compiling with GCC 12. Feedback welcome. Stéphane ___ Faudiostream-users mailing list

[Faudiostream-users] FaustLive version 2.5.12-rc1 to test

2022-09-30 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.12-rc1 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Feedback welcome. Stéphane ___

[Faudiostream-users] Faust version 2.50.5-rc1 to test

2022-09-30 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.50.5-rc1 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] (no subject)

2022-09-18 Thread Stéphane Letz
On which platform ? Working here on the Faust IDE :

Re: [Faudiostream-users] Need help , compiler

2022-08-23 Thread Stéphane Letz
> Le 24 août 2022 à 07:15, MahaVoice SkyTravers a écrit : > > Dear Mr.Orlarey, > > I have been using online faust compiler from 2 years ago up to now,but for a > reason I need to compile my dsp file by previous compiler. What is the reason for that ? > So I need to compile manually my .dsp

Re: [Faudiostream-users] LV2 generator/designer

2022-07-25 Thread Stéphane Letz
Cool ! Added on the « Powered by Faust » page : https://faust.grame.fr/community/made-with-faust/#xuidesigner Stéphane > Le 24 juil. 2022 à 17:24, Hermann Meyer a écrit : > > Hi > > I worked on a LV2 generator tool and have now implemented faust support. > > The tool is now able to

[Faudiostream-users] FaustLive 2.5.11 released

2022-07-01 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.11 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Feedback welcome. Stéphane ___

[Faudiostream-users] Faust version 2.41.1 releases

2022-06-29 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.41.1-rc2 to test

2022-06-28 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.41.1-rc2 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.41.1-rc1 to test

2022-06-27 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.41.1-rc1 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] FaustLive version 2.5.11-rc1 to test

2022-06-27 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.11-rc1 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Feedback welcome. Stéphane ___

Re: [Faudiostream-users] faust2wwise

2022-06-15 Thread Stéphane Letz
Hi João, The faust2wwise repository contains a set of files which are a starting point to develop a faust2wwise tool and a plugins embedding the libfaust library. We don't have the necessary resources to work on it right now, but help is welcome of course ((-; and diffusing the existence of

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Stéphane Letz
the libs :) > > - I ran ./version > - I modified CMakeLists.txt with -DAPP_VERSION="2.5.10" > - then 'make' > > A lot went well, but the some errors: https://paste.rs/P3a > > Almost there, I guess? > Merci. > > > On Tue, 2022-05-31 at 12:19 +0200, S

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Stéphane Letz
Try : git submodule update —init at the root level. Stéphane > Le 31 mai 2022 à 12:14, Klaus Scheuermann a écrit : > > >> Are you build FL from the git repository? Or from a release package ? >> Which version ? > I'm building from the git repo. > >> When compiling from the Git

Re: [Faudiostream-users] trouble building faustlive

2022-05-30 Thread Stéphane Letz
Are you build FL from the git repository? Or from a release package ? Which version ? When compiling from the Git repository, the '/home/ks/Install/faustlive/Resources/Libs/ folder is actually a Git submodule and should contain all the xx.lib libraries files. Is this the case? Stéphane > Le

Re: [Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Stéphane Letz
There were several issues, fixed here, textes with a simple stereo OSC, in -single and -double mode, AU et VST3 plugins, in Reaper. https://github.com/grame-cncm/faust/commit/37c7c0a2da790eaa079fac2080dd03817e82c38a Ca you test and report? Thanks. Stéphane > Le 27 mai 2022 à 16:51, Klaus

Re: [Faudiostream-users] problem building VST3 via JUCE, AU works

2022-05-27 Thread Stéphane Letz
It seems the -double does not work correctly with VST3 format, but work OK with AU. Tested with simpler examples here. Can you confirm that ? (even if you DSP confirm needs -double in the first place…) Stéphane > Le 27 mai 2022 à 13:17, Klaus Scheuermann a écrit : > > Hi All, I am running

Re: [Faudiostream-users] faust2lv2

2022-05-27 Thread Stéphane Letz
I guess you’ll need to install boost. Stéphane > Le 27 mai 2022 à 15:51, Klaus Scheuermann a écrit : > > This is probably a simple one for you... Any ideas? Thank you > > [ks@home soundsgood]$ faust2lv2 -double soundsgood09.dsp > -std=c++11 -fvisibility=hidden -O3 > lv2.cpp:292:10: fatal

[Faudiostream-users] May 20, 2022: Two Google Summer of Code projects attributed

2022-05-21 Thread Stéphane Letz
Faust News >> May 20, 2022: Two Google Summer of Code projects attributed Two projects have finally been attributed to GRAME: • Faust Integration in HISE aims at integrating support for the Faust audio programming language into HISE, an extensive framework for the creation of

Re: [Faudiostream-users] global slider

2022-05-19 Thread Stéphane Letz
Possibly read the FAQ here: https://faustdoc.grame.fr/manual/faq/#surprising-effects-of-vgrouphgroup-on-how-controls-and-parameters-work Stéphane > Le 19 mai 2022 à 19:11, Klaus Scheuermann a écrit : > > Hi all, struggling again with basics... > > I'd like to have one 'global' vslider in my

Re: [Faudiostream-users] lufs loudness analyser

2022-05-12 Thread Stéphane Letz
> double precision is not available in faustide, right? Yes still not. > I will try and > install faustlive today. Yes. You can use « -double » in FL «Compilation / FAUST Compiler Options » > Or would you recommend some other ide > solution? (I am on arch linux.) > Stéphane

Re: [Faudiostream-users] De-esser implementation

2022-04-27 Thread Stéphane Letz
Does this help ? https://github.com/magnetophon/VoiceOfFaust#deesser Stéphane > Le 16 avr. 2022 à 14:59, Alexandros Theodotou a écrit : > > Hi, > > Does anyone have Faust code for implementing a de-esser? I can't seem > to find a Faust module and can't seem to find any Faust code for >

Re: [Faudiostream-users] WASM and polyphony

2022-04-18 Thread Stéphane Letz
Not currently possible. Stéphane > Le 18 avr. 2022 à 06:08, Michal Seta a écrit : > > Is there a way of controlling sound parameters on different voices > separately? ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] Csound export

2022-04-18 Thread Stéphane Letz
I don't have the answer, possibly ask CSound or Cabbage users ? Stéphane > Le 18 avr. 2022 à 14:37, Vivien Aubke a écrit : > > Hi there, > I am a little confused by the Csound export from the web-IDE. The binary > folder doesn't actually contain a .CSD file. How can I make it work with >

Re: [Faudiostream-users] MPE And Faust

2022-04-13 Thread Stéphane Letz
We currently don't have architecture code to handle MPE, since support MPE is a huge work. I would suggest to target JUCE (supporting MPE) using the faust2juce tool (https://github.com/grame-cncm/faust/tree/master-dev/architecture/juce) Stéphane > Le 13 avr. 2022 à 08:16, Frank Berthold a

[Faudiostream-users] FaustLive version 2.5.8 released

2022-03-29 Thread Stéphane Letz
https://github.com/grame-cncm/faustlive/releases/tag/2.5.8 The macOS binary is still not signed. On Apple Silicon, you can simply open it under Rosetta: right-click the first time then normal open later on. Stéphane ___ Faudiostream-users mailing

[Faudiostream-users] Running FaustLive x64 on Apple M1

2022-03-29 Thread Stéphane Letz
I can open FaustLive x64 on Apple M1 with right click the first time, then regular open after. See: https://github.com/grame-cncm/faustlive/releases Can some other Apple M1 users confirm that? Thanks. Stéphane ___ Faudiostream-users mailing list

[Faudiostream-users] Faust version 2.40.0 released

2022-03-29 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.40.0 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.40.0 released

2022-03-29 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.40.0 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.40.0-rc2 to test

2022-03-27 Thread Stéphane Letz
- updated documentation Here: https://github.com/grame-cncm/faust/releases/tag/2.40.0-rc2 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

[Faudiostream-users] FaustLive version 2.5.8-rc1 to test

2022-03-25 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.8-rc1 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust version 2.40.0-rc1 to test

2022-03-25 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.40.0-rc1 Feedback welcome. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Using External Libraries in Faust IDE

2022-03-24 Thread Stéphane Letz
You can drag/drop each .lib file in the « Project Files » section, then use them in you main DSP file with import(« XXX.lib ») and so on. Stéphane > Le 24 mars 2022 à 12:15, Pedro Castro a écrit : > > Hi, > > I'm pretty new to Faust and programming in general, I'm sorry if this is a >

[Faudiostream-users] Euroack-block generated Faust module

2022-03-22 Thread Stéphane Letz
Euroack-block generated Faust module: https://github.com/ohmtech-rdi/eurorack-blocks and https://drive.google.com/file/d/1-4E6mFv0UC3QNtGRu1ij8duxlTE_9Et_/view Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] Granola

2022-03-19 Thread Stéphane Letz
> Le 19 mars 2022 à 11:04, Jean-Louis Paquelin a > écrit : > > Hello, > > Yesterday I had problems with the web IDE. The page crashed when I was > working on some pattern matching stuff. I first thought it was a server side > problem (as Chrome reported). But I finally discovered that it

[Faudiostream-users] Web Audio Conference 2022 Extended deadline CFP 15 April 2022 (plus one extra week)

2022-03-17 Thread Stéphane Letz
Web Audio Conference 2022 Call For Paper (updated with extended deadline, research papers, demos, posters, talks and performances are due April 15th, 2022, with one extra week to fine tune submissions) : https://easychair.org/cfp/WAC2022 The Conference Web site :

Re: [Faudiostream-users] Question re. Fauck and faust2ck

2022-03-14 Thread Stéphane Letz
-std=c++11 is probably missing in the C++ command line. Stéphane > Le 14 mars 2022 à 16:13, Daniel Chapiro a écrit : > > Thanks, Romain! In that case I'll stick to faust2ck for now. > However, for those who may want to use FaucK, I found a problems with > Faust.chug (I had posted it in the

[Faudiostream-users] GRAME and Faust accepted in Google Summer of Code !

2022-03-07 Thread Stéphane Letz
See: https://summerofcode.withgoogle.com/programs/2022/organizations in the « Programming Languages » section. We started a list of possible projects here: https://github.com/grame-cncm/faustideas/blob/master/README.md but we at GRAME can possibly mentor 1 or 2 projects only. Additional

[Faudiostream-users] Custom Eurorack modules using Faust & Eurorack-blocks!

2022-02-21 Thread Stéphane Letz
For developers working with the Daisy board: https://www.electro-smith.com, see this message from Raphael Dingé: https://forum.electro-smith.com/t/custom-eurorack-modules-using-faust-eurorack-blocks/2345 Stéphane ___ Faudiostream-users mailing list

  1   2   3   4   5   6   >