Missed feedback for 4op block
This commit is contained in:
		
							parent
							
								
									efdedd1044
								
							
						
					
					
						commit
						5396889195
					
				|  | @ -1777,6 +1777,7 @@ bool DivEngine::addInstrumentFromFile(const char* path) { | ||||||
|             sbi_4opConnect = reader.readC(); |             sbi_4opConnect = reader.readC(); | ||||||
|              |              | ||||||
|             ins->fm.alg = (sbi_FeedConnect & 0x1) | ((sbi_4opConnect & 0x1) << 1); |             ins->fm.alg = (sbi_FeedConnect & 0x1) | ((sbi_4opConnect & 0x1) << 1); | ||||||
|  |             ins->fm.fb = ((sbi_FeedConnect >> 1) & 0x7); | ||||||
| 
 | 
 | ||||||
|             opM.mult = sbi_Mcharacteristics & 0xF; |             opM.mult = sbi_Mcharacteristics & 0xF; | ||||||
|             opM.ksr = ((sbi_Mcharacteristics >> 4) & 0x1); |             opM.ksr = ((sbi_Mcharacteristics >> 4) & 0x1); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 James Alan Nguyen
						James Alan Nguyen