Re: [Faudiostream-users] Compiling W64 VST

2020-07-21 Thread Stéphane Letz
> Le 22 juil. 2020 à 01:33, João Davi Stefanello > a écrit : > > Allright, with the boost library I could create an .lv2 extension... > But is it in ARM 32 bit format? Because I had the same problem with the .lv2 > created on web IDE. I don't think ARM 32 bit comes in the picture. Like mos

Re: [Faudiostream-users] Compiling W64 VST

2020-07-21 Thread João Davi Stefanello
Allright, with the boost library I could create an .lv2 extension... But is it in ARM 32 bit format? Because I had the same problem with the .lv2 created on web IDE. When I load it in Zynthian Software my plugin appears, but doesn't work, actually it got stuck on MIDI channel selection. I was advis

Re: [Faudiostream-users] Call for proposals for the International Faust Conference IFC-20. Deadline: August 31st

2020-07-21 Thread francesco mulassano
Hi All! For workshop and tutorial is the procedure the same or should it be proposed in another form? Thanks Il giorno mar 21 lug 2020 alle ore 15:19 Alain Bonardi < alain.bona...@gmail.com> ha scritto: > [apologies for multiple postings] > Dear members of the list, > > The International Faust C

[Faudiostream-users] [CORRECTION] FaustLive 2.5.4 pre-release to test

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

[Faudiostream-users] Using Faust in the VCV Rack and VCV Prototype

2020-07-21 Thread Stéphane Letz
Hi all, The VCV Rack project is a software simulation of modular synthesis (see https://vcvrack.com) with an active and vibrant community ! There is an interesting project to use Faust to generate models for this software, see Martin Zuther ProtoFaust here: https://github.com/mzuther/ProtoFaus

[Faudiostream-users] Faust 2.27.1 pre-release to test

2020-07-21 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 2.5.4 pre-release to test

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

[Faudiostream-users] Call for proposals for the International Faust Conference IFC-20. Deadline: August 31st

2020-07-21 Thread Alain Bonardi
[apologies for multiple postings] Dear members of the list, The International Faust Conference IFC-20 accepts proposals of papers, round tables, music pieces and installations, workshops, demonstrations and tutorials until August 31st. We wish you a pleasant summer. Best, The IFC20 team *CALL

Re: [Faudiostream-users] Customizing envelopes

2020-07-21 Thread Julius Smith
Hi Marcel, To convert a gate signal g to an impulsive trigger t, as expected by en.are, you can say t = g-g'>0; // comparison to 0 not needed in this particular case It would be straightforward to extend the logic of en.arfe for more segments. Cheers, Julius On Tue, Jul 21, 2020 at 5:54 AM Ma

[Faudiostream-users] Customizing envelopes

2020-07-21 Thread Marcel Windys
Hi I would like to make an envelope for a percussive sound, but with exponential segments. Which envelope should I use? When I use en.are amplitude stays on the same level as long as trigger value is equal to one. Is there a way to make fully customizable envelopes in faust? With any number of se

[Faudiostream-users] taus88 implementation in faust — need for unsigned int implementation

2020-07-21 Thread Till Bovermann
Dear list, I ported the taus88[0] implementation by JMC from supercollider [1] to faust: https://gist.github.com/LFSaw/c632b0c077e00ad67b8ba08607a0f46b the difficulty here is that the algorithm relies heavily on binary-shifts of unsigned integers which is, due to faust limitations (only signed