Wohlstand / OPL3BankEditor

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
143 stars 12 forks source link

Supports multi-chip emulation #199

Closed denjhang closed 11 months ago

denjhang commented 1 year ago

If it were possible to emulate more than 2 chips when experimenting with sound, many limitations would be lifted.

Wohlstand commented 1 year ago

The goal of bank editor's running chip is a preview of editing instrument, not using the bank editor as a real-time MIDI synthesizer. The libADLMIDI works for such purposes. If you want to have a kind of combination of libADLMIDI and a simple bank editor, there is ADLPlug thing should help you: https://github.com/jpcima/adlplug)

Wohlstand commented 1 year ago

There will be possible to get multichip support once I decide to switch the whole playing backend into libADLMIDI itself rather than using a very simplified hand-made tester thing.

Wohlstand commented 11 months ago

As I replied at another issue, the bank editor's sound backend designed to be simple tester of currently-editing instruments, not as a full-featured MIDI synthesizer.