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 PMD instrument type 2 #83

Closed jpcima closed 4 years ago

jpcima commented 4 years ago

71 @papiezak

This adds a special kind of format known as composite, which tries a sequence of different subformats until one will match.

As documented, PMD has two subformats. First, I will try the OPM, and second the OPN if that fails. OPM instruments cannot interpret as OPN, which is not the case of the opposite. https://pigu-a.github.io/pmddocs/pmdmml.htm#3-1

The commit defines PMD as a composite format.

freq-mod commented 4 years ago

Can confirm it fixes that problem. Thanks!