index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-06-01
Fix the build on OpenWatcom
Vitaly Novichkov
2018-06-01
Fix the warning on DJGPP with hardware OPL3 mode
Vitaly Novichkov
2018-06-01
Small polish of the 4op channels count auto-choose formula
Vitaly Novichkov
2018-06-01
Improve the automatic 4op channels count choosing formula
Vitaly Novichkov
2018-06-01
Merge branch 'master' into num-4ops
Vitaly Novichkov
2018-06-01
Warning fixes and append "r4111" into name of DosBox emulator
Vitaly Novichkov
2018-05-31
dosbox: don't use ssize_t for frame count, use unsigned
JP Cimalando
2018-05-31
update Dosbox OPL
JP Cimalando
2018-05-31
rewrite DMX table to occupy 8x less space
JP Cimalando
2018-05-31
rewrite the check of whether aftertouch is used
JP Cimalando
2018-05-31
attempt to rework 4op count computation
JP Cimalando
2018-05-31
a small mistake fixed about maximum note number
JP Cimalando
2018-05-31
Implement correct support for after-touch feature
Vitaly Novichkov
2018-05-31
Failed attempt to move RSXX note-on to aftertouch conversion
Vitaly Novichkov
2018-05-31
Small polishing of volume model and CMF/RSXX tempo
Vitaly Novichkov
2018-05-20
TRUE fix of the default MIDI tempo
Vitaly Novichkov
2018-05-20
Polishing default tempo for MIDI files are lacks the tempo event
Vitaly Novichkov
2018-05-19
Works and fixes
Vitaly Novichkov
2018-05-19
OpenWatcom compilation fix
Vitaly Novichkov
2018-05-17
Auto-define missing int types to build on Watcom with C90
Vitaly Novichkov
2018-05-17
Fixed a warning
Vitaly Novichkov
2018-05-16
fix the operators loop in WOPL converter
JP Cimalando
2018-05-16
smart pointers cleanup
JP Cimalando
2018-05-16
fix a shared pointer bug which destroys a live counter
JP Cimalando
2018-05-16
storing adldata and adlinsdata in unified structures
JP Cimalando
2018-05-16
c++98 support for bank map
JP Cimalando
2018-05-16
BankMap: Added better friendly template declarison
Vitaly Novichkov
2018-05-16
Move smart pointer classes into separated header
Vitaly Novichkov
2018-05-16
specialized hash table for bank number mappings
JP Cimalando
2018-05-16
make the AdlInstrumentTester a P-Impl
JP Cimalando
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
Attempt to fix the build on MinGW without C++11
Vitaly Novichkov
2018-05-10
pitch bend sensitivity attempt #2
JP Cimalando
2018-05-10
meaningful handling of pitch bend sensitivity
JP Cimalando
2018-05-08
fix pitchbend
JP Cimalando
2018-05-06
Fixed inability to load another custom bank!
Vitaly Novichkov
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-27
Fixed MinGW-w64 build of DosBox emulator
Vitaly Novichkov
2018-04-27
Fixed MSVC build
Vitaly Novichkov
2018-04-23
Fixed Android build
Vitaly Novichkov
2018-04-23
Small fix for Android. TODO: Make a fix of this for MSVC
Vitaly Novichkov
2018-04-22
implement copy for OplChannel, and move implementations in .cpp
JP Cimalando
2018-04-22
check LocationData for null on access of vibdelay
JP Cimalando
2018-04-22
fix a null problem when allocating the last user cell
JP Cimalando
2018-04-22
Added "Apogee IMF 90-ish" bank into set of embedded banks
Vitaly Novichkov
2018-04-21
wopl API: give names to struct and enum types
JP Cimalando
2018-04-21
wopl robustness fix
JP Cimalando
2018-04-20
fix implementation defined behavior
JP Cimalando
[next]