Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-23 | GS way of custom drum channels now is working! | Vitaly Novichkov | |
2018-06-23 | Added little documentation for the sequencer event hooks | Vitaly Novichkov | |
2018-06-22 | Added some TODOs | Vitaly Novichkov | |
[ci skip] | |||
2018-06-22 | Added support for synthesizer mode | Vitaly Novichkov | |
- in GS mode, RPN XG-related vibrato depth events will be ignored (GS does using NRPN values are stored separately and are NOT handled) - in GS mode ignore LSB value of the bank number | |||
2018-06-22 | Fix the typo in "Caught" word in debug messages | Vitaly Novichkov | |
2018-06-22 | Sequencer: give SysEx events have highest priority while re-ordering | Vitaly Novichkov | |
2018-06-22 | Use Generic volume model by default when VM value has received some junk | Vitaly Novichkov | |
2018-06-22 | Added some debug message hooks into SysEx processors | Vitaly Novichkov | |
2018-06-22 | Move `opl.Touch_Real()` call out of volume model switch | Vitaly Novichkov | |
2018-06-22 | simplify the volume formula | JP Cimalando | |
2018-06-22 | Yamaha XG reset | JP Cimalando | |
2018-06-22 | handle MIDI master volume | JP Cimalando | |
2018-06-22 | handle sysex resets | JP Cimalando | |
2018-06-22 | Portamento must use previously played note in a channel like S-YXG50 does | Vitaly Novichkov | |
2018-06-21 | Attempt to fix MSVC 2015 build | Vitaly Novichkov | |
2018-06-21 | SysEx: Use `size_t` for size values instead of `unsigned int` | Vitaly Novichkov | |
2018-06-21 | Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into ↵ | Vitaly Novichkov | |
split-midi-sequencer-and-sysex-2 # Conflicts: # src/adlmidi_midiplay.cpp # src/adlmidi_private.hpp | |||
2018-06-21 | Small clean-up in a custom bank loading function | Vitaly Novichkov | |
2018-06-21 | FileReader: directly assign SET/CUR/END enum into SEEK_* macros to match | Vitaly Novichkov | |
2018-06-21 | MIDI Sequencer: Small clean-up | Vitaly Novichkov | |
2018-06-21 | Fix MSVC build because of missing `ssize_t` typedef | Vitaly Novichkov | |
2018-06-21 | Fix for "NOMINMAX" redefinition warning on Windows | Vitaly Novichkov | |
2018-06-21 | Attempt to fix build on Windows | Vitaly Novichkov | |
2018-06-21 | Remove useless "_parent" pointer from OPL3 class | Vitaly Novichkov | |
2018-06-21 | Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header | Vitaly Novichkov | |
2018-06-21 | Fix MSVC's warning C4267 in the file reader | Vitaly Novichkov | |
2018-06-21 | Second attempt to fix Windows build | Vitaly Novichkov | |
2018-06-21 | Attempt to fix a Windows build | Vitaly Novichkov | |
2018-06-21 | Fixed C++98 bulid | Vitaly Novichkov | |
lround is C99 and C++11, not C++98! | |||
2018-06-21 | Remove second Bend coefficient | Vitaly Novichkov | |
I have tested 14'th bank on DosBox emulator in current state, and seems everything is fine, no any hi-hats distortions. | |||
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-20 | basic framework of sysex handling and sequencer support | JP Cimalando | |
2018-06-20 | Avoid possible failure to compile for Windows | Vitaly Novichkov | |
2018-06-20 | Move file reader into the separated header file | Vitaly Novichkov | |
2018-06-20 | Merge branch 'master' into poly-portamento2 | Vitaly Novichkov | |
2018-06-20 | Fix tiny MSVC 2017 Win64 warning | Vitaly Novichkov | |
2018-06-19 | avoid portamento work when no notes have it on channel | JP Cimalando | |
2018-06-19 | Fixed DJGPP build | Vitaly Novichkov | |
2018-06-19 | allow portamento to be updated by MIDI::Tick | JP Cimalando | |
2018-06-19 | polyphonic portamento | JP Cimalando | |
2018-06-19 | Apply same DJGPP build fix | Vitaly Novichkov | |
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ] | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | Update of DMXOPL3 up to 2.13a. Correctly! | Vitaly Novichkov | |
(previous attempt to update was done with a mistakenly replaced wrong file) | |||
2018-06-19 | Revert "Update of DMXOPL3 up to 2.13a" | Vitaly Novichkov | |
This reverts commit f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e. | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | Update of DMXOPL3 up to 2.13a | Vitaly Novichkov | |
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a | |||
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-16 | Update three WOPL banks and re-generate embedded banks database | Vitaly Novichkov | |
2018-06-16 | Small warning fix on DJGPP | Vitaly Novichkov | |
2018-06-16 | Upgrated measurer algorithm and re-generated full embedded banks database | Vitaly Novichkov | |