aboutsummaryrefslogtreecommitdiff
path: root/banks.ini
AgeCommit message (Collapse)Author
2023-02-09Rename the "Wreckin Crew" bank into "Heroes of Minght and Magic 2"Wohlstand
Actually, Wreckin Crew racing game hadn't used the MIDI sound, however, I found the same bank is used at "Heroes of Minght and Magic 2"
2022-06-12Tweak bank namesWohlstand
And adding the "games" section for future. Keep bank names shorter, and information such as games/programs where these banks originally used, put at the separated section.
2021-12-13Added per-bank MT32 defaults optionWohlstand
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend
2021-08-19Another banks reorganizingWohlstand
- Use the Jammie O'Connel's fmsymth interlnal bank instead of externally placed gm.ibk and drum.ibk - Put hmi banks in a friendly way - Crafted the WOPL of "Master of Magic" using original AIL OPL files rather than deal with dirty AdLib-Gold banks. Now the first bank has both standard and orchestral percussion in a proper way - Use the Jammie O'Connel's drums bank with the Cyberpuck's bank
2021-08-16Added MS-AdLib bankWohlstand
2021-05-24Organize DMX banks into one folderWohlstand
2021-05-24Added the DMX bank from the Strife gameWohlstand
2020-09-09Small tweak of banksWohlstand
2020-09-06Mention "Win9x" in a title of 2op FatMan bankWohlstand
2019-09-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-09-16Bank-70: Rename "lee" into "Rise of the Triad"Wohlstand
2019-07-02Added The Lost Vikings bank for test purposesVitaly Novichkov
This bank contains at least 3 banks
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2018-08-31fix a miswritten name: sneakernetsJP Cimalando
2018-08-29fix a typo about Apogee Sound SystemJP Cimalando
2018-08-29fix the miswritten name of Jamie O'ConnellJP Cimalando
2018-04-22Added "Apogee IMF 90-ish" bank into set of embedded banksVitaly Novichkov
Also, make a comments in banks.ini INI file to describe some of banks listed in it.
2018-03-28Use shorter bank names in banks.iniWohlstand
2017-11-03Add Cartooners's bank recently added into original ADLMIDIWohlstand
2017-10-09Fixed WOPN parser to use both real 4-op and pseudo 4-op modes in same bankWohlstand
2017-10-08Add support for WOPL banks formatWohlstand
2017-09-23Improved instruments in 68'th bank and fixed octaves offsets in 59'thWohlstand
2017-08-22Update @Sneakernets's DMXOPL2 bankWohlstand
2017-07-30Fixed three missing HMI banks, againWohlstand
2017-07-30Fixed three missing HMI banksWohlstand
2017-07-30Improve gen_adldata programWohlstand
- Now it caches all generated data, so, we won't have to re-calculate same - File is writing by gen_adldata nor by stdout forward - Instead of hardcoded list of banks, I made the INI file which declares list of banks to generate - Add simple validators to tell which bank is absense and can't be loaded - Split code of gen_adldata.cc into multiple files of different role