Re: [Faudiostream-users] variable saw

2021-09-19 Thread Roger Pibernat
Will keep that in mind. Thanks! On Sun, 19 Sept 2021 at 11:27, James Mckernon wrote: > On 9/17/21, Roger Pibernat wrote: > > Thanks, I solved it with an envelope and a phasor > > This should work, but note that it will probably alias somewhat (more > noticeable at high or changing

Re: [Faudiostream-users] variable saw

2021-09-19 Thread James Mckernon
On 9/17/21, Roger Pibernat wrote: > Thanks, I solved it with an envelope and a phasor This should work, but note that it will probably alias somewhat (more noticeable at high or changing frequencies). The advantage of the oscillators in oscillators.lib is that they are band-limited so won't

Re: [Faudiostream-users] variable saw

2021-09-19 Thread Roger Pibernat
Thanks all for your input! I managed to do it with phasor and env, but will take a look at all the suggestions. On Sat, 18 Sept 2021 at 09:40, James Mckernon wrote: > It seems that there isn't one in the standard library. > > But the triangle wave in the standard library is made by

Re: [Faudiostream-users] variable saw

2021-09-18 Thread Roger Pibernat
Thanks, I solved it with an envelope and a phasor Roger (+34) 639 81 26 71 @rogerpibernat http://www.rogerpibernat.com http://wucollective.com/ On Fri, 17 Sept 2021 at 17:38, Stéphane Letz wrote: > Look at :

Re: [Faudiostream-users] variable saw

2021-09-18 Thread James Mckernon
It seems that there isn't one in the standard library. But the triangle wave in the standard library is made by integrating a square wave. Analogously, you can construct a var saw by integrating the pulsetrain oscillator, which is essentially a square wave with duty cycle parameter.

Re: [Faudiostream-users] variable saw

2021-09-17 Thread Sam Pluta
I know at this point there is a better way to do this, but you could check this out: https://github.com/spluta/Maths It is a MakeNoise Maths eurorack emulation, which is basically what you are asking for. MathsC is just the cycling oscillator part. MathsT is the trigger part. Maths uses both

Re: [Faudiostream-users] variable saw

2021-09-17 Thread Julius Smith
Does it suffice to cross-fade among waveforms? This is done in virtual_analog_oscillator_demo() in demos.lib - Julius On Fri, Sep 17, 2021 at 8:40 AM Stéphane Letz wrote: > Look at : https://faustlibraries.grame.fr/libs/oscillators/ > > Stéphane > > > Le 14 sept. 2021 à 19:28, Roger Pibernat

Re: [Faudiostream-users] variable saw

2021-09-17 Thread Stéphane Letz
Look at : https://faustlibraries.grame.fr/libs/oscillators/ Stéphane > Le 14 sept. 2021 à 19:28, Roger Pibernat a écrit : > > Hi, > > just starting with Faust, with quite a few years of SuperCollider behind my > back but no math background whatsoever. > > Is there such a thing as a

[Faudiostream-users] variable saw

2021-09-17 Thread Roger Pibernat
Hi, just starting with Faust, with quite a few years of SuperCollider behind my back but no math background whatsoever. Is there such a thing as a variable saw wave oscillator in Faust? I'd like to be able to modulate between saw <> triangle <> ramp. I cannot find it in the docs. I thought I