<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">That'd also be a lot less smooth, right? You'd get a mountain range<br>
instead of a safety scissor edge.</blockquote><div><br></div><div>Well, you'd get linear interpolation between random values. That might be great or crap, depending on your needs. I do think it has to count as "some sort of random LFO". You could filter the results, you could also wave-shape them but a wave-shaper that scales like that might be a bit counter-productive to implement.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> And SubNoise is sample rate<br>
independent if you take the sample rate into account when you set its<br>
rate. :D<br></blockquote><div><br></div><div>That does assume a infinite sample-rate. The result of a shred and a Envelope/step will also be quantised to the sample-clock, but the rounding error won't carry, like it will with setting SubNoise.</div>
<div><br></div><div>Using a shred, a Step and a LPF will give you all of the advantages of a Subnoise and a LPF in the smoothness of the curve, without the timing errors, but it's also a lot more involved than a simple SubNoise.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
This is the 1 Hz weirdness I noticed, by the way. The lines are noise<br>
generated at 5 Hz, 1.1 Hz, and 1 Hz. You can see the unnaturally long<br>
plateaus that get way out of hand at 1 Hz.<br>
<br>
  <a href="http://skitch.com/alltom/d25q8/subnoise" target="_blank">http://skitch.com/alltom/d25q8/subnoise</a><br>
<br>
But the 5 Hz shape looks pretty nice.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>That's strange! Those should indicate the LPF somehow ends up below the frequency of the subnoise and starts averaging too much. In any case it's not a bias in the randomness as the plateaus tend to run off towards 0. </div>
<div><br></div><div>What I can say is that at higher frequencies the frequency resolution in steps per octave of SubNoise will go down and so you will get higher rounding errors in SubNoise. If that frequency ends up above the frequency of the LPF we might see something like what you are seeing?</div>
<div><br></div><div>Yours,</div><div>Kas.</div></div>