aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-14Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2018-05-14AppVeyor: Disable GenAdlData building for nowVitaly Novichkov
It's very weird that it won't build on AppVeyor even on the same MinGW toolchain locally it builds successfully!
2018-05-14Attempt to fix the build on MinGW without C++11Vitaly Novichkov
2018-05-14GenAdlData: Small change of format outputVitaly Novichkov
to don't cause Qt Creator think it's an error message of compiler
2018-05-10Merge pull request #86 from jpcima/fix-pitchbendVitaly Novichkov
pitch bend sensitivity attempt #2
2018-05-10pitch bend sensitivity attempt #2JP Cimalando
2018-05-10Merge pull request #85 from jpcima/fix-pitchbendVitaly Novichkov
meaningful handling of pitch bend sensitivity
2018-05-10meaningful handling of pitch bend sensitivityJP Cimalando
2018-05-08Merge pull request #84 from jpcima/fix-pitchbendVitaly Novichkov
fix pitchbend
2018-05-08fix pitchbendJP Cimalando
2018-05-08CMake: Fourth attempt to fix MinGW buildVitaly Novichkov
2018-05-08CMake: third attempt to fix MinGW buildVitaly Novichkov
2018-05-08CMake: Another attempt to fix MinGW buildVitaly Novichkov
2018-05-08Add AppVeyor's badgeVitaly Novichkov
[ci skip]
2018-05-08CMake: Use different strategy to identify MinGW if CMAKE_CXX_COMPILER_ID ↵Vitaly Novichkov
doesn't gives "GNU"
2018-05-06Another attempt to fix the AppVeyor buildVitaly Novichkov
2018-05-06Attempt to fix AppVeyor buildVitaly Novichkov
2018-05-06Update IniProcessingVitaly Novichkov
2018-05-06Provide an AppVeyor buildVitaly Novichkov
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