Re: [Faudiostream-users] Selecting quantized scale

2021-10-25 Thread Roger Pibernat
lectn(2, selector, q1, q2); > > Best, > Dr Dario Sanfilippo > http://dariosanfilippo.com > > > On Sat, 23 Oct 2021 at 18:15, Roger Pibernat < > rogerpibernat+li...@gmail.com> wrote: > >> What's the proper way to select a qu.quantize scale at runtime? &g

[Faudiostream-users] Selecting quantized scale

2021-10-23 Thread Roger Pibernat
What's the proper way to select a qu.quantize scale at runtime? I'd like to have a scale selector that can be changed while playing, something of the likes: sc = hslider("scale", 0, 0, 7, 1); scale(x) = ...the scales... qu.quantize(root, scale(sc)); Thanks

Re: [Faudiostream-users] Sync

2021-09-27 Thread Roger Pibernat
, en.ar(.001, .002, secondary); > > > Ciao, > Dr Dario Sanfilippo > http://dariosanfilippo.com > > > On Sat, 25 Sept 2021 at 09:25, Roger Pibernat > wrote: > >> Hi, >> >> I'd like to hard sync an (os.pulsetrain) with (os.impulsetrain : en.ar(atk,

[Faudiostream-users] Sync

2021-09-25 Thread Roger Pibernat
Hi, I'd like to hard sync an (os.pulsetrain) with (os.impulsetrain : en.ar(atk, dec)), I don't have a clue on how to do it. Any pointers would be very much appreciated. Thanks! Roger ___ Faudiostream-users mailing list

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 ch

Re: [Faudiostream-users] variable saw

2021-09-19 Thread Roger Pibernat
e middle, but unfortunately it > fades away to zero at either extreme (i.e. as it approaches saw > shape). > > Not perfect, but it's a start. > > Cheers, > James > > On 9/14/21, Roger Pibernat wrote: > > Hi, > > > > just starting with Faust, with quite a few yea

Re: [Faudiostream-users] variable saw

2021-09-18 Thread Roger Pibernat
e.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 t

[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