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-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 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 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 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

[Faudiostream-users] Using exported Faust online cpp code

2016-05-23 Thread Wayne Leeds
Hi. I am using the Faust online compiler to create a JACK and QT-compatible cpp source code file to which I would like to make some modifications. Unfortunately I can't seem to compile the generated code. How do I set up my computer's development environment (support packages, etc.)? I'm using U

[Faudiostream-users] documentation for Faust MIDI support?

2016-05-23 Thread Mykle Hansen
Hello, can I ask some advice? I’m trying to work out how to get MIDI controller information into Faust — specifically FaustLive at the moment. I know that there’s automatic support for converting MIDI note messages into the ‘gate’ ‘gain’ and ‘freq’ UI elements . But I’m trying to map MIDI knobs

Re: [Faudiostream-users] documentation for Faust MIDI support?

2016-05-23 Thread Stéphane Letz
Some preliminary MIDI documentation is available here: http://faust.grame.fr/news/2016/01/14/controlling-with-midi.html and for polyphonic/MIDI instruments here: http://faust.grame.fr/news/2016/01/13/polyphonic-instruments.html All of this can be tested in FaustLive or with some of the faust2x