Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 531 Bytes

VST2413 FM Synthesizer

VST2413 is a software FM synthesizer based on YM2413 (OPLL) emulator. YM2413 is well known as low-cost FM sound chip, and was used on Sega Master System and FM-PAC sound expansion cartridge for MSX. VST2413 can resemble that warm texture of sound and may be well suited for use in "post 8-bit era style" chiptune music.

Acknowledgement

An implementation of YM2413 emulator (emu2413.c) used in this software is created by Mitsutaka Okazaki. A BIG THANKS goes to him.