Hyunjin Song

Results 188 comments of Hyunjin Song

Yes. You can run `gdb` on Windows. However, it will provide less information than Linux.

@gi0e5b06 No, you're doing definitely wrong math there. That is a little bit long to explain here. Anyway, the real problem is `alpha`, which blows up toward infinity. In strict...

> If I enter -0,00401606411^0,36787945 in a calculator I get −0,131367367 ... @zonkmachine You did a wrong calculation. `-a^b` is `-(a^b)`(here `^` denotes power, not the xor operator in C++),...

Unlike most of SWH filters, LS filter can have cutoff near the nyquist frequency(e.g. 0.5 * sampling rate). The usual value is 0.49 or 0.45(at least in other SWH plugins)...

Confirmed. It's a Windows-only issue. It happens when the mouse position at the time you click the menu is on any dial knobs. You can work around by selecting the...

I'm going to report to FLTK upstream when possible. It definitely looks like a bug of it. BTW, I think we(downstream) can work around the issue by checking for recursion....

It seems like this bug can be worked around. This patch fixes the crash, but FLTK doesn't allow hiding tooltip of the `WidgetPDial` under mouse. It's an unavoidable side effect...

FYI, the actual place where a cached calculation occurs is `reSID::Filter::Filter`, which has a initialization guarded with `class_init`.

> So I do not understand , how https://github.com/LMMS/lmms/pull/7673 fix bug, but it fix ... `SID` has member variables with type `Filter`, so creating a `SID` instance will ensure the...