Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-23 | add simple CMakeLists for android | loki666 | |
2018-04-23 | Fixed Android build | Vitaly Novichkov | |
2018-04-23 | Merge branch 'stable' | Vitaly Novichkov | |
2018-04-23 | Small fix for Android. TODO: Make a fix of this for MSVC | Vitaly Novichkov | |
2018-04-23 | Small fix for Android. TODO: Make a fix of this for MSVC | Vitaly Novichkov | |
2018-04-23 | Merge pull request #80 from jpcima/hard-rt | Vitaly Novichkov | |
implement copy for OplChannel, and move implementations in .cpp | |||
2018-04-22 | implement copy for OplChannel, and move implementations in .cpp | JP Cimalando | |
2018-04-22 | Merge pull request #79 from jpcima/hard-rt-nullfix | Vitaly Novichkov | |
check LocationData for null on access of vibdelay | |||
2018-04-22 | check LocationData for null on access of vibdelay | JP Cimalando | |
2018-04-22 | Merge pull request #78 from jpcima/hard-rt-nullfix | Vitaly Novichkov | |
fix a null problem when allocating the last user cell | |||
2018-04-22 | fix a null problem when allocating the last user cell | JP Cimalando | |
2018-04-22 | Merge branch 'master' into stable | Vitaly Novichkov | |
2018-04-22 | Added "Apogee IMF 90-ish" bank into set of embedded banks | Vitaly Novichkov | |
Also, make a comments in banks.ini INI file to describe some of banks listed in it. | |||
2018-04-22 | Added my very old bank built with SBTimbre and was in the IBK format | Vitaly Novichkov | |
This bank can't be used now as it uses Rhythm-mode drums. Rhythm-mode drums are wasn't polished yet to work right with a current system. | |||
2018-04-22 | Merge branch 'master' into stable | Vitaly Novichkov | |
# Conflicts: # android/jni/Android.mk | |||
2018-04-21 | Merge pull request #77 from jpcima/wopl-api | Vitaly Novichkov | |
wopl API: give names to struct and enum types | |||
2018-04-21 | wopl API: give names to struct and enum types | JP Cimalando | |
2018-04-21 | Merge pull request #76 from VolcanoMobile/master | Vitaly Novichkov | |
android: add build rules for rt | |||
2018-04-21 | android: add build rules for rt | loki666 | |
2018-04-21 | Merge pull request #75 from jpcima/wopl-names | Vitaly Novichkov | |
wopl robustness fix | |||
2018-04-21 | wopl robustness fix | JP Cimalando | |
2018-04-20 | Merge pull request #74 from jpcima/fix-rshift | Vitaly Novichkov | |
fix implementation defined behavior | |||
2018-04-20 | fix implementation defined behavior | JP Cimalando | |
2018-04-20 | Android.mk: Add wopl_file.c into the script | Vitaly Novichkov | |
2018-04-20 | Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI | Vitaly Novichkov | |
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI. | |||
2018-04-20 | Fix a small warning, found on attempt to build OPL3 Bank Editor | Vitaly Novichkov | |
2018-04-20 | Add note about of Hard-RT work of @jpcima into ChangeLog | Vitaly Novichkov | |
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-19 | Merge pull request #71 from jpcima/hard-realtime-phys3 | Vitaly Novichkov | |
Phys code rewrite | |||
2018-04-18 | Merge remote-tracking branch 'origin/hard-realtime-phys2' into HEAD | JP Cimalando | |
2018-04-18 | reformulated phys code into original map semantics | JP Cimalando | |
2018-04-18 | Updated DMXOPL3 bank by @sneakernets | Wohlstand | |
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl | |||
2018-04-18 | Updated DMXOPL3 bank by @sneakernets | Wohlstand | |
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl | |||
2018-04-18 | explicit link against the library target | JP Cimalando | |
2018-04-18 | fix Android.mk | loki666 | |
2018-04-18 | Merge pull request #70 from jpcima/cmake | Vitaly Novichkov | |
explicit link against the library target | |||
2018-04-18 | explicit link against the library target | JP Cimalando | |
2018-04-17 | Merge pull request #68 from VolcanoMobile/master | Vitaly Novichkov | |
fix Android.mk | |||
2018-04-17 | fix Android.mk | loki666 | |
2018-04-16 | `NoteInfo` and it's parent `MIDIchannel` no more contains dynamic stuff | Vitaly Novichkov | |
Everything now are a simple types and fixed arrays. | |||
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 | Merge pull request #64 from jpcima/more-sample-types | Vitaly Novichkov | |
add more sample types | |||
2018-04-15 | add more sample types | JP Cimalando | |
2018-04-13 | Merge pull request #63 from jpcima/macosx-build | Vitaly Novichkov | |
fix inclusion of cinttypes on OS X libstdc++ | |||
2018-04-13 | fix inclusion of cinttypes on OS X libstdc++ | JP Cimalando | |
2018-04-13 | Merge pull request #62 from jpcima/macosx-build | Vitaly Novichkov | |
Mac OS needs sys/types.h for ssize_t | |||
2018-04-13 | Mac OS needs sys/types.h for ssize_t | JP Cimalando | |
2018-04-13 | Merge pull request #60 from jpcima/cmake-include | Vitaly Novichkov | |
propagate the include directory of ADLMIDI |