Re: [Faudiostream-users] Granola

2022-02-21 Thread Stéphane Letz
> Le 20 févr. 2022 à 19:03, Jean-Louis Paquelin a > écrit : > > btw, I tried to compile the code to OS X with the coreaudio-qt target > architecture. I got a functional program but without any label on the > controls. Did I missed something? > Thanks for sharing the example ! added in

Re: [Faudiostream-users] Granola

2022-02-21 Thread Stéphane Letz
> Le 20 févr. 2022 à 19:03, Jean-Louis Paquelin a > écrit : > > btw, I tried to compile the code to OS X with the coreaudio-qt target > architecture. I got a functional program but without any label on the > controls. Did I missed something? > Thanks for sharing the example ! added in

[Faudiostream-users] More than 100 projects on the "Powered With Faust" page: https://faust.grame.fr/community/made-with-faust

2022-02-15 Thread Stéphane Letz
___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] enable() ?

2022-02-12 Thread Stéphane Letz
The « enable » primitive was somewhat experimental and is not officially supported. The plan is to rebuilt it starting for a more primitive design based on the « on demand » specification : https://github.com/orlarey/faust-ondemand-spec/blob/newmaster/spec.pdf Stéphane > Le 11 févr. 2022 à

Re: [Faudiostream-users] enable() ?

2022-02-12 Thread Stéphane Letz
The « enable » primitive was somewhat experimental and is not officially supported. The plan is to rebuilt it starting for a more primitive design based on the « on demand » specification : https://github.com/orlarey/faust-ondemand-spec/blob/newmaster/spec.pdf Stéphane > Le 11 févr. 2022 à

Re: [Faudiostream-users] Continuously move from one waveform to another

2022-02-01 Thread Stéphane Letz
Hi Franceso, Probably feeding several rtable with the waveforms, then creating some kind of interpolation between all of them? Stéphane > Le 31 janv. 2022 à 17:22, francesco mulassano > a écrit : > > I would like to make an oscillator with multiple waveforms and have a control > (slider

Re: [Faudiostream-users] New user hello

2022-01-26 Thread Stéphane Letz
Hi Andy, Thanks for your interest in Faust ! I've sent you a direct invitation for the Faust Slack channel. Here is the public link in case: https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g And you can also reach the community on the Faust Audio Programmer

[Faudiostream-users] MIDI now working on FireFox Nightly, using some flags

2022-01-18 Thread Stéphane Letz
Can be tested in FaustIDE (faustide.grame.fr) of FaustEditor (fausteditor.grame.fr) Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Pattern matching question

2022-01-13 Thread Stéphane Letz
Note that your examples does the actual computation once per block. To test the CPU, its better to have lut1/lut2 runs each sample, using something like: process = _ <: (lut1 : hbargraph("B", 1, 5)) (lut2 : hbargraph("C", 1, 5)); Assuming you have installed faust locally, you can then use

Re: [Faudiostream-users] OSC support on M1

2022-01-10 Thread Stéphane Letz
> Le 10 janv. 2022 à 17:47, Alessandro Anatrini a écrit > : > > Hi everyone, > > I’m facing an issue when trying to compile a faust project that I exported as > jucer file via the faust2juce tool. > I’m on an M1 machine and the issue is related to OSC support. > Although the build succeeds

Re: [Faudiostream-users] new to the list + first question

2022-01-06 Thread Stéphane Letz
source and what not…) > > all best, > Sukandar > > >> On 5. Jan 2022, at 22:30, Stéphane Letz wrote: >> >> Use the latest faustgen-1.52-macosx.dmg here >> https://github.com/grame-cncm/faust/releases/tag/2.37.3 >> >> Stéphane >> >>>

Re: [Faudiostream-users] new to the list + first question

2022-01-05 Thread Stéphane Letz
Use the latest faustgen-1.52-macosx.dmg here https://github.com/grame-cncm/faust/releases/tag/2.37.3 Stéphane > Le 5 janv. 2022 à 22:14, Sukandar Kartadinata a écrit : > > Hello, > I’m new to this list and wanted to introduce myself briefly, as well as ask a > question about faustgen~. > >

Re: [Faudiostream-users] Problems with mephisto.lv2 on Arch

2021-12-14 Thread Stéphane Letz
I replied for part of the problem here https://github.com/OpenMusicKontrollers/mephisto.lv2/issues/6, but then I guess the mephisto.lv2 developer himself will have to chime in for the other questions. Stéphane > Le 14 déc. 2021 à 15:37, flechtwerk a écrit : > > I'm new to this list, so

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.

