mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 08:01:20 +00:00
Missed feedback for 4op block
This commit is contained in:
parent
efdedd1044
commit
5396889195
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue