aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-20VLC Plugin: Added supports for VLC 3+!Vitaly Novichkov
2018-05-19Works and fixesVitaly Novichkov
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion
2018-05-19OpenWatcom compilation fixVitaly Novichkov
2018-05-17Fixed DJGPP build of MIDI PlayerVitaly Novichkov
2018-05-17Auto-define missing int types to build on Watcom with C90Vitaly Novichkov
2018-05-17Fixed a warningVitaly Novichkov
2018-05-16fix the operators loop in WOPL converterJP Cimalando
2018-05-16smart pointers cleanupJP Cimalando
2018-05-16fix a shared pointer bug which destroys a live counterJP Cimalando
2018-05-16storing adldata and adlinsdata in unified structuresJP Cimalando
2018-05-16c++98 support for bank mapJP Cimalando
2018-05-16BankMap: Added better friendly template declarisonVitaly Novichkov
2018-05-16Move smart pointer classes into separated headerVitaly Novichkov
2018-05-16specialized hash table for bank number mappingsJP Cimalando
2018-05-16Merge pull request #90 from jpcima/cpp-extrasVitaly Novichkov
make the AdlInstrumentTester a P-Impl
2018-05-16allow to pass a -1 argument for instrument testingJP Cimalando
2018-05-16make the AdlInstrumentTester a P-ImplJP Cimalando
2018-05-16CMake: Fixed build of ADLMIDI2 when GenAdlData is disabledVitaly Novichkov
2018-05-14Fixed DosBox emulator build with the same issue when macros not definedVitaly Novichkov
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