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
- Host: GitHub
- URL: https://github.com/b3dgs/adlmidi
- Owner: b3dgs
- License: gpl-3.0
- Created: 2018-03-19T20:49:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T21:16:03.000Z (about 7 years ago)
- Last Synced: 2025-01-21T11:44:37.829Z (4 months ago)
- Topics: audio-player, c, midi, opl3
- Language: C
- Size: 423 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# adlmidi
[](https://travis-ci.org/b3dgs/adlmidi) [](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)