aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-23add simple CMakeLists for androidloki666
2018-04-23Fixed Android buildVitaly Novichkov
2018-04-23Merge branch 'stable'Vitaly Novichkov
2018-04-23Small fix for Android. TODO: Make a fix of this for MSVCVitaly Novichkov
2018-04-23Small fix for Android. TODO: Make a fix of this for MSVCVitaly Novichkov
2018-04-23Merge pull request #80 from jpcima/hard-rtVitaly Novichkov
implement copy for OplChannel, and move implementations in .cpp
2018-04-22implement copy for OplChannel, and move implementations in .cppJP Cimalando
2018-04-22Merge pull request #79 from jpcima/hard-rt-nullfixVitaly Novichkov
check LocationData for null on access of vibdelay
2018-04-22check LocationData for null on access of vibdelayJP Cimalando
2018-04-22Merge pull request #78 from jpcima/hard-rt-nullfixVitaly Novichkov
fix a null problem when allocating the last user cell
2018-04-22fix a null problem when allocating the last user cellJP Cimalando
2018-04-22Merge branch 'master' into stableVitaly Novichkov
2018-04-22Added "Apogee IMF 90-ish" bank into set of embedded banksVitaly Novichkov
Also, make a comments in banks.ini INI file to describe some of banks listed in it.
2018-04-22Added my very old bank built with SBTimbre and was in the IBK formatVitaly 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-22Merge branch 'master' into stableVitaly Novichkov
# Conflicts: # android/jni/Android.mk
2018-04-21Merge pull request #77 from jpcima/wopl-apiVitaly Novichkov
wopl API: give names to struct and enum types
2018-04-21wopl API: give names to struct and enum typesJP Cimalando
2018-04-21Merge pull request #76 from VolcanoMobile/masterVitaly Novichkov
android: add build rules for rt
2018-04-21android: add build rules for rtloki666
2018-04-21Merge pull request #75 from jpcima/wopl-namesVitaly Novichkov
wopl robustness fix
2018-04-21wopl robustness fixJP Cimalando
2018-04-20Merge pull request #74 from jpcima/fix-rshiftVitaly Novichkov
fix implementation defined behavior
2018-04-20fix implementation defined behaviorJP Cimalando
2018-04-20Android.mk: Add wopl_file.c into the scriptVitaly Novichkov
2018-04-20Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDIVitaly 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-20Fix a small warning, found on attempt to build OPL3 Bank EditorVitaly Novichkov
2018-04-20Add note about of Hard-RT work of @jpcima into ChangeLogVitaly Novichkov
2018-04-20Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zoneVitaly 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-19hard-RT: elimination of the user mapJP Cimalando
2018-04-19Merge pull request #71 from jpcima/hard-realtime-phys3Vitaly Novichkov
Phys code rewrite
2018-04-18Merge remote-tracking branch 'origin/hard-realtime-phys2' into HEADJP Cimalando
2018-04-18reformulated phys code into original map semanticsJP Cimalando
2018-04-18Updated DMXOPL3 bank by @sneakernetsWohlstand
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
2018-04-18Updated DMXOPL3 bank by @sneakernetsWohlstand
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
2018-04-18explicit link against the library targetJP Cimalando
2018-04-18fix Android.mkloki666
2018-04-18Merge pull request #70 from jpcima/cmakeVitaly Novichkov
explicit link against the library target
2018-04-18explicit link against the library targetJP Cimalando
2018-04-17Merge pull request #68 from VolcanoMobile/masterVitaly Novichkov
fix Android.mk
2018-04-17fix Android.mkloki666
2018-04-16`NoteInfo` and it's parent `MIDIchannel` no more contains dynamic stuffVitaly Novichkov
Everything now are a simple types and fixed arrays.
2018-04-16Merge pull request #67 from jpcima/hard-realtimeVitaly Novichkov
transform the note map into a fixed array
2018-04-16transform the note map into a fixed arrayJP Cimalando
2018-04-15Merge pull request #64 from jpcima/more-sample-typesVitaly Novichkov
add more sample types
2018-04-15add more sample typesJP Cimalando
2018-04-13Merge pull request #63 from jpcima/macosx-buildVitaly Novichkov
fix inclusion of cinttypes on OS X libstdc++
2018-04-13fix inclusion of cinttypes on OS X libstdc++JP Cimalando
2018-04-13Merge pull request #62 from jpcima/macosx-buildVitaly Novichkov
Mac OS needs sys/types.h for ssize_t
2018-04-13Mac OS needs sys/types.h for ssize_tJP Cimalando
2018-04-13Merge pull request #60 from jpcima/cmake-includeVitaly Novichkov
propagate the include directory of ADLMIDI