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-04-12
Fix the damaged output regression and a small beautifying
Vitaly Novichkov
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
Fixed the real-time playing with multi-chip
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
When muting channel, set zero to releasing time out to free the channel
Vitaly Novichkov
2018-04-10
Remove duplicated files
Vitaly Novichkov
2018-04-10
Fixed the broken output on Nuked OPL3 v 1.8 (#51)
Vitaly Novichkov
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-31
Small warning fix
Vitaly Novichkov
2018-03-28
Re-Generate AdlData database
Wohlstand
2018-03-27
Remove std:: from all snprintf calls
Wohlstand
2018-03-27
Replace all sprintf calls with snprintf
Vitaly Novichkov
2018-03-27
Fixed blank instruments fallback in multi-bank support
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
Another warning fix
Vitaly Novichkov
2018-03-24
Small unused warning fix
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
2018-01-18
Fixed C++ comment in nukedopl3.h header
Vitaly Novichkov
2018-01-11
Apply experimental optimized edition of NukedOPL3 made by @troosh
Vitaly Novichkov
2018-01-07
Allow MIDI-tracks with missing EndOfTrack event
Vitaly Novichkov
2018-01-02
Rewind on attemt to seek out of music length
Vitaly Novichkov
2017-12-24
Remove const from adl_metaMarker() return value
Vitaly Novichkov
2017-12-24
Fixed an inability to use adlmidi.h in pure C programs
Vitaly Novichkov
2017-12-23
Update @sneakernets's DMXOPL3 bank (2.11b + two commits)
Vitaly Novichkov
2017-12-21
Reset controllers on initialization
Vitaly Novichkov
2017-12-21
Remove no more needed "device" argument from SendStereoAudio
Vitaly Novichkov
2017-12-21
Fixed uninitialized volume model setup field
Vitaly Novichkov
2017-12-21
Added missing DLL exports on RealTime functions
Vitaly Novichkov
2017-12-18
Fixed missing applySetup() calls on bank changes
Wohlstand
2017-12-16
Kill sustaining notes by panic command
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 experimental VLC plugin
Vitaly Novichkov
2017-12-16
Added realtime API, Experimental, not tested
Vitaly Novichkov
2017-12-16
DMXOPL3 by @sneakernets update
Vitaly Novichkov
2017-12-10
Added "TODO" note into "adl_generate" function
Vitaly Novichkov
2017-12-10
Merge branch 'master' into get-rid-of-backup-buffer
Vitaly Novichkov
2017-12-10
Small refactoring to make the buffer copying be more understandable
Vitaly Novichkov
2017-12-09
Remove temporary debug prints
Vitaly Novichkov
2017-12-09
Merge branch 'master' into get-rid-of-backup-buffer
Vitaly Novichkov
2017-12-09
Merge branch 'master' into openwatcom-debug
Vitaly Novichkov
2017-12-09
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Vitaly Novichkov
[next]