Re: [Faudiostream-users] Problem about FAUSTPy

2021-11-25 Thread Stéphane Letz
What are you using the faust2-debugtravis branch? Better use the « master-dev » or the « master » one. Stéphane > Le 25 nov. 2021 à 16:19, 佐藤佳希 a écrit : > > Hello! > > > Since I sent the email from the email address that is not on the mailing > list, I send this again. > > I am very

Re: [Faudiostream-users] Faust2Unity - Android not recognizing plugin

2021-11-22 Thread Stéphane Letz
AFAICS this is supposed to work, and we had two persons @Charley Lanusse and @Markus on Faust Slack channel having this working. I ‘ve sen you an invitation for the Faust Slack channel Stéphane > Le 21 nov. 2021 à 07:51, Rob Hamilton a écrit : > > Hi all, > > I spent a bit of time

Re: [Faudiostream-users] [EXT] Questions about Faust/Juce

2021-11-15 Thread Stéphane Letz
> Le 15 nov. 2021 à 20:54, Hanzhi Zhang a écrit : > > Dear Stéphane, > > Yes I am on macOS, and I am afraid all JUCE based components don’t work on > Logic. Have you asked on JUCE forum? Or Discord channel ? > > By the way are there any other ways to generate a .component file besides >

Re: [Faudiostream-users] Questions about Faust/Juce

2021-11-15 Thread Stéphane Letz
Are ou on macOS Could it be a security issue ? ? Do other JUCE base components work ? Stéphane > Le 15 nov. 2021 à 20:06, Hanzhi Zhang a écrit : > > Dear Faust users, > > Hi! I made a small plugin by Faust and exported it into Juce. I then built > the .component file and moved it to the

Re: [Faudiostream-users] Faust IDE questions

