Re: [Faudiostream-users] Incorrect argument order with recursive composition and named parameters

2016-05-27 Thread jimbo1qaz
I first noticed buggy behavior in my original program on FaustLive-ubuntu-x86_64-2.43. I confirmed the incorrect routing using faust from Git, compiled a few weeks ago. To confirm the bug, ran the command "faust -svg file.dsp" to generate a flowchart. - The first two are routed correctly:

Re: [Faudiostream-users] Incorrect argument order with recursive composition and named parameters

2016-05-27 Thread Mykle Hansen
All three of those examples compile and open for me, and behave similarly, using FaustLive on Mac OS. What platform are you on, and what’s your compile path? -mykle- > On May 26, 2016, at 11:20 PM, jimbo1qaz wrote: > > Does anyone have any insights into this type of buggy

Re: [Faudiostream-users] FaustLive Windows MaxMSP export

2016-05-27 Thread Stéphane Letz
Nope… Stéphane > Le 27 mai 2016 à 15:07, alfonso santimone a > écrit : > > Hi guys, > FaustLive has an option for 64 bit .mxe64 export on Windows. > But the external exported is a .mxe for 32 bit Max. > Is Max 64 bit export functional on Windows? > many thanks >

[Faudiostream-users] FaustLive Windows MaxMSP export

2016-05-27 Thread alfonso santimone
Hi guys, FaustLive has an option for 64 bit .mxe64 export on Windows. But the external exported is a .mxe for 32 bit Max. Is Max 64 bit export functional on Windows? many thanks a. www.elgallorojorecords.com soundcloud.com/alfonsosantimone www.facebook.com/alfonsosantimone

Re: [Faudiostream-users] Faust to MaxMSP-Objects...signal input possible?

2016-05-27 Thread Lervik Olav
Sorry, my bad...solved itneeded a few more smoothing functions in the Faust code... Cheers Olav Sent from my iPad On 26.05.2016, at 16:34, Lervik Olav > wrote: Hey, for testing I have simplified one of the bowl-faust examples and compiled

Re: [Faudiostream-users] Incorrect argument order with recursive composition and named parameters

2016-05-27 Thread jimbo1qaz
Does anyone have any insights into this type of buggy behavior? Maybe I should look into the source code and write a bugfix myself? How easy is it for random users to make Git contributions on Sourceforge? Do you use pull requests, etc? Do you have a fixed list of contributors? Manage patches by