Wohlstand / OPN2BankEditor

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

GEMS file format support, experimental #24

Closed jpcima closed 6 years ago

jpcima commented 6 years ago

I implement read support for BNK and PAT files.

It's to test, as some instruments are sounding good and some not so much. The values shown in both editors seem matching for most.

Wohlstand commented 6 years ago

LFO Enabled and frequency is the chip global option, and per-instrument is only possible to set sensitivity. Or maybe some workaround or hidden feature which allows to set channel-individual LFO enablibity or frequency... @nukeykt, what do you think about of this? Does OPN2 chip support per-instrument individual LFO-enable and LFP frequency or not?

Wohlstand commented 6 years ago

Anyway, I'll review and polish this at my home...

nukeykt commented 6 years ago

You can set LFO depth per channel using B4 register. LFO frequency is a global parameter.

Wohlstand commented 6 years ago

So, I did right that I made LFO Enable and LFO Frequency to be bank-global rather per-instrument parameters.