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-07-16
Move missing bank notice into correct place
Vitaly Novichkov
2018-07-15
bank fallback for GS mode
JP Cimalando
2018-07-11
Sequencer: Minor fix of comments
Vitaly Novichkov
2018-07-11
Sequencer: Fixed GMF support
Vitaly Novichkov
2018-07-11
Fixed Watcom build
Vitaly Novichkov
2018-07-11
MIDI Sequencer: Split the loadMIDI function
Vitaly Novichkov
2018-07-09
Merge pull request #133 from jpcima/ail-callback
Vitaly Novichkov
2018-07-09
xmi: handle AIL callback trigger
JP Cimalando
2018-07-08
xmi: convert the RBRN block as MIDI marker
JP Cimalando
2018-07-08
Don't notify about of invalid loop when is no any loop tags passed
Vitaly Novichkov
2018-07-08
[Experimental] Complex loop support
Vitaly Novichkov
2018-07-08
Small comma fix in WOPL parser header
Vitaly Novichkov
2018-07-07
rename enum members for consistency
JP Cimalando
2018-07-07
exception for SMF track 0 when format != 2
JP Cimalando
2018-07-07
sequencer API to turn tracks on/off/solo
JP Cimalando
2018-07-04
Remove deprecated enums from WOPL file processor
Vitaly Novichkov
2018-07-04
Continue documenting, and apply some minor fixes on other files
Vitaly Novichkov
2018-07-04
Continue public API documenting. Almost complete.
Vitaly Novichkov
2018-07-04
Another typo fixes, begin to document all public functions
Vitaly Novichkov
2018-07-04
Added instrument rhythm-mode related enums into the public header
Vitaly Novichkov
2018-07-04
Merge pull request #127 from jpcima/describe-channels
Vitaly Novichkov
2018-07-04
Remove "ADLMIDI_UNSTABLE_API" macro.
Vitaly Novichkov
2018-07-03
fix indexing errors in channel description
JP Cimalando
2018-07-03
Merge pull request #126 from jpcima/bank-embed-api
Vitaly Novichkov
2018-07-03
embedded bank loading API into multi-bank
JP Cimalando
2018-07-02
Merge pull request #124 from jpcima/describe-channels
Vitaly Novichkov
2018-07-02
color attribute for channel descriptor
JP Cimalando
2018-06-29
Fixed "Forcing int to bool" MSVC warning
Vitaly Novichkov
2018-06-29
Merge pull request #123 from jpcima/describe-channels
Vitaly Novichkov
2018-06-28
License LGPL v2.1 for the complete chipset interface
Vitaly Novichkov
2018-06-28
NukeYkt has allowed to license his emulator under LGPL 2.1+
Vitaly Novichkov
2018-06-28
basic channel description API
JP Cimalando
2018-06-26
Don't busy chip channels with blank notes!
Vitaly Novichkov
2018-06-26
Changed logic to identify percussion instrument in the goodness calculator
Vitaly Novichkov
2018-06-25
VLC Plugin: more controls!
Vitaly Novichkov
2018-06-25
Fixed missing refresh of 4-op channels count
Vitaly Novichkov
2018-06-25
Fixed compilation on Android
Vitaly Novichkov
2018-06-25
Use size_t instead of uint64_t on devices cache
Vitaly Novichkov
2018-06-25
Fixed build with disabled embedded banks
Vitaly Novichkov
2018-06-25
Small fix in `CopySamplesTransformed` template
Vitaly Novichkov
2018-06-25
Using bigger integers for math in some places
Vitaly Novichkov
2018-06-24
Fix MSVC warnings
Vitaly Novichkov
2018-06-24
Also small refactoring
Vitaly Novichkov
2018-06-24
MIDI Sequencer: Clean code from some of old comments
Vitaly Novichkov
2018-06-24
Continue clean-up and fix the multi-device support
Vitaly Novichkov
2018-06-24
OPL3: Rename `m_pit` into `m_keyBlockFNumCache`
Vitaly Novichkov
2018-06-24
OPL3: Rename "touchReal" into "touchNote"
Vitaly Novichkov
2018-06-24
[Experimental] Big re-factoring of internals and clean-up
Vitaly Novichkov
2018-06-24
Make CMF files sound more correctly
Vitaly Novichkov
2018-06-23
Little clean-up and beautify
Vitaly Novichkov
[next]