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

2023-06-08 Thread Brandon Hale
Wow, this is amazing. A big thank you to Johan Philippe, this is going to help out my workplace tremendously! Brandon Hale On 6/8/23 02:04, Stéphane Letz wrote: Hi People, JSFX is the scripting language included in the Reaper DAW: https://www.reaper.fm/sdk/js/js.php Contributed by Johan

Re: [Faudiostream-users] Plugins in Carla

2021-05-03 Thread Brandon Hale
Oh, this already exists? That's sweet, thank you for letting me know about this. I didn't realize what I wanted was already a plugin. Brandon Hale On 5/3/21 7:18 PM, Florian Hülsmann wrote: Of course! I forgot about this option: Mephisto.lv2 is a Faust JIT compiler in an LV2 plugin. A bit

Re: [Faudiostream-users] Plugins in Carla

2021-05-03 Thread Brandon Hale
I would take it one step further and say a plugin that you can load into any DAW that compiles on the fly would be awesome. I want the faust compiler that is in the Radium music editor as a standalone plugin to use in all of my other DAWs. Brandon Hale On 5/3/21 5:31 PM, Florian Hülsmann

[Faudiostream-users] Compiling vsts on macos

2020-11-03 Thread Brandon Hale
properly? Thank you for all of your help, Brandon Hale ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Getting Graphical Elements into groups

2020-10-29 Thread Brandon Hale
%3i",0,0,0.9,0.01)); echo(i) = +~((de.sdelay(262144,1024,echoDuration(i)*ma.SR)*feedback(i))); Cheers, Julius On Thu, Oct 29, 2020 at 8:54 AM Brandon Hale mailto:bthaleproducti...@gmail.com>> wrote: Hello all again, I am still working on my plugin for a big multichann

[Faudiostream-users] Getting Graphical Elements into groups

2020-10-29 Thread Brandon Hale
Hello all again, I am still working on my plugin for a big multichannel delay line system. I have two sliders that relate to the delay line: delay (in time, variable echoDuration), and feedback (in amplitude, for the moment, variable feedback). I use par to duplicate the delay line. I really

Re: [Faudiostream-users] How to use par() to Duplicate DSP AND Sliders

2020-10-23 Thread Brandon Hale
10 Slider 100 Slider 101 Slider 102 Basically numbered left to right, almost like binary. Why is that? On 10/23/20 12:31 PM, James Mckernon wrote: On 10/23/20, Brandon Hale wrote: Thanks Julius! Using i like that makes a lot of sense. I had no idea you could substitute it like that. What does t

Re: [Faudiostream-users] How to use par() to Duplicate DSP AND Sliders

2020-10-23 Thread Brandon Hale
Thanks Julius! Using i like that makes a lot of sense. I had no idea you could substitute it like that. What does the %03i mean and how does that work? Brandon Hale On 10/23/20 12:00 PM, Julius Smith wrote: Hi Brandon, You want to use pattern-matching, something like feedback(i) = hslider

[Faudiostream-users] How to use par() to Duplicate DSP AND Sliders

2020-10-23 Thread Brandon Hale
t I am not 100% sure how that works. Is that the secret to crack this code? Thank you so much for any help you can provide, Brandon Hale ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users