Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-09 | Travis update to pass lint validation | Jean Pierre Cimalando | |
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-09 | pyaudio example: remove unneeded print of bool | Wohlstand | |
2019-12-09 | pyaudio example: fixed loading of an external bank | Wohlstand | |
2019-12-09 | Added python-pyaudio example | Wohlstand | |
2019-12-06 | CMake: Added docks installing | 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-04 | CMake: Don't give "-static" suffix on non-Windows platforms | Wohlstand | |
2019-12-04 | CMake: Allow overriding of output paths | Wohlstand | |
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-04 | CMake: Added SO version | 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-11-09 | Merge branch 'master' into wip-new-embedded-banks | Vitaly Novichkov | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |
2019-09-26 | Update MIDI Sequencer with latest copy from libOPNMIDI | Wohlstand | |
2019-09-23 | MidiPlay: Fixed warnings and some Windows builds | Wohlstand | |
2019-09-23 | Merge branch 'wip-new-embedded-banks' of ↵ | Wohlstand | |
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks | |||
2019-09-23 | MidiPlay: Move Audio Output into separate module | Wohlstand | |
2019-09-23 | AppVeyor: Build MidiPlay by default | Wohlstand | |
2019-09-23 | TravisCI: Temporary don't build MidiPlay on macOS | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | Wohlstand | |
2019-09-23 | Don't call "-no-pie" when it's unavailable | Wohlstand | |
2019-09-23 | Set "-no-pie" to all executables built by GCC | Wohlstand | |
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable | |||
2019-09-23 | Merge branch 'master' into wip-new-embedded-banks | Vitaly Novichkov | |
2019-09-23 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
2019-09-23 | Don't generate "libADLMIDI.a"/"ADLMIDI.lib" twise | Vitaly Novichkov | |
...when a building of both shared and static libraries is enabled | |||
2019-09-23 | Merge branch 'wip-new-embedded-banks' of ↵ | Vitaly Novichkov | |
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks | |||
2019-09-23 | Fixed MSVC warning in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-09-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-09-16 | Bank-70: Rename "lee" into "Rise of the Triad" | Wohlstand | |
2019-08-02 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-08-02 | Another fix of Apogee-IMF90 | Wohlstand | |
Minor fix of Accordion | |||
2019-08-01 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-08-01 | Update Apogee-IMF90 bank | Wohlstand | |
Replaced and polished some instruments | |||
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-14 | Completely fixed the trouble of measurer! | Vitaly Novichkov | |
- DosBox works fine and produces correct sound - 4op voices are now working! | |||
2019-07-14 | Add NULL entry into end of bank names list | Vitaly Novichkov | |
2019-07-08 | Minor fixes | Vitaly 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-08 | More accurate silence detector | Vitaly Novichkov | |
Now, there are very low level of error! The only one weird condition is still be there... | |||
2019-07-07 | Make using of WIP silence guesser | Vitaly Novichkov | |
It's incomplete, therefore fails a unit test on some cases and says false about some instruments | |||
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 |