Love the distortion in this thing. Sounds very smooth, even after repeated processing with extreme settings. Tried to make a long break sample sound awful and failed. Even a little bit of sweep seems to leave something nice in the sample.
This is really great, it does sound really nice. It would be nice if it could create a sine kind of sweep as well as up/down sweeps too (unless it can and I’m just missing something).
Love the distortion in this thing. Sounds very smooth, even after repeated processing with extreme settings. Tried to make a long break sample sound awful and failed. Even a little bit of sweep seems to leave something nice in the sample.
Yeah there seems to be something about offline processing compared to realtime DSP which makes it smoother to my ears, I find this with the CDP tools too.
The distortion in itself is nothing special, ‘clip’ mode is just digital clipping which if pushed hard enough is going to approximate to square waves, ‘fold’ will eventually approximate to noise. Another factor at play is that the output sample will never clip it is always scaled back to the normal range which makes it easier to push the ranges.
This is really great, it does sound really nice. It would be nice if it could create a sine kind of sweep as well as up/down sweeps too (unless it can and I’m just missing something).
If you push the resonance far enough you will basically get sine waves, try the ‘Res Range’ on 1000 and sweep the frequency between say 200 to 800 and you should get sine waves.
If you push the resonance far enough you will basically get sine waves, try the ‘Res Range’ on 1000 and sweep the frequency between say 200 to 800 and you should get sine waves.
Oh that’s not quite what I meant. I mean the shape of the sweep rather than the sound of it. Maybe a midway freq slider so the start and end frequencies could be the same but it will filter up/down and then return to where it started.
Aah, doh! I understand what you mean now, I have thought about adding support for Renoise instrument envelopes for the filter, you rmidway slider seems doable too. I’ll look into it
Yeah sure I can try, although i’m not sure how much use a linear phase version would be in an offline filter. I can see the benefit for a real time filter where you want everything in phase. Maybe a phase shift option that lets you move the resulting sample forward or back by a number of samples will suffice here.
For filtering a single cycle waveform, the sample would need to be internally repeated and the last periodic waveform taken, for a correct result. But I could hack that in later on.
i think it would be nice to eventually have something like one of these as update for the native renoise tanh saturator…
(my hope is, if someone codes it in LUA Taktik is willing to translate it to Renoise++ )
ps. i implemented Andy Cytomic’s SVF from his notes in LUAjit, though i think it’s another approach of biquads it won’t be very usefull here (and my LUA code sucks balls, but it works)
Glad you like it
I’ve done a minor update to this and added a “Tube” distortion type, see first post
i think it would be nice to eventually have something like one of these as update for the native renoise tanh saturator…
(my hope is, if someone codes it in LUA Taktik is willing to translate it to Renoise++ )
ps. i implemented Andy Cytomic’s SVF from his notes in LUAjit, though i think it’s another approach of biquads it won’t be very usefull here (and my LUA code sucks balls, but it works)
I wish I had the math skills to understand those papers
A start/end value for each parameter, so maybe a general multi point curve which is usable for any parameter. e.g. you could make a selection, and then define 0% wet at start 100% at middle and 0% wet at the end.
Also keep in mind (maybe you already did), that some parameter maybe will require a slight interpolation, so no crackles and less aliasing will appear on parameter change.