2021-11-15 Thread Stéphane Letz
> Le 15 nov. 2021 à 19:10, James Mckernon a écrit : > > Hi all, > > I have generally been a user of FaustLive but have just been looking > at the faust IDE, as I got it running locally for the first time. You mean as a PWA (https://fr.wikipedia.org/wiki/Progressive_web_app) or

Re: [Faudiostream-users] Is there a way to load a component with faustide?

2021-11-15 Thread Stéphane Letz
You can simply drag/drop a given file.dsp on the Faust IDE file zone (on the left), then use: somedspcode = component("file.dsp »); Stéphane > Le 15 nov. 2021 à 13:10, Alik Rustamoff a écrit : > > Hi! > I installed faustide locally on my computer and it generally looks working > nicely

Re: [Faudiostream-users] master_me as LV2 on a streaming server

2021-11-10 Thread Stéphane Letz
I don’t see anything special in the faust2lv2 script (https://github.com/grame-cncm/faust/blob/master-dev/tools/faust2appls/faust2lv2) that could explain that. In particular the CXXFLAGS variable seem pretty generic

Re: [Faudiostream-users] Unity mono vs. stereo with pm instruments

2021-11-01 Thread Stéphane Letz
This was a bug in the C# JSON parsing code. Fixed in https://github.com/grame-cncm/faust/commit/13778fb08299fba0c0ee334ac3a9ac69dad45dec So you can either test by recompiling Faust 2.37.5, or wait for the next deployment on the remote compilation service. Stéphane > Le 1 nov. 2021 à 14:15,

Re: [Faudiostream-users] Unity mono vs. stereo with pm instruments

2021-11-01 Thread Stéphane Letz
I started a «Faust and Unity » discussion here : https://github.com/grame-cncm/faust/discussions/671 hoping the discussion and content can be moving there, until we get enough content to create « Faust and Unity » tutorial? Stéphane > Le 1 nov. 2021 à 11:22, PARKER Martin a écrit : > > HI

Re: [Faudiostream-users] Unity mono vs. stereo with pm instruments

2021-11-01 Thread Stéphane Letz
; 12 Nicolson Square > Edinburgh, EH8 9DF > Scotland, UK > > map: > https://goo.gl/maps/trpjm55HiorwpreWA > > www.soundeducation.net > www.tinpark.com > > > > From: Stéphane Letz > Sent: 01 November 2021 11:15 > To: PARKER Martin > Cc: faudiostre

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

2021-10-29 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.37.3-rc2 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.7-rc1 to test

2021-10-25 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.7-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.37.3-rc1 to test

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

[Faudiostream-users] Opening the Faust bob API

2021-10-19 Thread Stéphane Letz
Hi All, We have opened the Faust box API, another intermediate step in the compilation chain. A detailed tutorial is available here: https://faustdoc.grame.fr/tutorials/box-api/. The code can be tested in the master-dev branch: https://github.com/grame-cncm/faust, version 2.37.1. Stéphane

Re: [Faudiostream-users] Would like separate .h and .cpp output rather than monolith

2021-10-11 Thread Stéphane Letz
d modify if there was more > "directory/application structure" to the resulting output. > > Thanks > Steven Kraninger > > On Mon, Oct 11, 2021 at 3:52 PM Stéphane Letz wrote: > What is the concrete problem you are facing ? > > Thanks. > > Stéphane > &

Re: [Faudiostream-users] Would like separate .h and .cpp output rather than monolith

2021-10-11 Thread Stéphane Letz
What is the concrete problem you are facing ? Thanks. Stéphane > Le 11 oct. 2021 à 21:59, Scott Tooby a écrit : > > Yes, +1. I'm interested in this too to make it easier to integrate FAUST > generated C++ code into JUCE or other C++ codebases. Similarly, I've noticed > only a single .cpp

[Faudiostream-users] Fwd: Would like separate .h and .cpp output rather than monolith

2021-10-11 Thread Stéphane Letz
Can you send a concrete example with a manually edited file, along with the original one ? Thanks. Stéphane > Début du message réexpédié : > > De: Steven Kraninger > Objet: [Faudiostream-users] Would like separate .h and .cpp output rather > than monolith > Date: 11 octobre 2021 à 21:37:41

[Faudiostream-users] Opening the Faust signal API

2021-10-06 Thread Stéphane Letz
Hi All, We have opened the Faust signal API, an intermediate step in the compilation chain. This allows new audio languages (textual or visual) to take profit of parts of the Faust compiler infrastructure. A detailed tutorial is available here: https://faustdoc.grame.fr/tutorials/signal-api/.

Re: [Faudiostream-users] JUCE code generation question

2021-10-01 Thread Stéphane Letz
Julius is right. Stéphane > Le 1 oct. 2021 à 03:15, Julius Smith a écrit : > > I believe the only difference between a struct and a class in C++ is that > class members are private by default. So, "class foo { public: ... " is > equivalent to "struct foo { ...", if I understand correctly.

[Faudiostream-users] PICO DSP Faust programmable card

2021-09-19 Thread Stéphane Letz
PICO DSP Faust programmable card funding goal has been reached, see: https://www.crowdsupply.com/ohmic/pico-dsp Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] variable saw

2021-09-17 Thread Stéphane Letz
Look at : https://faustlibraries.grame.fr/libs/oscillators/ Stéphane > Le 14 sept. 2021 à 19:28, Roger Pibernat a écrit : > > Hi, > > just starting with Faust, with quite a few years of SuperCollider behind my > back but no math background whatsoever. > > Is there such a thing as a

Re: [Faudiostream-users] interesting result

2021-09-07 Thread Stéphane Letz
See the answer on the GitHub page: By default the C++ compiler compiles for a "generic" CPU, where the LLVM backend is configurated to produce code for the "native" CPU (that one where the code will actually run). This usually explains this kind of differences. You can try to use -march=native

[Faudiostream-users] PICO DSP : An open-source, Arduino-compatible, ESP32-based audio development board

2021-08-23 Thread Stéphane Letz
A very interesting project to possibly help happen: https://www.crowdsupply.com/ohmic/pico-dsp Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] undef symbol

2021-08-21 Thread Stéphane Letz
Hi Victor, deleteDSPFactory is part of the API What is the precise context? Thanks. Stéphane > Le 21 août 2021 à 11:26, Victor Lazzarini a écrit : > > Hi Stéphane, > > In Ubuntu, I had reports about an undef symbol > > undefined symbol: _Z16deleteDSPFactoryP16llvm_dsp_factory) > > do

[Faudiostream-users] Faust GitHub discussions

2021-08-19 Thread Stéphane Letz
Faust GitHub Discussions started here : https://github.com/grame-cncm/faust/discussions Faust Libraries GitHub Discussions started here : https://github.com/grame-cncm/faustlibraries/discussions Stéphane ___ Faudiostream-users mailing list

Re: [Faudiostream-users] faustIDE audio droplet problem

2021-08-17 Thread Stéphane Letz
Do you have any log for that? Like looking at the Javascript console? Thanks. Stéphane > Le 17 août 2021 à 09:52, Klaus Scheuermann a écrit : > >> sometimes crashes the IDE. ___ Faudiostream-users mailing list

Re: [Faudiostream-users] building the faust lib from sources

2021-08-10 Thread Stéphane Letz
Hi Victor, See here: https://github.com/grame-cncm/faust/wiki/BuildingSimple, so for the simple way: git clone https://github.com/grame-cncm/faust.git cd faust make && sudo make install Stéphane > Le 10 août 2021 à 21:55, Victor Lazzarini a écrit : > > Someone asked me how to build the

Re: [Faudiostream-users] OSC Configure Ports

2021-07-24 Thread Stéphane Letz
Then start them with different input ports at runtime. Stéphane > Le 24 juil. 2021 à 11:09, Matt Comeione a écrit : > > I realize both of those settings. However if I’m building a stand alone > binary is there a way to configure that so it will statically assign the > listener? Use case is

Re: [Faudiostream-users] OSC Configure Ports

2021-07-24 Thread Stéphane Letz
Read the OSC documentation here: https://faustdoc.grame.fr/manual/osc/#osc-support Especially the "Automatic Port Allocation » section: https://faustdoc.grame.fr/manual/osc/#automatic-port-allocation And ports can possibly be selected also at runtime. Stéphane > Le 24 juil. 2021 à 09:57,

[Faudiostream-users] FaustLive 2.5.6 released

2021-07-21 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.6 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.33.1 released

2021-07-21 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.33.1 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] lufs loudness analyser

2021-07-20 Thread Stéphane Letz
* x); > 2. > > Regarding cpu-hunger, can you tell, which parts of master_me are eating up > most resources? > For instance, I am calling 'Lk2' four times of which three are the same... > does it matter? > > Klaus > > On 20.07.21 22:49, Stéphane Letz wrote: >> Th

