aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-06Added changelog noteVitaly Novichkov
2018-05-06Fixed inability to load another custom bank!Vitaly Novichkov
Damn, this is so silly: Data of new bank data was added to tail of old data as I forgot to clean up that crap before to fill with a new data, damn! (#83)
2018-05-01Re-calculate measure delays in my 4-op bankVitaly Novichkov
2018-04-29ADLMIDIPlay: Fill g_audioFormat from obtained sample format valueVitaly Novichkov
To avoid distorted sound because wanted and obtained sample format is different.
2018-04-29Use code of adl_cvtS8 in adl_cvtU8 directlyVitaly Novichkov
2018-04-29Added type casting into CopySamplesTransformedVitaly Novichkov
2018-04-29ADLMIDIPlay: Small fix of obtained output informationVitaly Novichkov
2018-04-29ADLMIDIPlay: Added ability to use different sample formatVitaly Novichkov
2018-04-27Fixed MinGW-w64 build of DosBox emulatorVitaly Novichkov
2018-04-27Fixed MSVC buildVitaly Novichkov
2018-04-25ReadME: Add release data and correct CMake options manualVitaly Novichkov
2018-04-23Merge pull request #81 from VolcanoMobile/masterVitaly Novichkov
add simple CMakeLists for android
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