Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-20 | Rebuild cache | 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-08-19 | CPP Extras: Simplify instrument tester | Wohlstand | |
Now it uses internal real-time MIDI API instead of direct deal with banks. | |||
2020-08-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-07-06 | Update instruments database | Wohlstand | |
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2020-01-02 | Fix a failure with the Create bank access flag | Jean Pierre Cimalando | |
2019-12-11 | MidiSequencer: apply recent typo fixes and a clean-up | Wohlstand | |
2019-12-04 | Merge branch 'wip-new-embedded-banks' of github.com:Wohlstand/libADLMIDI ↵ | Vitaly Novichkov | |
into wip-new-embedded-banks | |||
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-03 | MidiSequencer: Added PCM streaming code | Wohlstand | |
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature | |||
2019-12-02 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-02 | MidiSequencer: Fixed possible UTF16 string length checking problems | Wohlstand | |
2019-11-15 | Fixed a junk space in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-11-15 | Merge remote-tracking branch 'origin/master' into wip-new-embedded-banks | Vitaly Novichkov | |
2019-11-15 | Sequencer: Allow playing IMF files of Type 0 | Wohlstand | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |
2019-09-26 | Update MIDI Sequencer with latest copy from libOPNMIDI | Wohlstand | |
2019-09-23 | Fixed MSVC warning in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-07-15 | Put back 25'th note for measurement | Vitaly Novichkov | |
2019-07-15 | Don't measure rhythm-mode drums. Yet. | Vitaly Novichkov | |
2019-07-15 | Another fix of measurer | Vitaly Novichkov | |
2019-07-07 | Few fixes | Vitaly Novichkov | |
- Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things | |||
2019-07-03 | Fix for 4op and pseudo4ops inside measurer's generator | Vitaly Novichkov | |
2019-07-02 | Some work on old cache | Wohlstand | |
2019-07-02 | Bank names array for compatibility and less DB source file size | Wohlstand | |
Yes, the compatibility is needed... for public function that gives RO an access to that array. | |||
2019-07-02 | Fixed "adldata.cxx" symbolic link | Wohlstand | |
2019-07-02 | Added The Lost Vikings bank for test purposes | Vitaly Novichkov | |
This bank contains at least 3 banks | |||
2019-07-02 | Fixed messed up AdLib Gold BNK | Vitaly Novichkov | |
2019-07-02 | Fix for pseudo-4op instruments | Vitaly Novichkov | |
2019-07-02 | Merge branch 'wip-new-embedded-banks' of ↵ | Vitaly Novichkov | |
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks | |||
2019-07-02 | Fixed messed up JungleVision banks | Vitaly Novichkov | |
2019-07-01 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵ | Wohlstand | |
wip-new-embedded-banks | |||
2019-07-01 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵ | Wohlstand | |
wip-new-embedded-banks | |||
2019-07-01 | dosbox: thread-safe global initialization | JP Cimalando | |
2019-07-01 | Fixed broken OP2's note offsets | Vitaly Novichkov | |
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-06-30 | Minor fix | Vitaly Novichkov | |
2019-06-06 | Pack database structures to reduce binary size | Wohlstand | |
2019-06-06 | Added IBK and C++98 support for generated database | Wohlstand | |
2019-06-02 | Update emulators enabled check | Matt Montag | |
Add all emulators to the preprocessor directive that ensures at least one is enabled. | |||
2019-03-03 | fix uninitialized chip variables | JP Cimalando | |
2019-02-26 | java: initialize phase (CID 1477241) | JP Cimalando | |
2019-02-26 | java: fix unreachable code false-positive (CID 1477236) | JP Cimalando | |
2019-02-26 | java: initialize cha and chb (CID 1477237) | JP Cimalando | |
2019-02-26 | opal: initialize tremolo level (CID 1477242) | JP Cimalando | |
2019-02-25 | Merge pull request #213 from jpcima/opal | Vitaly Novichkov | |
opal: fix envelope delay between stage transitions | |||
2019-02-25 | opal: fix envelope delay between stage transitions | JP Cimalando | |