Dario Sanfilippo
Dario Sanfilippo
Hi, David. This has been a known issue for some time now; if I remember correctly, the log mapping doesn't work either. And linear sliders with unit-increment still seem to...
Hi, @orlarey. The behaviour that you describe for the frequency slider is right. I'm guessing that Faust implements something like the following; perhaps we could even extend it and add...
I now get the same error when changing my code from this: process(x1, x2, x3) = hindmarshrose(limit, a, b, c, dt, input(x1), input(x2), input(x3)) :> _
@sletz It is some Bug Sur issue. Not very elegant but you could fix it by making Faust run the codesign command twice: codesign --sign - --deep --force --verbose=4 application.app....
Nice hearing from you, Julius. :-) Sure, I can cross-reference the functions. For completeness, perhaps we can also add the following in noises.lib for a seeded noise generator: noiseed(S) =...
@sletz @josmithiii does this PR need any further improvements? Best, Dario
By the way, changing the increment as I did in the noiseed function does not seem to affect the uniformity of the generated stream: I tried averaging the streams over...
Also, I'd say that select2 should have the same behaviour and any non-zero condition should output the second signal. Dario
Why not have a slider that allows for a tension parameter too? The octave-scale frequency mapping shown in the previous examples would just be a special case of a more...
> @oleg-nesterov > > I've added a new `fi.svf.morph` function that allows seamless blending between LP, BP, and HP via a new `blend` parameter. The implementation uses the new ef.mixLinearClamp...