firewall1110
firewall1110
I treat issue #7638 as a hint: ``` libsid.so!reSID::EnvelopeGenerator::clock(reSID::EnvelopeGenerator * const this, reSID::cycle_count delta_t) (/home/michael/Eigene Dateien/Development/LMMS/lmms-dev-mg/lmms/plugins/Sid/resid/resid/envelope.h:269) libsid.so!reSID::SID::clock(reSID::SID * const this, reSID::cycle_count delta_t) (/home/michael/Eigene Dateien/Development/LMMS/lmms-dev-mg/lmms/plugins/Sid/resid/resid/sid.cc:758) libsid.so!reSID::SID::clock_fast(reSID::SID * const this, reSID::cycle_count &...
New observation: If I place in constructor` SidInstrument::SidInstrument( InstrumentTrack * _instrument_track )` line `auto sid = new reSID::SID();` (and after line `if (sid) {fprintf(stderr, "\nnew reSID::SID(); :: Done\n");}` for no...
New observation: (1) In `SidInstrument::SidInstrument( InstrumentTrack * _instrument_track ) ` I can put line: `reSID::SID sid;` _And this fix XRun bug_ (2) In `SID::SID()` I can (with (1)) remove line:...
> however the code in reSID::SID doesn't seem to be doing any of that. Yes I have tested (#7673) with one line removed: ``` SID::SID() { // Initialize pointers. sample...
If insert line (in ` SID::set_sampling_parameters`) ``` // FIR initialization is only necessary for resampling. if (method != SAMPLE_RESAMPLE && method != SAMPLE_RESAMPLE_FASTMEM) { delete[] sample; delete[] fir; sample =...
If enable input device only if needed (as it was in #6070) , that - should fix this bug; - make possible change input device without LMMS restart; P.S. May...
It is **_not only windows specific_** but most Linux desktop have no _microphone icon in the taskbar_ , so user can not so easy observe the fact (lmms with SDL...
I think it is the same as https://github.com/LMMS/lmms/issues/5904 ... But here is additional information about this crashing. AppImage conflict with installed libraries (?)
Checked after "Remove term "blacklist" (#7365)" (2024-07-09 00:02:49) : the same bug. P.S. Session really not ended - just **_close and reopen_** song editor window (Ctrl+1, Ctrl+1). Interesting thing: if...
@michaelgregorius : **_Thank You for bug confirmation!_** Man plan **_is_** (Edited 2024.08.13) : somehow compare what happens when Song Editor : - closed by mouse; - closed by Ctrl +...