[Faudiostream-users] Recurrence evaluation question

2017-10-07 Thread Pierre Lecomte
Hello, I'm wondering how works faust internal evaluation with recurrence formulas and if there is a way to optimize it in the context where all the terms of the recurrence are asked. Let me explain by an example: Let's have this pattern matching function: f(0,x) = x; f(n,x) = alpha*f(n-1,x);

[Faudiostream-users] using faust online compiler with a script

2016-09-27 Thread Pierre Lecomte
Hello, I'm wondering if it is possible to use faust online compiler with a script (php) : the script could send the .dsp file, set the compilation parameters and download back the executable file. I was thinking doing that with HTTP requests... is there any help with that somewhere ? It looks

Re: [Faudiostream-users] 'inf' was not declared in this scope

2016-09-26 Thread Pierre Lecomte
> > - Julius > > > > On Fri, Sep 23, 2016 at 7:26 AM, Stéphane Letz <l...@grame.fr> wrote: > > > The generated C++ code is incorrect (see this "(inf.0f * > > >

[Faudiostream-users] 'inf' was not declared in this scope

2016-09-23 Thread Pierre Lecomte
Hello, Could you help me to understand this compilation error : test.dsp import("stdfaust.lib"); process=(_*cos(1/2*ma.PI)^3,_,_*cos(-1/2*ma.PI)^3):>_; fasut2jaqt test.dsp test.cpp: In member function ‘virtual void mydsp::compute(int, float**, float**)’: test.cpp:12805:39: error: ‘inf’ was

Re: [Faudiostream-users] osc compilation issue

2016-09-21 Thread Pierre Lecomte
Hello, > Probably « yet another lib++/libstdc++ or c++11 » related compilation issue > : which OS X version? which Xcode/clang versions? Linux Ubuntu 16.04 clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final) Thanks. Pierre > Thanks. > > Stéphane > > > Le 20 se

Re: [Faudiostream-users] Redefinitions of symbol

2016-09-16 Thread Pierre Lecomte
lib were spread in > the new libraries. If you're looking for a specific function, do a search > in http://faust.grame.fr/library.html to know in which library it is now. > > Cheers, > > Romain > > On Fri, Sep 16, 2016 at 12:35 PM, Pierre Lecomte <pierre.leco...@gadz.org&g

[Faudiostream-users] Redefinitions of symbol

2016-09-16 Thread Pierre Lecomte
Hello, I'm having some trouble to compile my code with the recent commits from master git branch When I use libraries with redefinitions problem, I've got this kind of message at the compilation : test.dsp: import("music.lib"); process=_; faust2jaqt test.dsp : math.lib:507: ERROR:

Re: [Faudiostream-users] Inputs outputs composition

2016-06-16 Thread Pierre Lecomte
That was it, Thank you ! Pierre > Hi Pierre, > > You're looking for: > interleave(3,2) > > Cheers, > Bart > > On Thu, Jun 16, 2016 at 11:33:50AM -0400, Pierre Lecomte wrote: > >Hello, > > > >I'm wondering if it's possible to do some merge

[Faudiostream-users] Inputs outputs composition

2016-06-16 Thread Pierre Lecomte
Hello, I'm wondering if it's possible to do some merge or split composition between A and B when the numbers of outputs of A is equal to number of inputs of B For example : A has (2*3 = 6 outputs) and B has (3*2) = 6 inputs When I do A<:B, or A>:B or A:B I've got this connection diagram A(0)

Re: [Faudiostream-users] faust2 compilation error

2016-06-15 Thread Pierre Lecomte
I confirm ! Thank you Pierre > Should be fixed. > > > Le 15 juin 2016 à 16:24, Pierre Lecomte <pierre.leco...@gadz.org> a écrit > > : > > > > Thanks for the fix, the compilation goes further but doesn't end yet : > > > > http://pastebin.com/

[Faudiostream-users] faust2 compilation error

2016-06-14 Thread Pierre Lecomte
I'm unable to compile the last faust2 commit Here is the log http://pasted.co/fe2b0f12 Thank you for your help ! Pierre -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an

Re: [Faudiostream-users] Variable type and pattern matching problem

2016-06-14 Thread Pierre Lecomte
n(5,slider):_ ? Pierre > Hi Pierre, > > Pattern matching occurs at compile time while the slider can only change at > run time. Take a look at the new selectn() function in math.lib for > selecting among various cases at run time. > > Cheers, > - Julius > > On Tue

[Faudiostream-users] Variable type and pattern matching problem

2016-06-14 Thread Pierre Lecomte
Hello, I'm having some trouble with pattern matching and variable type : // Let's say I've a slider which I wish output Integer values : slider=int(hslider("",1,1,3,1)); // Now my pattern matching rule in a right order (specific rules first, general rule last) f(1)= 1; f(2)= 7; f(3) = 2.25;

[Faudiostream-users] Symmetric array

2016-05-16 Thread Pierre Lecomte
darray(2,1) = readarray(1,2); ... but there should be a different way I guess. Thank your for your help or suggestions. Pierre Lecomte -- Mobile security can be enabling, not merely restricting. Employees who bring their o

[Faudiostream-users] Faustlive compilation error

2016-01-14 Thread Pierre Lecomte
Hello, I'm trying to compile Faustlive on my system (ubuntu linux) from the git repository, but without success : http://pastebin.com/aCwwitQ4 I think it's with rtmidi... Thanks for your help Pierre -- Site24x7 APM

[Faudiostream-users] faust compilation problem

2016-01-09 Thread Pierre Lecomte
dependency but I don't know what flag to add when I exectute the command $ make Any help ? Pierre Lecomte -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App

[Faudiostream-users] osc aliases

2016-01-09 Thread Pierre Lecomte
Hello, I'm a bit confused with the use of osc aliases in Faust : Let's say i've a slider in code hslider("volume",0,-5,5,0,0.1); when I run $ oscsend localhost 5510 "/*" s get I see it but the osc adress is very long : /the/osc/adress/is/very/long/volume fff 0. -5. 5. So I try to

[Faudiostream-users] Controlers names

2014-12-06 Thread Pierre Lecomte
+1) doesn't work.. Any help ? Thank you, Pierre Lecomte -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity

Re: [Faudiostream-users] Numerical problems

2014-10-20 Thread Pierre Lecomte
,-0.03125,0,0.031 25,0.0505636,0.03125,-0.0193136,-0.0460428,-0.0460428,-0.0193136); process = matrix(32,25); //process=matrixtest2(32,25); Thanks for your help Pierre Lecomte PhD student -- Comprehensive Server

Re: [Faudiostream-users] Matrix multiplication

2014-10-10 Thread Pierre Lecomte
, 2014 at 8:12 AM, Pierre Lecomte pierre.leco...@gadz.org wrote: Hello, I would like to know if there is a easy-way to perform matrix multiplication in FAUST : More precisely, I would like to multiply N input audio streams by a constant matrix (M x N) to obtain M output audio