Re: [Faudiostream-users] frequencie meter

2017-05-01 Thread Bart Brouns
I tested it, and unfortunately it is very sensitive to harmonics, causing it to output s too high frequency. On 1 mei 2017, at 13:35, Oliver Larkin wrote: > There is a tutorial explaining how to make a zero crossing based frequency > counter/pitch tracker in the Faust_tutorial2.pdf file in t

Re: [Faudiostream-users] frequencie meter

2017-05-01 Thread Crojav
Op 02-05-17 om 01:19 schreef Steve the Fiddle: > >>> I tested it, and unfortunately it is very sensitive to harmonics, >>> causing it to output s too high frequency. >> Bart - Thanks that help me - before I start with the code. This is >> absolute not what i am looking for. I need a "frequencie

Re: [Faudiostream-users] frequencie meter

2017-05-01 Thread Steve the Fiddle
On 1 May 2017 at 23:18, Crojav wrote: > > > Op 01-05-17 om 19:41 schreef Bart Brouns: >> I tested it, and unfortunately it is very sensitive to harmonics, >> causing it to output s too high frequency. > > Bart - Thanks that help me - before I start with the code. This is > absolute not what i am l

Re: [Faudiostream-users] frequencie meter

2017-05-01 Thread Crojav
Op 01-05-17 om 19:41 schreef Bart Brouns: > I tested it, and unfortunately it is very sensitive to harmonics, > causing it to output s too high frequency. Bart - Thanks that help me - before I start with the code. This is absolute not what i am looking for. I need a "frequencie meter" c.q tr

Re: [Faudiostream-users] external ffunction defined in .h file, how to access it from within faustLive?

2017-05-01 Thread Till Bovermann
Hello again, In an off-list reply (I guess because it contained the complete manual as pdf), Stéphane pointed me towards waveform (p. 38 in version 0.9.80 of the FAUST Quick Reference). (the Reference on http://faust.grame.fr/Documentation/ points to version 0.9.65) He further pointed out tha

Re: [Faudiostream-users] frequencie meter

2017-05-01 Thread Oliver Larkin
There is a tutorial explaining how to make a zero crossing based frequency counter/pitch tracker in the Faust_tutorial2.pdf file in the docs folder of the Faust distribution On Mon, 1 May 2017 at 12:23, Crojav wrote: > Hi All > > I am total new with Faust. My question, is it posible to make a >

[Faudiostream-users] frequencie meter

2017-05-01 Thread Crojav
Hi All I am total new with Faust. My question, is it posible to make a "Frequencie meter" with Faust? Regards Crojave -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org

Re: [Faudiostream-users] external ffunction defined in .h file, how to access it from within faustLive?

2017-05-01 Thread Till Bovermann
Dear Stephane, thanks for your answer. I tried to search for the "waveform" concept in my copy of the faust-quick-reference.pdf. I could not find anything, neither on p.32 nor anywhere within the document itself. Also, I could not find anything at http://faust.grame.fr/libraries.html. Although

Re: [Faudiostream-users] external ffunction defined in .h file, how to access it from within faustLive?

2017-05-01 Thread Stéphane Letz
It seems that this primes external function returns prime number as index I right ? https://github.com/supercollider/sc3-plugins/blob/master/source/DEINDUGens/faust_src/jprev.h Then I guess you could try using the « waveform » concept (p32 in faust-quick-reference.pdf documentation) ? Stép

[Faudiostream-users] external ffunction defined in .h file, how to access it from within faustLive?

2017-05-01 Thread Till Bovermann
Dear all, I am trying to fix/update the implementation of JPVerb to follow the current development style of faust: https://github.com/supercollider/sc3-plugins/blob/master/source/DEINDUGens/faust_src/JPverbRaw.dsp one caveat I stumbled across is that it utilises an external function defined in

[Faudiostream-users] Runge-Kutta 4th order implementation, how to?

2017-05-01 Thread Till Bovermann
Hello again, I am interested in creating a complex oscillator based on the Lotka-Volterra model. https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations Here is an imperative implementation based on 4th order runge-kutta for sound purposes: https://github.com/supercollider/sc