Hi all!
Super happy with my LXR, but I seem to have a weird random click on drum sound 1.
It is on the kick, not between steps or random in that way, it sounds more like an accent click of some kind.
I've tried to attach a audio file, but no go.... instead ->
https://dl.dropboxusercontent.com/u/19048733/LXR DB click.wavSettings like this:
Coarse:30
Fine:0
Wav:Sine
Attack:0
Decay:22
Slope:17
Mod Decay:22
Mod:Slope:16
Mod Pitch:74
Fm Amt:0
FmFrq:61
Wav:Sine
Osc Mod:FM
Click:Off
Transient Vol:0
Transient Frq:0
Filter Frq:13
Filter Res:64
Filter: LP
Overdrive:30
LFO:0
Sync:Off
LFO amount:0
LFO waveform:Sine
LFO retigger:Off
Offset:0
LFO Dest. voice:1
LFO Dest. Param: BLANK
Volume: 127
Pan:0
Sample Rate:127
Voice Overdrive:56
Comments
in fact voices 1 to 3 use the ecaxt same code.
If you turn the filter off, the attack sounds always the same.
Now I got to find out why the filter is altering the attack phase of the sound...
If I look at the waveform recordings, the filter seems to invert the transient of the sound sometimes. But It really depends a lot on when a note is triggered.
I even tried optimizing the synth routine function call order, to be sure it's not the order of calculations. Had no effekt at all. At the moment I'm tending to a numerical problem in the filter code (something that oversampling probably could solve, but I doubt theres enough processing power left...
so either I have a great idea to improve the current filter modell (maybe I have to do some propper simulations using the desktop PC) or provide an alternative 'clickless' filter modell. This was my first approach on calculating a 0df filter, so I'm sure it still could be improved.
sadly not one of those quick fixes :-(
When changing the attack from 0 to 1 the click is gone in most cases, so maybe it's just due to a snappy attack. I tried to upload sound examples, but that wasn't possible, so could anyone try the patch I uploaded on the forum and confirm the click? Maybe it's something in the patch. http://forum.sonic-potions.com/discussion/28/all-your-presets-are-belong-to-us#Item_17
Turning the filter off has no influence on the clicking sound. It occurs only on the first three drumtracks, and it seems to be kind of random. As stated before, setting the attack to 1 solves the problem most of the time, except when two notes are triggered fast after each other.
I'm not sure why I never noticed this before..... :-<