mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
load .opm as OPM instruments
This commit is contained in:
parent
85cb64b227
commit
8af6acb55d
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ void DivEngine::loadOPM(SafeReader& reader, std::vector<DivInstrument*>& ret, St
|
|||
// At this point we know any other line would be associated with patch params
|
||||
if (newPatch == NULL) {
|
||||
newPatch = new DivInstrument;
|
||||
newPatch->type = DIV_INS_FM;
|
||||
newPatch->type = DIV_INS_OPM;
|
||||
newPatch->fm.ops = 4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue