aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-04Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-04CMake: Added SO versionWohlstand
2019-12-03MidiSequencer: Added PCM streaming codeWohlstand
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature
2019-12-02Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-02MidiSequencer: Fixed possible UTF16 string length checking problemsWohlstand
2019-11-15Sequencer: Allow playing IMF files of Type 0Wohlstand
2019-11-09Merge branch 'master' into wip-new-embedded-banksVitaly Novichkov
2019-09-26Fixed build for MSVC2013Wohlstand
2019-09-26Update MIDI Sequencer with latest copy from libOPNMIDIWohlstand
2019-09-23MidiPlay: Fixed warnings and some Windows buildsWohlstand
2019-09-23Merge branch 'wip-new-embedded-banks' of ↵Wohlstand
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23AppVeyor: Build MidiPlay by defaultWohlstand
2019-09-23TravisCI: Temporary don't build MidiPlay on macOSWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2019-09-23Merge branch 'master' into wip-new-embedded-banksVitaly Novichkov
2019-09-23Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2019-09-23Don't generate "libADLMIDI.a"/"ADLMIDI.lib" twiseVitaly Novichkov
...when a building of both shared and static libraries is enabled
2019-09-23Merge branch 'wip-new-embedded-banks' of ↵Vitaly Novichkov
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
2019-09-23Fixed MSVC warning in adlmidi_opl3.cppVitaly Novichkov
2019-09-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-09-16Bank-70: Rename "lee" into "Rise of the Triad"Wohlstand
2019-08-02Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-08-02Another fix of Apogee-IMF90Wohlstand
Minor fix of Accordion
2019-08-01Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-08-01Update Apogee-IMF90 bankWohlstand
Replaced and polished some instruments
2019-07-15Put back 25'th note for measurementVitaly Novichkov
2019-07-15Don't measure rhythm-mode drums. Yet.Vitaly Novichkov
2019-07-15Another fix of measurerVitaly Novichkov
2019-07-14Completely fixed the trouble of measurer!Vitaly Novichkov
- DosBox works fine and produces correct sound - 4op voices are now working!
2019-07-14Add NULL entry into end of bank names listVitaly Novichkov
2019-07-08Minor fixesVitaly Novichkov
Looks like need to correct 4-op sounding, looks like it really silent inside measurer when it must give an actual sound!
2019-07-08More accurate silence detectorVitaly Novichkov
Now, there are very low level of error! The only one weird condition is still be there...
2019-07-07Make using of WIP silence guesserVitaly Novichkov
It's incomplete, therefore fails a unit test on some cases and says false about some instruments
2019-07-07Few fixesVitaly Novichkov
- Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things
2019-07-03Fix for 4op and pseudo4ops inside measurer's generatorVitaly Novichkov
2019-07-02Don't pass useless data to the chipWohlstand
2019-07-02Some work on old cacheWohlstand
2019-07-02Simplify and automate preparation for deep-debugWohlstand
2019-07-02Merge pull request #225 from jpcima/wip-new-embedded-banksVitaly Novichkov
genadldata: fix invalid access in the AIL reader
2019-07-02genadldata: fix invalid access in the AIL readerJP Cimalando
2019-07-02Bank names array for compatibility and less DB source file sizeWohlstand
Yes, the compatibility is needed... for public function that gives RO an access to that array.
2019-07-02Fixed "adldata.cxx" symbolic linkWohlstand
2019-07-02Draft for silent instrument detectorVitaly Novichkov
Logically identify instruments which will result you a silence
2019-07-02Added The Lost Vikings bank for test purposesVitaly Novichkov
This bank contains at least 3 banks
2019-07-02Fixed messed up AdLib Gold BNKVitaly Novichkov
2019-07-02Fix for pseudo-4op instrumentsVitaly Novichkov
2019-07-02Merge branch 'wip-new-embedded-banks' of ↵Vitaly Novichkov
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks