Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-03 | Bugfixes | Wohlstand | |
- Fixed all MSVC 2015/2017 warnings in both 32 and 64 bit builds - Fixed weird behavior when using adl_setHVibrato, adl_setHTremolo, adl_setScaleModulators, and adl_setVolumeRangeModel when passing the -1 "Auto" state - Move arpeggio counter into the MIDIPlay class as originally it was a global static variable which is ugly and danger when running multiple instances of the same library | |||
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2017-10-21 | Fixed MSVC2015 build | Wohlstand | |
2017-06-19 | Fixed compatibility with MSVC | Wohlstand | |
2017-02-15 | Fixed logarithmic volumes flag and added support for XMI and MUS formats | Wohlstand | |
MUS playing was totally invalid: the MUS data are completely different from regular MIDI data. Now is added a right converter which results a MIDI data which can be played correctly. |