default to 2 ops to make OPL happy
next up: work on a default patch that is both OPL and other OP friendly
This commit is contained in:
parent
dce68749d6
commit
e6bc0c15e0
|
|
@ -105,7 +105,7 @@ struct DivInstrumentFM {
|
||||||
fb(0),
|
fb(0),
|
||||||
fms(0),
|
fms(0),
|
||||||
ams(0),
|
ams(0),
|
||||||
ops(4),
|
ops(2),
|
||||||
opllPreset(0),
|
opllPreset(0),
|
||||||
fixedDrums(false),
|
fixedDrums(false),
|
||||||
kickFreq(0x520),
|
kickFreq(0x520),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue