aboutsummaryrefslogtreecommitdiff
path: root/src/adldata.cpp
AgeCommit message (Collapse)Author
2018-05-19Works and fixesVitaly Novichkov
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion
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-04-18Updated DMXOPL3 bank by @sneakernetsWohlstand
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
2018-03-28Re-Generate AdlData databaseWohlstand
2017-12-23Update @sneakernets's DMXOPL3 bank (2.11b + two commits)Vitaly Novichkov
2017-12-16DMXOPL3 by @sneakernets updateVitaly Novichkov
2017-11-30Apply update of @sneakernet 's DMX OPL3 bankWohlstand
2017-11-21Rebuild entire embedded banks database by the fixed measurerWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
2017-11-15Update DMXOPL3 bankWohlstand
2017-11-07Update @sneakernets' DMXOPL3 bankWohlstand
2017-11-04Added default states for deep tremolo/vibrato and volume moduelsWohlstand
TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags
2017-11-04All real 4-operator voices are must be differentWohlstand
2017-11-04Don't use force difference for pseudo-4op voices in GenAdlDataWohlstand
2017-11-04Fix pseudo-4op double-voice instrument playing with two equal voicesWohlstand
2017-11-03Add Cartooners's bank recently added into original ADLMIDIWohlstand
2017-10-26Update @sneakernets's DMXOPL bank to most frashWohlstand
https://github.com/sneakernets/DMXOPL/commit/41c79f772dfa586c0a19eeb4c8bdbfb46b728e4c
2017-10-21Apply latest release of Sneakernets's DMXOPL bankWohlstand
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-09-23Update 68'th bankWohlstand
2017-09-09oopsWohlstand
2017-09-09Another update of drums of 66'th bankWohlstand
2017-09-04Small update of percussions in 66'th bankWohlstand
2017-09-01DMXOPL3 v2.2Philippe Simons
2017-08-30update DMXOPL v2.1aloki666
2017-08-25Update DMXOPL by @Sneakernets with latest fixesWohlstand
Issue #16
2017-08-22Update @Sneakernets's DMXOPL2 bankWohlstand
2017-08-09Fix the first kick drum in 12'th (Earthsieg) bankWohlstand
2017-08-08Another small update of Sneakernets's bankWohlstand
2017-08-06update DMXOPLloki666
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
2017-07-25use NukedOPL3 for gen_adldataPhilippe Simons
2017-07-14Update Sneakernets's bank, againWohlstand
2017-07-10Apply update of Sneakernets's bankWohlstand
2017-06-19Add DMXOPL bank by @sneakernetsWohlstand
(Issue #8)
2017-04-11Another update of 68'th bankWohlstand
2017-04-07Update the 68'th bank, againWohlstand
2017-04-06Update the 68'th bank, using AIL format because of note offset abilityWohlstand
2017-02-16Fix processing of the drums of AIL banks!Wohlstand
The field B_transpose on drums means note number, and is no need extra calculations Here is a right specification for AIL's bank format, gotten from AIL 2 sources which are been published by Miles ``` //GTL - "Global Timbre Bank" struct GTL Head // GTL file header entry structure { uint8_t patch; uint8_t bank; uint32_t offset; } //- Length is 6 bytes //Look for timbre until .patch will equal to 0xFF, then look for each instrument Note: DW - Define Word - uint16_t DB - Define Byte - uint8_t BNK STRUC ;.BNK-style timbre definition B_length dw ? ; lenght of timbre entry B_transpose db ? B_mod_AVEKM db ? ;op_0 = FM modulator B_mod_KSLTL db ? B_mod_AD db ? B_mod_SR db ? B_mod_WS db ? B_fb_c db ? B_car_AVEKM db ? ;op_1 = FM carrier B_car_KSLTL db ? B_car_AD db ? B_car_SR db ? B_car_WS db ? ENDS OPL3BNK STRUC ;.BNK-style OPL3 timbre definition BNK <> O_mod_AVEKM db ? ;op_2 O_mod_KSLTL db ? O_mod_AD db ? O_mod_SR db ? O_mod_WS db ? O_fb_c db ? O_car_AVEKM db ? ;op_3 O_car_KSLTL db ? O_car_AD db ? O_car_SR db ? O_car_WS db ? ENDS ```
2017-02-07Fill drum-less 47'th bank with drums set from the other bankWohlstand
2017-02-07Fixed swapped melodic and drums mistake of the 12'th bank "Earthsiege"Wohlstand
Now this bank is finally works fine!
2017-01-26Created a "Theme Park" bank with the fixed drumsWohlstand
Using BNKs directly results a wrong pitch for the drums and set is incompatible with General Midi, so, some drums has been swapped and copy-pasted
2016-11-15Fixed drums in 4 banksWohlstand
2016-09-02Added three Apogee banks: Blood, Lee and NAMWohlstand
2016-09-02Added a function to retrieve a count of the banksWohlstand
2016-06-20Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitWohlstand
# Conflicts: # src/adldata.cpp