add phase invesrion for left/right channel and feedback

This commit is contained in:
LTVA1 2024-08-11 16:47:49 +03:00
parent f5877abafe
commit 65d65ef81e
7 changed files with 107 additions and 9 deletions

View file

@ -269,6 +269,8 @@ bool DivInstrumentSID3::operator==(const DivInstrumentSID3& other) {
_C(separateNoisePitch) &&
_C(special_wave) &&
_C(doWavetable) &&
_C(phaseInv) &&
_C(feedback) &&
_C(filt[0]) &&
_C(filt[1]) &&
_C(filt[2]) &&