Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Damn, this is so silly: Data of new bank data was added to tail of old data as I forgot to clean up that crap before to fill with a new data, damn! (#83)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, make a comments in banks.ini INI file to describe some of banks listed in it.
|
|
|
|
|
|
|
|
TODO: port this into Gen-ADLDATA too!
No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI.
|
|
|
|
Those functions are dead out of disabled MIDI Sequencer code, so, there are must NOT appear in the library when MIDI Sequencer is disabled.
|
|
|
|
|
|
|
|
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
|
|
Everything now are a simple types and fixed arrays.
|
|
transform the note map into a fixed array
|
|
|
|
|
|
|
|
|
|
|
|
apply a correct buffer offset to channels
|
|
|
|
|
|
|
|
|