Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-02 | Remove duplicated "Poke" function call | Vitaly Novichkov | |
It's no sense to have uint32-argument poke function as all emulators are using uint16 and uint8 data only | |||
2018-06-01 | bank storage inside dynamic map | JP Cimalando | |
2018-05-31 | rewrite the check of whether aftertouch is used | JP Cimalando | |
2018-05-31 | Implement correct support for after-touch feature | Vitaly Novichkov | |
2018-05-31 | Small polishing of volume model and CMF/RSXX tempo | Vitaly Novichkov | |
- Removed "Logarithmic volumes" flag as volume models concept successfuly serves this task. "Logarithmic volumes" flag is useless when we have volume models. - Fixed "too fast" tempo while playing CMF and EA-MUS (aka RSXX) files | |||
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-19 | OpenWatcom compilation fix | Vitaly Novichkov | |
2018-05-16 | storing adldata and adlinsdata in unified structures | JP Cimalando | |
2018-05-16 | Move smart pointer classes into separated header | Vitaly Novichkov | |
2018-05-16 | specialized hash table for bank number mappings | JP Cimalando | |
2018-05-14 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
2018-05-14 | Attempt to fix the build on MinGW without C++11 | Vitaly Novichkov | |
2018-05-10 | meaningful handling of pitch bend sensitivity | JP Cimalando | |
2018-04-29 | Use code of adl_cvtS8 in adl_cvtU8 directly | Vitaly Novichkov | |
2018-04-23 | Fixed Android build | Vitaly Novichkov | |
2018-04-22 | implement copy for OplChannel, and move implementations in .cpp | JP Cimalando | |
2018-04-22 | fix a null problem when allocating the last user cell | JP Cimalando | |
2018-04-20 | Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zone | Vitaly Novichkov | |
Those functions are dead out of disabled MIDI Sequencer code, so, there are must NOT appear in the library when MIDI Sequencer is disabled. | |||
2018-04-19 | hard-RT: elimination of the user map | JP Cimalando | |
2018-04-18 | reformulated phys code into original map semantics | JP Cimalando | |
2018-04-16 | Merge pull request #67 from jpcima/hard-realtime | Vitaly Novichkov | |
transform the note map into a fixed array | |||
2018-04-16 | transform the note map into a fixed array | JP Cimalando | |
2018-04-15 | add more sample types | JP Cimalando | |
2018-04-13 | fix inclusion of cinttypes on OS X libstdc++ | JP Cimalando | |
2018-04-12 | fix SPtr implementation mistake | JP Cimalando | |
2018-04-11 | support for 32 bit mixing, and multiple sample formats | JP Cimalando | |
2018-04-11 | Move controls reset into same function | Vitaly Novichkov | |
Also, fixed non-reseted bend sensitivity which distorts pitch on attempt to play another MIDI file | |||
2018-04-11 | Changed logic of CC-74 Brightness | Vitaly Novichkov | |
to affect sound only between 0 and 64 like real XG synthesizers affect sound only between 0 and 64. | |||
2018-04-11 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
2018-04-11 | Put Nuked OPL3 1.8 be default and fix the DJGPP build | Vitaly Novichkov | |
2018-04-10 | fix memory management issues | JP Cimalando | |
2018-04-10 | Added support for CC120 "All sounds off" (#48) | Vitaly Novichkov | |
2018-04-10 | [Experimental] Added support for emulation core switching in real time! | Vitaly Novichkov | |
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator. | |||
2018-03-25 | Fixed the `long` vs `int64_t` conflict in CalculateAdlChannelGoodness | Vitaly Novichkov | |
It's a warning came from MSVC | |||
2018-03-25 | MSVC warning muter and remove `sstream` usage | Vitaly Novichkov | |
2018-03-24 | Added ability to disable MUS and XMI converters and MIDI Sequencer | Vitaly Novichkov | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2018-01-21 | Move version number into the public header | Vitaly Novichkov | |
2017-12-16 | Fix the sample rate initialization | Vitaly Novichkov | |
2017-12-16 | Updated version number and changelog | Vitaly Novichkov | |
2017-12-16 | Added realtime API, Experimental, not tested | Vitaly Novichkov | |
- Added Real-time public API, needed a test! (try to implement dummy VLC plugin with it) - Added abillity to change deep flags without song restart or a chip reset | |||
2017-12-10 | Merge branch 'master' into get-rid-of-backup-buffer | Vitaly Novichkov | |
# Conflicts: # src/adlmidi.cpp | |||
2017-12-08 | Return back the "const" attribute to CalculateAdlChannelGoodness | Vitaly Novichkov | |
2017-12-01 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-12-01 | Some fixes on non-DOS OpenWatcom targets | Wohlstand | |
Unfortunately, std::fflush() causes a crash on Linux but works fine on DOS | |||
2017-11-26 | C++98 build has been fixed! | Wohlstand | |
2017-11-26 | Attempt to fix compatibility with C++98 | Wohlstand | |
2017-11-26 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-25 | Don't affect percussion chgannels by CC74 Brightness | Wohlstand | |
(As this controller may damage sound of some drums such as DMXOPL3) | |||
2017-11-25 | Experimental: Added Brightness CC74 controller support | Wohlstand | |