Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | CMake: Fixed build of ADLMIDI2 when GenAdlData is disabled | Vitaly Novichkov | |
2018-05-14 | Fixed DosBox emulator build with the same issue when macros not defined | Vitaly Novichkov | |
2018-05-14 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
2018-05-14 | AppVeyor: Disable GenAdlData building for now | Vitaly Novichkov | |
It's very weird that it won't build on AppVeyor even on the same MinGW toolchain locally it builds successfully! | |||
2018-05-14 | Attempt to fix the build on MinGW without C++11 | Vitaly Novichkov | |
2018-05-14 | GenAdlData: Small change of format output | Vitaly Novichkov | |
to don't cause Qt Creator think it's an error message of compiler | |||
2018-05-10 | Merge pull request #86 from jpcima/fix-pitchbend | Vitaly Novichkov | |
pitch bend sensitivity attempt #2 | |||
2018-05-10 | pitch bend sensitivity attempt #2 | JP Cimalando | |
2018-05-10 | Merge pull request #85 from jpcima/fix-pitchbend | Vitaly Novichkov | |
meaningful handling of pitch bend sensitivity | |||
2018-05-10 | meaningful handling of pitch bend sensitivity | JP Cimalando | |
2018-05-08 | Merge pull request #84 from jpcima/fix-pitchbend | Vitaly Novichkov | |
fix pitchbend | |||
2018-05-08 | fix pitchbend | JP Cimalando | |
2018-05-08 | CMake: Fourth attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: third attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: Another attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | Add AppVeyor's badge | Vitaly Novichkov | |
[ci skip] | |||
2018-05-08 | CMake: Use different strategy to identify MinGW if CMAKE_CXX_COMPILER_ID ↵ | Vitaly Novichkov | |
doesn't gives "GNU" | |||
2018-05-06 | Another attempt to fix the AppVeyor build | Vitaly Novichkov | |
2018-05-06 | Attempt to fix AppVeyor build | Vitaly Novichkov | |
2018-05-06 | Update IniProcessing | Vitaly Novichkov | |
2018-05-06 | Provide an AppVeyor build | Vitaly Novichkov | |
2018-05-06 | Added changelog note | Vitaly Novichkov | |
2018-05-06 | Fixed 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-01 | Re-calculate measure delays in my 4-op bank | Vitaly Novichkov | |
2018-04-29 | ADLMIDIPlay: Fill g_audioFormat from obtained sample format value | Vitaly Novichkov | |
To avoid distorted sound because wanted and obtained sample format is different. | |||
2018-04-29 | Use code of adl_cvtS8 in adl_cvtU8 directly | Vitaly Novichkov | |
2018-04-29 | Added type casting into CopySamplesTransformed | Vitaly Novichkov | |
2018-04-29 | ADLMIDIPlay: Small fix of obtained output information | Vitaly Novichkov | |
2018-04-29 | ADLMIDIPlay: Added ability to use different sample format | Vitaly Novichkov | |
2018-04-27 | Fixed MinGW-w64 build of DosBox emulator | Vitaly Novichkov | |
2018-04-27 | Fixed MSVC build | Vitaly Novichkov | |
2018-04-25 | ReadME: Add release data and correct CMake options manual | Vitaly Novichkov | |
2018-04-23 | Merge pull request #81 from VolcanoMobile/master | Vitaly Novichkov | |
add simple CMakeLists for android | |||
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 | |