Re: [Faudiostream-users] lufs loudness analyser

2021-07-20 Thread Stéphane Letz
> >> Thanks for sharing master_me! >> >> Your envelope looks safe because of the -70 dB lower limit. >> >> You might try running everything in double precision to see if that has any >> effect. >> >> - Julius >> >> On Tue

[Faudiostream-users] Faust 2.33.1-rc1 to test

2021-07-20 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.33.1-rc1 Please report any problem. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] lufs loudness analyser

2021-07-20 Thread Stéphane Letz
gt;>>>>>>> Is the bug in the meter or in the envelope? >>>>>>>>>>> Would you have a workaround for me to get on with the lufs analyser? >>>>>>>>>>> >>>>>>>>>>> Thanks, Klaus >>>

Re: [Faudiostream-users] Faust Based VST in KVR Contest

2021-07-19 Thread Stéphane Letz
Here is it : https://faust.grame.fr/community/made-with-faust/#echomatrix Stéphane > Le 19 juil. 2021 à 17:11, Steven Kraninger a écrit : > > Please do! > > On Mon, Jul 19, 2021 at 10:08 AM Stéphane Letz wrote: > Great ! > > Can I possibly add the project in the «

Re: [Faudiostream-users] Faust Based VST in KVR Contest

2021-07-19 Thread Stéphane Letz
Great ! Can I possibly add the project in the « Made With Faust » page https://faust.grame.fr/community/made-with-faust/ ? Thanks. Stéphane > Le 19 juil. 2021 à 16:59, Steven Kraninger a écrit : > > All, > > Entered a Faust based VST called EchoMatrix into the KVR 2021 developer >

Re: [Faudiostream-users] lufs loudness analyser

2021-07-13 Thread Stéphane Letz
= no.noise * gain; > gain = hslider("Gain [unit:dB]",-70,-70,0,0.1) : ba.db2linear; > level = ba.linear2db : *(0.5); > process = sig <: level(zi) , level(zi_leaky) , level(zi_lp); > > Ciao, > Dr Dario Sanfilippo > http://dariosanfilippo.com > > > On Thu, 8 Jul

Re: [Faudiostream-users] Moving the Faust lists on a more permissive environment, or increasing the bytes limit.

2021-07-11 Thread Stéphane Letz
I’ve just raised the size limit to 999 KB, which the the biggest value that the mailman system allows. Stéphane > Le 11 juil. 2021 à 12:02, Dario Sanfilippo a > écrit : > > Hi, list. > > Even without images, which sometimes would be great to just be able to attach > rather than putting

