/OPN2BankEditor

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

OPN2BankEditor

OPN2 Editor Logo

A small cross-platform editor of the OPN2 FM chip (which is widely used in Sega Genesis (aka Mega Drive) game console)

CI Build status

Linux Windows (32-bit) macOS
Build Status Build status Build Status

BETA. Please report me any bugs and imperfections you have found

Download

How to build

You need a Qt 5 to build this project.

Run next commands from project directory:

qmake CONFIG+=release CONFIG-=debug FMBankEdit.pro
make -j 4

As alternate way you can open FMBankEdit.pro in the Qt Creator and build it.

Folders

  • Bank_Examples - example bank files which you can edit and preview them
  • src - source code of this tool
  • _Misc - Various stuff (test scripts, dummy banks, documents, etc.) which was been used in development of this tool