Why does "((x>=1)*0.5+(x<1)*(x>0)*(-0.5*x^2+x)+(x<0)*(x>-1)*(0.5*x^2+x)+(x<=-1)*-0.5)*2"
sound so much like a filter?
1 Like
Well if it’s cranked up, it’s adding harmonics, and as you back it off, it is subtracting them? Is that maybe what you’re hearing?
Quick hint - use backticks “``” between expressions like that to get pretty formatting like this:
((x>=1)0.5+(x<1)(x>0)(-0.5x^2+x)+(x<0)(x>-1)(0.5x^2+x)+(x<=-1)-0.5)*2
or the double dollar signs for even prettier versions
((x>=1)0.5+(x<1)(x>0)(-0.5x^2+x)+(x<0)(x>-1)(0.5x^2+x)+(x<=-1)-0.5)*2
1 Like
Wait, how does the double dollar signs work?
Another beautiful tool. Stoked on the sound of this @biminiroad. I also like how you set up the sequencers with 1 running at 1/32.
1 Like
Thanks! Glad you dig
The underlying distortion is pretty cpu efficient too.
Yeah! That’s a technique I like to use to give a little motion to the random sequencer. Basically the random sequencer is a sort of random arpeggiator and the second sequencer clocked at 1/32 you can think of as the note being played.