Re: [Faudiostream-users] FOF in faust

2016-10-09 Thread Bart Brouns
On 9 okt. 2016, at 07:18, Michael Olsen wrote: > I've finally got my FOF code up online. Thats great news, thanks! Cheers, Bart -- Check out the vibrant tech community on one of the world's most engaging tech sites, S

Re: [Faudiostream-users] FOF in faust

2016-10-09 Thread Romain Michon
Hey Mike, Do you think I could add these to the Faust libraries? I guess we could create a fof.lib and put "fofDemo" in demo.lib. We can talk about it at some point this week... Cheers, Romain On Sat, Oct 8, 2016 at 10:18 PM, Michael Olsen wrote: > Hey Bart, > > After much delay (it was a bus

Re: [Faudiostream-users] FOF in faust

2016-05-24 Thread Bart Brouns
Hi Mike, Great! Looking forward to it! Cheers, Bart. On 24 mei 2016, at 07:00, Michael Olsen wrote: > Hi Bart, > > Romain was actually referring to a new algorithm that I've been working on. > I'm in the process of finishing it up but as soon as I have everything up on > github, I'll send t

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Bart Brouns
On 23 mei 2016, at 12:08, Stéphane Letz wrote: > >>> Yes sound is normally working. >> >> Thanks. >> Just to make sure we're not miscommunicating: you get sound when compiling >> with faust 2 - sch? >> >> Cheers, >> Bart. > > Yes on OSX. So my question is : does -sch mode correctly works w

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Stéphane Letz
>> Yes sound is normally working. > > Thanks. > Just to make sure we're not miscommunicating: you get sound when compiling > with faust 2 - sch? > > Cheers, > Bart. > Yes on OSX. So my question is : does -sch mode correctly works with other DSP on Linux? Can you test that? Thanks. Stéphan

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Bart Brouns
On 23 mei 2016, at 08:47, Stéphane Letz wrote: > >> Le 22 mai 2016 à 16:37, Bart Brouns a écrit : >> >> Hi Stéphane, >> >> Thanks for looking in to it. >> Does the -sch compile use huge amounts of RAM for you too? > > I have a 16 GO MacBook here, and I’m using Clang to compile, > >> I

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Bart Brouns
Hi Romain, Thanks for the tip; unfortunately it doesn't help: I already based my code on his, but I had to modify it to be used with dynamic parameters, see below. Also, it would be good to find out why my code works with faust 1, but is silent with faust 2 -sch. Cheers, Bart. studio magnetop

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Romain Michon
Hi Bart, I know that Michael Olsen (cc'ed) recently worked on a new approach for implementing FOF in Faust, may be he could share his work with you? Michael? Cheers, Romain On Fri, May 20, 2016 at 11:35 PM, Bart Brouns wrote: > Hi, > > I'm porting Forme d'Onde Formantique (FOF) to faust. [1]

Re: [Faudiostream-users] FOF in faust

2016-05-22 Thread Stéphane Letz
> Le 22 mai 2016 à 16:37, Bart Brouns a écrit : > > Hi Stéphane, > > Thanks for looking in to it. > Does the -sch compile use huge amounts of RAM for you too? I have a 16 GO MacBook here, and I’m using Clang to compile, > I only have 4Gb, so probably swapping is my main problem.. > Which

Re: [Faudiostream-users] FOF in faust

2016-05-22 Thread Bart Brouns
Hi Stéphane, Thanks for looking in to it. Does the -sch compile use huge amounts of RAM for you too? I only have 4Gb, so probably swapping is my main problem.. Which Faust version are you using? If version 2, did you check whether it produces sound when you input sound? Sorry for bombarding you

Re: [Faudiostream-users] FOF in faust

2016-05-22 Thread Stéphane Letz
Answering part of your questions: - compiled onn MacBook Pro 4 cores 2,2 GHz : faust2jaqt scal and vec compile quite fast, sch takes 24 mins. DSP CPU used with JACK 1024 frames: - scal ==> 98% - vec ==> 79% - sch ==> 30% and is works OK compiled with faust2. I guess you are on Linux, so is

[Faudiostream-users] FOF in faust

2016-05-20 Thread Bart Brouns
Hi, I'm porting Forme d'Onde Formantique (FOF) to faust. [1] [2] It's based on [3], but can be used with dynamic parameters. [3] creates a single enveloped sine, and feeds it into a delay with full feedback, so it never changes. My version has everything synced to a master lf_rawsaw, so it con