A small cross-platform editor of the OPN2 FM chip (which is widely used in Sega Genesis (aka Mega Drive) game console)
Linux | Windows (32-bit) | macOS |
---|---|---|
BETA. Please report me any bugs and imperfections you have found
- Stable builds: https://github.com/Wohlstand/OPN2BankEditor/releases
- Fresh dev builds:
- Download for Windows x86 (built by AppVeyor)
- Download for macOS x64 (DMG) (built by Travis-CI)
- Download for macOS x64 (ZIP) (built by Travis-CI)
- CIs for other operating systems are coming soon... (However, it's easy to build it by yourself 😉)
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.
- 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