danielrfry / opl2sd1

OPL-compatible driver for Yamaha YMF825 (SD-1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the YMF825 protocol

denjhang opened this issue · comments

There are already some software that can directly control the YMF825 and can make full use of the new features of the YMF825:

  1. YMF825 tone editor written in Java:https://github.com/shigosenCCneko/YMF825MIDI_CONTROL_for_Arduino
  2. YMF825 tone editor written in C#:https://github.com/nanase/ymf825

Indeed, there is also my own MIDI implementation project, Note Salad, that can adjust YMF825 FM parameters via NRPN messages 😄
https://youtu.be/qVMLqGQ5HB0

opl2sd1 though is specifically about providing an OPL compatible interface, so adding direct control of the YMF825 is out of scope I think.