Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Rename "adldata.hh" into "oplinst.h" | Wohlstand | |
2020-09-13 | Refactor internal instrument data structures | Wohlstand | |
2020-08-24 | More clean-up of old commented code | Wohlstand | |
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-01-17 | Update copyright year | Wohlstand | |
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-07-31 | fix the gcc warning "class-memaccess" | JP Cimalando | |
2018-07-26 | Merge branch 'master' into velocity-offset | Vitaly Novichkov | |
# Conflicts: # src/adlmidi_load.cpp | |||
2018-07-24 | add unit test to check internal instrument conversions | JP Cimalando | |
2018-07-23 | generate velocity offsets from wopl files | JP Cimalando | |
2018-07-23 | implement the velocity offset parameter | JP Cimalando | |
2018-07-23 | emit velocity offset in genadldata | JP Cimalando | |
2018-06-24 | [Experimental] Big re-factoring of internals and clean-up | Vitaly Novichkov | |
- Renamed functions - Renamed variables - Documenting of most library internal stuff - Disabling of embedded banks no more conflicts with accidental linking of adldata.cpp | |||
2018-06-15 | Give more live to very long sustaining notes | Vitaly Novichkov | |
2018-06-02 | dynamic instrument API | JP Cimalando | |
2018-05-19 | Works and fixes | Vitaly 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-05-17 | Fixed a warning | Vitaly Novichkov | |
2018-05-16 | storing adldata and adlinsdata in unified structures | JP Cimalando | |
2017-11-12 | libADLMIDI now is buildable under OpenWatcom except of some workarounds | Wohlstand | |
- Need a different way to create a static library, otherwise it don't wanna be built. - Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes | |||
2017-11-06 | Added a header guard for 'adldata.hh' | Wohlstand | |
2017-11-04 | Added default states for deep tremolo/vibrato and volume moduels | Wohlstand | |
TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags | |||
2017-10-08 | Add support for WOPL banks format | Wohlstand | |
2017-07-30 | Improve gen_adldata program | Wohlstand | |
- 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 | |||
2016-09-02 | Added a function to retrieve a count of the banks | Wohlstand | |
2016-06-07 | Continue research at JungleVision file format | Wohlstand | |
2016-05-14 | Added 68'th bank: default Timbre bank of the Build Engine | Wohlstand | |
2016-03-16 | More accurate DMX fine tune of second voice | Wohlstand | |
2015-12-20 | Add one new IBK bank (Jamey O'Connel's) | Wohlstand | |
2015-12-20 | Refresh my-gmopl bank | Wohlstand | |
2015-12-10 | Adding one new IBK-based bank | Wohlstand | |
2015-10-10 | Initial commit | Wohlstand | |