Missed feedback for 4op block

This commit is contained in:
James Alan Nguyen 2022-03-20 01:04:38 +11:00
parent efdedd1044
commit 5396889195
1 changed files with 1 additions and 0 deletions

View File

@ -1777,6 +1777,7 @@ bool DivEngine::addInstrumentFromFile(const char* path) {
sbi_4opConnect = reader.readC();
ins->fm.alg = (sbi_FeedConnect & 0x1) | ((sbi_4opConnect & 0x1) << 1);
ins->fm.fb = ((sbi_FeedConnect >> 1) & 0x7);
opM.mult = sbi_Mcharacteristics & 0xF;
opM.ksr = ((sbi_Mcharacteristics >> 4) & 0x1);