Re: [Faudiostream-users] lufs loudness analyser

2021-07-10 Thread Stéphane Letz
> Le 10 juil. 2021 à 14:47, Juan Carlos Blancas a écrit : > > Klaus, I’m using Atom+FaustLive, Max and SC to do the tests, but I get the > same crash as you with faustide/editor. > https://www.dropbox.com/s/blwtwao7j317db0/test.mov?dl=0 There is indeed a general issue across all FIR base

Re: [Faudiostream-users] lufs loudness analyser

2021-07-07 Thread Stéphane Letz
Using which architecture? Thanks. Stéphane > Le 7 juil. 2021 à 23:34, Julius Smith a écrit : > > Hmmm, this test points to a hbargraph gating behavior in its display only, > although I did not run it for a long time: > > import("stdfaust.lib"); > Tg = 0.4; > zi = an.ms_envelope_rect(Tg); >

Re: [Faudiostream-users] lufs loudness analyser

2021-07-07 Thread Stéphane Letz
« hargraph seems to have some kind of a gate in it that kicks in around -35 dB. » humm…. hargraph/vbargrah only keep the last value of their written FAUSTFLOAT* zone, so once per block, without any processing of course… Have you looked at the produce C++ code? Stéphane > Le 7 juil. 2021 à

Re: [Faudiostream-users] lufs loudness analyser

