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 <jimbo1...@gmail.com> wrote:
> 
> 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 email?
> 
> (joke) Faust is a very appropriate name for this language. Using Faust is 
> like dealing with the devil.
> 
> On Sun, May 22, 2016 at 3:19 AM, jimbo1qaz <jimbo1...@gmail.com> wrote:
> I found another problem, this time with split composition. The problem here 
> is that I don't have a clean workaround. Make sure to uncomment one line 
> only. Then run "faust -svg" to view the results.
> 
> Why does it seem like function calls and named arguments are horribly buggy? 
> Are those mostly untested, and not considered "idiomatic" Faust?... Does 
> Faust even have idioms, given how obscure the language is?
> 
> import("music.lib");
> 
> // WORKS
> // fir_delay(i, val) = i+val;
> 
> // WORKS
> // fir_delay(i, val) = delay(32, i, val);
> 
> // DOESN'T
> // fir_delay(i, val) = fdelay(32, i, val);
> 
> 
> process = _ <: par(i, 2,
>     fir_delay(3-i, _)
> );
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. 
> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to