MajicDesigns / MD_YM2413

Library for Yamaha YM2413 sound synthesizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD_YM2413

arduino-library-badge

The YM2413, OPLL, is a cost-reduced FM synthesis sound chip manufactured by Yamaha Corporation and based on their YM3812 (OPL2).

The simplifications mean that the YM2413 can only play one user-defined instrument at a time, with an additional 15 read-only hard-coded instrument profiles available. The IC can operate as 9 channels of instruments or 6 channels with melodic instruments and 5 with percussion instruments.

Its main historical application was the generation of music and sound effects in microprocessor systems. It was extensively used in early game consoles, arcade games, home computers and low-cost synthesizer keyboards.

This library implements functions that manage the sound generation interface to the YM2413 IC through a clean API encapsulating the basic functionality provided by the hardware.

Library Documentation

About

Library for Yamaha YM2413 sound synthesizer

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 98.1%Language:C 1.9%