2021-07-05 Thread Stéphane Letz
> > What does the '!' do? > Never too late to have a look at the Faust syntax documentation ((-;, see https://faustdoc.grame.fr/manual/syntax/#cut-primitive for the ‘!’ symbol. Stéphane ___ Faudiostream-users mailing list

[Faudiostream-users] FausGen: dynamic compilation in Supercollider [WIP]

2021-06-26 Thread Stéphane Letz
Interesting FaustGen project to follow: dynamic compilation in Supercollider: https://scsynth.org/t/wip-faustgen-a-ugen-for-interpreting-faust-code/4029 Stephane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

[Faudiostream-users] Using Faust in Julia

2021-06-23 Thread Stéphane Letz
Using Faust in Julia, see: https://faustdoc.grame.fr/manual/architectures/#julia-tools Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] how to compile portable plugins

2021-06-21 Thread Stéphane Letz
You can possibly drive the online compiler, see the documentation here : https://faustdoc.grame.fr/manual/remote/ Stéphane > Le 20 juin 2021 à 14:56, Alik Rustamoff a écrit : > > Hi! I usually compile plugins as lv2. > And these only work on the machine they compiled on. > I use faust2lv2

Re: [Faudiostream-users] faust in pipes or libav

2021-06-18 Thread Stéphane Letz
1) I guess libav is https://libav.org/about/ and I understand that some filters are developed and compiled inside: https://libav.org/documentation/libavfilter.html#Audio-Filters. Then adding Faust support would mean developing a new architecture file (see

Re: [Faudiostream-users] Which all-pass block to use for spring reverb "chirps"?

2021-06-10 Thread Stéphane Letz
BTW : Julian Parker reverbs have been recently added in reverbs.lib https://github.com/grame-cncm/faustlibraries/blob/master/reverbs.lib#L541 https://github.com/grame-cncm/faustlibraries/blob/master/reverbs.lib#L573 https://github.com/grame-cncm/faustlibraries/blob/master/reverbs.lib#L597

Re: [Faudiostream-users] Which all-pass block to use for spring reverb "chirps"?

2021-06-10 Thread Stéphane Letz
Should we add allpass_comb_stretched somewhere in the librairies ? What you think Julius ? Stéphane > Le 9 juin 2021 à 18:14, Gary Worsham a écrit : > > Thanks Julius! > > I also found a Faust definition of a stretched all pass in this reverb > published by Julian Parker in 2013. What's

Re: [Faudiostream-users] Which all-pass block to use for spring reverb "chirps"?

2021-06-03 Thread Stéphane Letz
Julian Parker (and Till Bovermann) JPverb and Greyhole reverbs the recently aded to the Faust libraries, see: https://faustlibraries.grame.fr/libs/reverbs/#jpverb-and-greyhole-reverbs Stéphane > Le 1 juin 2021 à 16:22, Gary Worsham a écrit : > > Hi Julius, > > I made a brave attempt to

Re: [Faudiostream-users] FaustIDE to SC

2021-05-25 Thread Stéphane Letz
The Faust online compiler has been fixed with the -noprefix option. Stéphane > Le 23 mai 2021 à 21:15, Sam Pluta a écrit : > > On the SC list, all votes came back to get rid of the prefix. > > thanks! > > Sam > >> On May 21, 2021, at 1:15 PM, Stéphane Le

Re: [Faudiostream-users] FaustIDE to SC

2021-05-21 Thread Stéphane Letz
It makes the UGen names > overly verbose, and, if one desires, one can still always name the UGen that > way manually by just naming the file accordingly. > > Sam > >> On May 21, 2021, at 12:48 PM, Stéphane Letz wrote: >> >> The Faust Web IDE interact with the

Re: [Faudiostream-users] FaustIDE to SC

2021-05-21 Thread Stéphane Letz
The Faust Web IDE interact with the « faustservice » (https://github.com/grame-cncm/faustservice), a set of predefined Makefiles that trigger the faust2xx tools installed on the remove compilation machines. So this system is not fully flexible yet. - do you think we should correct the

Re: [Faudiostream-users] Fail to use Faust plugins for Unity Android: DllNotFoundException

2021-05-16 Thread Stéphane Letz
I remember something similar which was fixed I think. Which Faust version are you using ? Possibly also ask the question on Faust Slack: https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g Stéphane > Le 17 mai 2021 à 07:48, Alberto Boem a écrit : > > Dear

[Faudiostream-users] Learning Faust ? (link was missing)

2021-05-16 Thread Stéphane Letz
Hi all, We have a page with a list of all places in the world where you can learn Faust: https://github.com/grame-cncm/faustwebsite/blob/master/mkdocs/docs/community/learning.md People teaching Faust ? This is your chance to contribute, but editing en completing the page, with a short

[Faudiostream-users] Learning Faust ?

2021-05-16 Thread Stéphane Letz
Hi all, People teaching Faust ? This is your chance to contribute, but editing en completing the page, with a short presentation of your background as a teacher, description of courses, or workshop, or anything related to teaching Faust, and then doing a Pull Request (see

[Faudiostream-users] Contributing to the community Faust libraries page

2021-05-15 Thread Stéphane Letz
Hi all, A new page has been started to allow library developers to describe their work, so that we can follow externally developed Faust libraries. Feel free to edit the page here and submit a pull-request: https://github.com/grame-cncm/faustlibraries/blob/master/doc/docs/community.md

Re: [Faudiostream-users] random value

2021-05-06 Thread Stéphane Letz
> > The foreign function approach works well, but only for compiling to c > targets; I believe that when compiling to llvm, foreign functions are > not available. (Perhaps someone could correct me if I'm wrong.) This > includes faustlive, and perhaps the faust IDE (does this use llvm? I > know

[Faudiostream-users] Fwd: [Faudiostream-devel] FARM : ACM Workshop on Functional Art, Music, Modelling and Design - Last Call for Papers, Demos, and Performances ==> une question

2021-05-04 Thread Stéphane Letz
> > Registration is still required. > > We're probably looking at a similar situation to last year: > > > > Registration for ICFP 2020 ranged between free (for ACM-member > > students) and $100 (for non-ACM member non-students), and I'm guessing > > that will be much the same this year. Last

[Faudiostream-users] FARM : ACM Workshop on Functional Art, Music, Modelling and Design - Last Call for Papers, Demos, and Performances

2021-05-04 Thread Stéphane Letz
Subject: ACM Workshop on Functional Art, Music, Modelling and Design - Last Call for Papers, Demos, and Performances Less than 2 weeks to go! === 7th ACM SIGPLAN International Workshop on

Re: [Faudiostream-users] Plugins in Carla

2021-05-04 Thread Stéphane Letz
There is work-in progress for a VST plugin for live-coding effects in the Faust programming language, see https://github.com/glocq/Amati, developed by Grégoire Locqueville This may be interesting to contribute to this project. Stéphane > Le 4 mai 2021 à 01:18, Florian Hülsmann a écrit : >

Re: [Faudiostream-users] Inputs as arguments

2021-05-01 Thread Stéphane Letz
> Le 1 mai 2021 à 18:37, Oleg Nesterov a écrit : > > Hi Dario, > > I can't answer authoritatively, but nobody else bothered to reply and > I hate the fact this list has a lot of unanswered technical questions. > > Add Stephane. > > On 04/25, Dario Sanfilippo wrote: >> >> Hello, list. >>

Re: [Faudiostream-users] Interpreter backend crashes when dividing by zero

2021-04-19 Thread Stéphane Letz
RT_process_effect2 (outputs=0x7fff768f3540, > inputs=0x7fff768f23c0, num_frames=64, time=, > data=0x6220002dd900) >at audio/Faust_plugins_template2.cpp:547 > > > > > > > On Mon, Apr 19, 2021 at 7:24 PM Stéphane Letz wrote: >> >> This is a the kind of problematic

Re: [Faudiostream-users] Interpreter backend crashes when dividing by zero

2021-04-19 Thread Stéphane Letz
This is a the kind of problematic code that the compiler does not correctly handle in a perfect way. More info here: https://faustdoc.grame.fr/manual/faq/#produced-nan-or-infinity-values-and-table-access Stéphane > Le 19 avr. 2021 à 19:10, Kjetil Matheussen a écrit > : > > Hi, > > I don't

Re: [Faudiostream-users] Problem when compiling

2021-04-19 Thread Stéphane Letz
You’ll have to install the Max SDK on your machine and possibly configure the SDK patch see Configuration section here: https://github.com/grame-cncm/faust/tree/master-dev/architecture/max-msp Stéphane > Le 18 avr. 2021 à 21:58, bonardi a écrit : > > Hello Faust friends, > > As I would

Re: [Faudiostream-users] LLVM versions?

2021-04-16 Thread Stéphane Letz
OK please do that, thanks Stéphane > Le 16 avr. 2021 à 10:03, M. Edward (Ed) Borasky a écrit : > > I can't fix them but I can capture logs and open an issue - the whole > process is scripted and reproducible. > > On Fri, Apr 16, 2021 at 12:33 AM Stéphane Letz wrote: >

Re: [Faudiostream-users] LLVM versions?

2021-04-16 Thread Stéphane Letz
On macOS we can use LLVM from 8.0 to 12.0 (using macports: https://www.macports.org). LLVM 11.1.0 is actually working. What are the specific problems you have on arm64 ? Can you fix them and prepare pull-request? Thanks. Stéphane > Le 16 avr. 2021 à 00:41, M. Edward (Ed) Borasky a écrit :

[Faudiostream-users] Experimental faust2audiokit

2021-03-22 Thread Stéphane Letz
Experimental faust2audiokit script: https://github.com/grame-cncm/faust/tree/master-dev/architecture/audiokit Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

[Faudiostream-users] DISTRHO plugins using Faust

2021-03-22 Thread Stéphane Letz
DPF - DISTRHO Plugin Framework: https://github.com/DISTRHO/DPF DPF is designed to make development of new plugins an easy and enjoyable task. It allows developers to create plugins with custom UIs using a simple C++ API. The framework facilitates exporting various different plugin formats from

Re: [Faudiostream-users] [faudiostream:discussion] How to pass a string of characters as an argument of a function?

2021-03-21 Thread Stéphane Letz
Look at: https://faustdoc.grame.fr/manual/syntax/#variable-parts-of-a-label Stéphane > Le 18 mars 2021 à 12:54, tomatoketchup > a écrit : > > Hello, > Let's say I have the following function: > `function(name) = hslider("%name",0,0,1,0.01);` > I want to pass a string as an argument to label

[Faudiostream-users] Csharp backend contributed by Mike Oliphant

2021-03-19 Thread Stéphane Letz
Committed in master-dev branch: https://github.com/grame-cncm/faust/commits/master-dev Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] faust/gui/JSONUI.h' file not found error with code downloaded from faustide online

2021-02-24 Thread Stéphane Letz
I see that the generated project if not self-contained. Fo now, you’ll have to install the Faust source code from here: https://github.com/grame-cncm/faust, possibly using the Release https://github.com/grame-cncm/faust/releases Stéphane > Le 24 févr. 2021 à 21:43, Dave Casey a écrit : >

Re: [Faudiostream-users] Faust, Big Sur, Macbook M1 CPU, RME Babyface

2021-02-18 Thread Stéphane Letz
And I also added codesign for a bunch of other faust2xx tools on macOS and will continue to complete . Stéphane > Le 18 févr. 2021 à 12:28, Dario Sanfilippo a > écrit : > > Dear Julius and all, > > we got CAQt apps working after fixing the native flag and a codesign issue; > see the

Re: [Faudiostream-users] [Faudiostream-devel] Documentation on architectures files

2021-02-13 Thread Stéphane Letz
> Le 8 févr. 2021 à 19:37, pdowling a écrit : > > i just want to second that this is great documentation, thanks. > > ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] A tigerlake issue

2021-02-13 Thread Stéphane Letz
> > Ubuntu 20.04.2 LTS and > > Linux Kernel 5.9.16-050916-lowlatency #202012211331 SMP PREEMPT > > c++/gcc version 9.3.0 > > cmake version 3.16.3 > > > Anything else that could be of importantance? > > > Thanks, > > Oliver > > > On

Re: [Faudiostream-users] When do int or float numerical entries make a difference?

2021-02-12 Thread Stéphane Letz
> > [1] https://faustdoc.grame.fr/manual/syntax/#numbers > > > > >> On 8. Feb 2021, at 19:33, Stéphane Letz wrote: >> >> The ‘pow' operation computed on integer arguments was indeed incorrect at >> compile time. Should be fixed in 2.30.12 version on

Re: [Faudiostream-users] A tigerlake issue

2021-02-12 Thread Stéphane Letz
Could it be a C++ compiler version ? Is it the Xcode installed one? Stéphane > Le 12 févr. 2021 à 18:18, Moss Mose a écrit : > > Hi guys, > > I ran into a problem today. I have a new machine with an i5 11th gen > (tigerlake). Tried to compile some dsp-apps for supercollider today (with >

[Faudiostream-users] Create modules for Synthspace in Faust

2021-02-12 Thread Stéphane Letz
Synthspace Audio Layer, so users can start developing their own modules for Synthspace either in C# or via Faust! https://github.com/brightlightrx/synthspace-audio-layer Stéphane ___ Faudiostream-users mailing list

Re: [Faudiostream-users] When do int or float numerical entries make a difference?

2021-02-08 Thread Stéphane Letz
time.. Guys if you can recrut an army of compiler competent developers, we would be interested… In the meantime having an extensive list of all the issues you have discovered can help ! Thanks. Stéphane > Le 8 févr. 2021 à 20:42, Oleg Nesterov a écrit : > > On 02/08, Stéphane L

Re: [Faudiostream-users] When do int or float numerical entries make a difference?

2021-02-08 Thread Stéphane Letz
The ‘pow' operation computed on integer arguments was indeed incorrect at compile time. Should be fixed in 2.30.12 version on master-dev. The documentation has been completed for numbers: https://faustdoc.grame.fr/manual/syntax/#numbers Stéphane > Le 8 févr. 2021 à 00:11, Dario Sanfilippo

Re: [Faudiostream-users] uninstall

2021-02-03 Thread Stéphane Letz
« make install » will indeed overwrite the appropriate files. Stéphane > Le 4 févr. 2021 à 00:17, Bob Bobsled a écrit : > > Hi, > I followed the instructions, here, for building on linux fedora: > https://github.com/grame-cncm/faust/wiki/BuildingSimple > > I'm trying to run make uninstall

[Faudiostream-users] Documentation on architectures files

2021-02-03 Thread Stéphane Letz
Hi all, Never too late, an extensive documentation on architecture files is now published: https://faustdoc.grame.fr/manual/architectures/ Feedback welcome: parts still not so clear, missing explanations, typos... Stéphane ___ Faudiostream-users

Re: [Faudiostream-users] Different input and output devices in CAQt applications

2021-02-01 Thread Stéphane Letz
Hi Dario, In CAQt the CoreAudio driver can only access the so-called « default device » of the machine, which is typically configured using the Audi Midi Setup tool. Then since several versions of OSX back, audio devices for input as output are physically separated, and have to be combined

Re: [Faudiostream-users] What am I missing?

2021-01-29 Thread Stéphane Letz
Hi Bruce, The target you are using produces a single C file that is not self-contained and has to be included in a larger project to be usable. If you want to directly produce a standalone application from the Faust Web IDE, you have a large choice; depending of the OS you are targeting, like

Re: [Faudiostream-users] Faust, Big Sur, Macbook M1 CPU, RME Babyface

2021-01-23 Thread Stéphane Letz
Good to know (we don’t have a M1 Mac Big Sur 11.1 yet). What do you mean by « apart from having to whitelist modules after exporting them » ? Thanks. Stéphane > Le 24 janv. 2021 à 01:02, s...@ethnographer.ca a écrit : > > I’ve used Faust on my M1 Mac (Big Sur 11.1) without too many problems

[Faudiostream-users] Faust 2.30.5 release

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

<    1   2   3   4   5   6   >