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-08-25
upgrade timing resolution to the microsecond
JP Cimalando
2018-08-03
Minor changes in comment text
JP Cimalando
2018-08-03
Minor cosmetical changes
Vitaly Novichkov
2018-08-02
add safety check for emulator switching
JP Cimalando
2018-07-31
fix some warnings
JP Cimalando
2018-07-31
Fixed MSVC Build of shared library
Wohlstand
2018-07-31
Fix the initial panning state
Vitaly Novichkov
2018-07-31
Merge branch 'master' into fullpan
Vitaly Novichkov
2018-07-30
Merge pull request #146 from jpcima/visibility-hidden
Vitaly Novichkov
2018-07-30
hide private symbols
JP Cimalando
2018-07-29
Implemented optional soft panning support for the included chip emulators, di...
Christopher Snowhill
2018-07-26
changing synth setup without the full MIDI reset
JP Cimalando
2018-07-04
Continue documenting, and apply some minor fixes on other files
Vitaly Novichkov
2018-07-04
Remove "ADLMIDI_UNSTABLE_API" macro.
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
Use size_t instead of uint64_t on devices cache
Vitaly Novichkov
2018-06-25
Using bigger integers for math in some places
Vitaly Novichkov
2018-06-24
Also small refactoring
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-23
Little clean-up and beautify
Vitaly Novichkov
2018-06-23
Added support for CC67-SoftPedal
Vitaly Novichkov
2018-06-23
Added CC66 Sostenuto support!
Vitaly Novichkov
2018-06-22
Added support for synthesizer mode
Vitaly Novichkov
2018-06-22
handle MIDI master volume
JP Cimalando
2018-06-22
handle sysex resets
JP Cimalando
2018-06-21
Attempt to fix MSVC 2015 build
Vitaly Novichkov
2018-06-21
SysEx: Use `size_t` for size values instead of `unsigned int`
Vitaly Novichkov
2018-06-21
Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...
Vitaly Novichkov
2018-06-21
Fix for "NOMINMAX" redefinition warning on Windows
Vitaly Novichkov
2018-06-21
Remove useless "_parent" pointer from OPL3 class
Vitaly Novichkov
2018-06-21
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Vitaly Novichkov
2018-06-21
Move MIDI sequencer into completely separated class
Vitaly Novichkov
2018-06-20
basic framework of sysex handling and sequencer support
JP Cimalando
2018-06-20
Move file reader into the separated header file
Vitaly Novichkov
2018-06-19
avoid portamento work when no notes have it on channel
JP Cimalando
2018-06-19
allow portamento to be updated by MIDI::Tick
JP Cimalando
2018-06-19
polyphonic portamento
JP Cimalando
2018-06-19
Apply same DJGPP build fix
Vitaly Novichkov
2018-06-19
get chip base on level with OPNMIDI
JP Cimalando
2018-06-15
Give more live to very long sustaining notes
Vitaly Novichkov
2018-06-06
fix a use of uninitialized memory
JP Cimalando
2018-06-04
new pitchbend strategy
JP Cimalando
2018-06-04
Fixed bend sensitivity processing
Vitaly Novichkov
2018-06-03
Bugfixes
Wohlstand
2018-06-02
dynamic instrument API
JP Cimalando
[next]