OPL3BankEditor icon indicating copy to clipboard operation
OPL3BankEditor copied to clipboard

Add support for AdLib Gold banks

Open Wohlstand opened this issue 7 years ago • 3 comments

It's another variant of AdLib's BNK bank format which stores 4-op instruments.

The working implementation from off GenAdldata: https://github.com/Wohlstand/libADLMIDI/blob/master/utils/gen_adldata/file_formats/load_bnk2.h

  • [x] Read/import
  • [ ] Writing

Wohlstand avatar Sep 12 '18 13:09 Wohlstand

BNK2 takes a prefix to filter which instruments are going in the melodic or percussion bank. How to handle this? can I pop up a dialog box?

jpcima avatar Sep 20 '18 15:09 jpcima

That filter was a workaround to "Master of Magic"'s bank, for now, let's just make the non-GM bank for debug purposes, and then look for the internals better...

Wohlstand avatar Sep 20 '18 15:09 Wohlstand

JPCima have made experimental read-only: https://github.com/Wohlstand/OPL3BankEditor/pull/98

Wohlstand avatar Sep 21 '18 10:09 Wohlstand