Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-11-15 | Merge remote-tracking branch 'origin/master' into wip-new-embedded-banks | Vitaly Novichkov | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |
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-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2019-01-05 | Change description to be more correct | Vitaly Novichkov | |
2018-10-09 | Fixed a warning with disabled MIDI sequencer | Vitaly Novichkov | |
2018-10-05 | typedef OPL3 as Synth | JP Cimalando | |
2018-10-05 | reorganize around a lighter adlmidi_private header | JP Cimalando | |
2018-10-05 | reorganize MIDIplay code | JP Cimalando | |
2018-09-30 | Move "MaxChips" constant macro into adlmidi_private.hpp | Vitaly Novichkov | |
2018-09-30 | TRUE Fix the 4-op channels count setup | Vitaly Novichkov | |
2018-09-30 | Fix the 4-op channels count setup | Vitaly Novichkov | |
2018-09-30 | Another CMF/IMF/RSXX playback fix | Vitaly Novichkov | |
2018-09-30 | Lock settings for CMF and IMF playing to don't destroy them | Vitaly Novichkov | |
For now, all settings are in safe, except of custom bank that getting be dropped away by CMF file that does passing of own custom instruments. | |||
2018-09-19 | eliminate a redundant null check | JP Cimalando | |
2018-09-11 | have consistent null checks and returns | JP Cimalando | |
2018-09-06 | access into global chip settings | JP Cimalando | |
2018-08-30 | API to return 4op channels to the original count | JP Cimalando | |
2018-08-02 | add safety check for emulator switching | JP Cimalando | |
2018-07-31 | fix the gcc warning "class-memaccess" | JP Cimalando | |
2018-07-31 | Merge branch 'master' into fullpan | Vitaly Novichkov | |
2018-07-30 | [Experimental] Partially apply fixes to kode54's pull request | Wohlstand | |
2018-07-30 | Merge pull request #147 from jpcima/visibility-hidden | Vitaly Novichkov | |
remove an exported function which is unused | |||
2018-07-30 | remove an exported function which is unused | JP Cimalando | |
2018-07-29 | Implemented optional soft panning support for the included chip emulators, ↵ | Christopher Snowhill | |
disabled by default. | |||
2018-07-26 | changing synth setup without the full MIDI reset | JP Cimalando | |
2018-07-09 | xmi: handle AIL callback trigger | JP Cimalando | |
2018-07-07 | rename enum members for consistency | JP Cimalando | |
2018-07-07 | sequencer API to turn tracks on/off/solo | JP Cimalando | |
2018-07-04 | Continue documenting, and apply some minor fixes on other files | Vitaly Novichkov | |
2018-07-04 | Continue public API documenting. Almost complete. | Vitaly Novichkov | |
2018-07-03 | Merge pull request #126 from jpcima/bank-embed-api | Vitaly Novichkov | |
embedded bank loading API into multi-bank | |||
2018-07-03 | embedded bank loading API into multi-bank | JP Cimalando | |
2018-06-28 | basic channel description API | JP Cimalando | |
2018-06-25 | Fixed missing refresh of 4-op channels count | Vitaly Novichkov | |
2018-06-25 | Small fix in `CopySamplesTransformed` template | Vitaly Novichkov | |
2018-06-25 | Using bigger integers for math in some places | Vitaly Novichkov | |
2018-06-24 | [Experimental] Big re-factoring of internals and clean-up | Vitaly Novichkov | |
- Renamed functions - Renamed variables - Documenting of most library internal stuff - Disabling of embedded banks no more conflicts with accidental linking of adldata.cpp | |||
2018-06-23 | Little clean-up and beautify | Vitaly Novichkov | |
2018-06-23 | Implement a workaround for crashing Watcom compiler | 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 | MIDI Sequencer: Small clean-up | Vitaly Novichkov | |
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 |