OPL3BankEditor icon indicating copy to clipboard operation
OPL3BankEditor copied to clipboard

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)

Results 33 OPL3BankEditor issues
Sort by recently updated
recently updated
newest added

I have got a question about Dune II songs and they're sounding on OPL chip: https://github.com/WohlSoft/PGE-Project/issues/294. I thought they are using AIL's mechanism with AD/OPL banks like other games do,...

New file format
Need an analyze

Hi Vitaly, I've just built an OPL2 external board under this project https://github.com/DhrBaksteen/ArduinoOPL2 It has a capability to interface to Teensy/Arduino and act as an MIDI synthesizer, however, it has...

enhancement

I like the Testing modes of this program, but sometimes it's not enough for certain things like percussion banks where you want to have all the instruments the same volume....

enhancement

This is a [Tyrian](http://vgmpf.com/Wiki/index.php/Tyrian_(DOS)) OST pack encoded in a format known as LDS. It's extracted off a "MUS" file in the game which has nothing to do with actual MUS....

New file format

Rythm-mode on OPL, OPL2 and OPL3 provides five channels for specified instruments: "Bass drum", "snare", "hi-hat", "cymbal", and "tom-tom". Current code manages them incorrectly, in result there are playing wrongly...

Stabilizing

On startup it lists instruments but they don't play, when I opened manually a bank it was fixed, anyhow that is misleading, it would be very nice if you could...

enhancement
help wanted

There remain some elements to fix in the DRO file importer. - [ ] Support of rhythm-mode instruments - [x] Feedback/Algorithm register SBTimbre has a reset command on the Fb/Alg...

enhancement
Need a test

I think it will be nice if the WOPL file library would expose the version number of the latest stable standard. It is indicated in the source file as `wopl_latest_version`...

enhancement

For easier making of GX or XG banks, it's need to extend auto-names generator with GS and XG names list are will be show in dependence from an MSG/LSB bank...

enhancement

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

New file format