Some refactoring
This commit is contained in:
parent
dde56c0cfc
commit
64baa7c97f
5 changed files with 256 additions and 248 deletions
|
|
@ -2632,7 +2632,7 @@ void DivInstrument::readFeatureEF(SafeReader& reader, short version) {
|
|||
READ_FEAT_BEGIN;
|
||||
|
||||
unsigned char next=reader.readC();
|
||||
esfm.noise = next&3;
|
||||
esfm.noise=next&3;
|
||||
|
||||
for (int i=0; i<4; i++) {
|
||||
DivInstrumentESFM::Operator& op=esfm.op[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue