An open API service indexing awesome lists of open source software.

https://github.com/b3dgs/adlmidi

A MIDI play library with OPL3 (YMF262) emulator
https://github.com/b3dgs/adlmidi

audio-player c midi opl3

Last synced: 2 months ago
JSON representation

A MIDI play library with OPL3 (YMF262) emulator

Awesome Lists containing this project

README

        

# adlmidi
[![Build Status](https://travis-ci.org/b3dgs/adlmidi.svg)](https://travis-ci.org/b3dgs/adlmidi) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Special edition of libADLMIDI dedicated to LionEngine midi module (https://github.com/b3dgs/lionengine).

Only necessary code kept, provided with two Eclipse profiles (Windows + MinGW & Linux).

PortAudio used for wave output (Winmm for Windows & ALSA for Linux).

## Forked from libADLMIDI (https://github.com/Wohlstand/libADLMIDI)
libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation.

Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma

ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov

Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:

[http://iki.fi/bisqwit/source/adlmidi.html](http://iki.fi/bisqwit/source/adlmidi.html)