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
/
adlmidi_private.hpp
Age
Commit message (
Expand
)
Author
2018-06-04
Fixed bend sensitivity processing
Vitaly Novichkov
2018-06-03
Bugfixes
Wohlstand
2018-06-02
dynamic instrument API
JP Cimalando
2018-06-02
Remove duplicated "Poke" function call
Vitaly Novichkov
2018-06-01
bank storage inside dynamic map
JP Cimalando
2018-05-31
rewrite the check of whether aftertouch is used
JP Cimalando
2018-05-31
Implement correct support for after-touch feature
Vitaly Novichkov
2018-05-31
Small polishing of volume model and CMF/RSXX tempo
Vitaly Novichkov
2018-05-19
Works and fixes
Vitaly Novichkov
2018-05-19
OpenWatcom compilation fix
Vitaly Novichkov
2018-05-16
storing adldata and adlinsdata in unified structures
JP Cimalando
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-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
meaningful handling of pitch bend sensitivity
JP Cimalando
2018-04-29
Use code of adl_cvtS8 in adl_cvtU8 directly
Vitaly Novichkov
2018-04-23
Fixed Android build
Vitaly Novichkov
2018-04-22
implement copy for OplChannel, and move implementations in .cpp
JP Cimalando
2018-04-22
fix a null problem when allocating the last user cell
JP Cimalando
2018-04-20
Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zone
Vitaly Novichkov
2018-04-19
hard-RT: elimination of the user map
JP Cimalando
2018-04-18
reformulated phys code into original map semantics
JP Cimalando
2018-04-16
Merge pull request #67 from jpcima/hard-realtime
Vitaly Novichkov
2018-04-16
transform the note map into a fixed array
JP Cimalando
2018-04-15
add more sample types
JP Cimalando
2018-04-13
fix inclusion of cinttypes on OS X libstdc++
JP Cimalando
2018-04-12
fix SPtr implementation mistake
JP Cimalando
2018-04-11
support for 32 bit mixing, and multiple sample formats
JP Cimalando
2018-04-11
Move controls reset into same function
Vitaly Novichkov
2018-04-11
Changed logic of CC-74 Brightness
Vitaly Novichkov
2018-04-11
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Vitaly Novichkov
2018-04-11
Put Nuked OPL3 1.8 be default and fix the DJGPP build
Vitaly Novichkov
2018-04-10
fix memory management issues
JP Cimalando
2018-04-10
Added support for CC120 "All sounds off" (#48)
Vitaly Novichkov
2018-04-10
[Experimental] Added support for emulation core switching in real time!
Vitaly Novichkov
2018-03-25
Fixed the `long` vs `int64_t` conflict in CalculateAdlChannelGoodness
Vitaly Novichkov
2018-03-25
MSVC warning muter and remove `sstream` usage
Vitaly Novichkov
2018-03-24
Added ability to disable MUS and XMI converters and MIDI Sequencer
Vitaly Novichkov
2018-01-21
Copyright year update 2018
Vitaly Novichkov
2018-01-21
Move version number into the public header
Vitaly Novichkov
2017-12-16
Fix the sample rate initialization
Vitaly Novichkov
2017-12-16
Updated version number and changelog
Vitaly Novichkov
2017-12-16
Added realtime API, Experimental, not tested
Vitaly Novichkov
2017-12-10
Merge branch 'master' into get-rid-of-backup-buffer
Vitaly Novichkov
2017-12-08
Return back the "const" attribute to CalculateAdlChannelGoodness
Vitaly Novichkov
2017-12-01
Merge branch 'master' into get-rid-of-backup-buffer
Wohlstand
2017-12-01
Some fixes on non-DOS OpenWatcom targets
Wohlstand
2017-11-26
C++98 build has been fixed!
Wohlstand
2017-11-26
Attempt to fix compatibility with C++98
Wohlstand
[next]