aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-02Beautify the "adlmidi_midiplay.cpp"Vitaly Novichkov
2018-06-02Remove duplicated "Poke" function callVitaly Novichkov
It's no sense to have uint32-argument poke function as all emulators are using uint16 and uint8 data only
2018-06-02Warning fixesVitaly Novichkov
2018-06-01Small tweak over Watcom projectsVitaly Novichkov
2018-06-01bank fallback on blank instrumentJP Cimalando
2018-06-01bank storage inside dynamic mapJP Cimalando
2018-06-01Another small change of the OW buildVitaly Novichkov
2018-06-01Update OpenWatcom project to target DOS4GVitaly Novichkov
Still not working and stuck in the stack due unfixed bug in OW
2018-06-01Fix the build on OpenWatcomVitaly Novichkov
[the full-working compiling still not working yet due bug on OW side]
2018-06-01Fix the warning on DJGPP with hardware OPL3 modeVitaly Novichkov
2018-06-01Added changelog notesVitaly Novichkov
2018-06-01Small polish of the 4op channels count auto-choose formulaVitaly Novichkov
2018-06-01Merge branch 'num-4ops' of git@github.com:jpcima/libADLMIDI.git into num-4opsVitaly Novichkov
2018-06-01Improve the automatic 4op channels count choosing formulaVitaly Novichkov
2018-05-31edit the formula to have a minimum 4ops countJP Cimalando
2018-06-01Merge branch 'master' into num-4opsVitaly Novichkov
2018-06-01Warning fixes and append "r4111" into name of DosBox emulatorVitaly Novichkov
2018-05-31dosbox: don't use ssize_t for frame count, use unsignedJP Cimalando
2018-05-31update Dosbox OPLJP Cimalando
2018-05-31Merge pull request #96 from jpcima/minor-thingsVitaly Novichkov
Minor things
2018-05-31rewrite DMX table to occupy 8x less spaceJP Cimalando
2018-05-31rewrite the check of whether aftertouch is usedJP Cimalando
2018-05-31attempt to rework 4op count computationJP Cimalando
2018-05-31Merge pull request #94 from jpcima/minor-thingsVitaly Novichkov
a small mistake fixed about maximum note number
2018-05-31a small mistake fixed about maximum note numberJP Cimalando
2018-05-31Implement correct support for after-touch featureVitaly Novichkov
2018-05-31Failed attempt to move RSXX note-on to aftertouch conversionVitaly Novichkov
into preprocessor
2018-05-31Changelog noteVitaly Novichkov
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly Novichkov
- Removed "Logarithmic volumes" flag as volume models concept successfuly serves this task. "Logarithmic volumes" flag is useless when we have volume models. - Fixed "too fast" tempo while playing CMF and EA-MUS (aka RSXX) files
2018-05-20TRUE fix of the default MIDI tempoVitaly Novichkov
#91
2018-05-20Polishing default tempo for MIDI files are lacks the tempo eventVitaly Novichkov
#91
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