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
40 stars 8 forks source link

support of Gyb bank format #27

Closed jpcima closed 6 years ago

jpcima commented 6 years ago

From a reverse-engineered file specification I have done.

The file has a set of instruments, and a mapping between logical and GM numbers. I use these GM numbers to map into the editor's bank slots. Some files don't have these GM assignments (like fmmidi, but entries in other banks also); I do a hack to map the instrument in another way which may not necessarily match GM. It's OK for melodic but for percussion not so much (which has usually many blank slots), but still permits getting access to instruments.

Wohlstand commented 6 years ago

I'll review and try out this at evening...