Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | fix a case of miscalculation and infinite loop | JP Cimalando | |
2018-08-27 | early koff update to prevent a bad reuse of channel | JP Cimalando | |
2018-08-25 | upgrade timing resolution to the microsecond | JP Cimalando | |
2018-08-02 | add safety check for emulator switching | JP Cimalando | |
2018-07-31 | fix the gcc warning "class-memaccess" | JP Cimalando | |
2018-07-29 | Implemented optional soft panning support for the included chip emulators, ↵ | Christopher Snowhill | |
disabled by default. | |||
2018-07-26 | changing synth setup without the full MIDI reset | JP Cimalando | |
2018-07-26 | Merge branch 'master' into velocity-offset | Vitaly Novichkov | |
# Conflicts: # src/adlmidi_load.cpp | |||
2018-07-25 | handle correctly in case of 2op mode | JP Cimalando | |
2018-07-23 | implement the velocity offset parameter | JP Cimalando | |
2018-07-23 | preserve the data of operator 3-4 in internal storage, regardless of being ↵ | JP Cimalando | |
2op/4op | |||
2018-07-16 | Move missing bank notice into correct place | Vitaly Novichkov | |
2018-07-15 | bank fallback for GS mode | JP Cimalando | |
2018-07-04 | Merge pull request #127 from jpcima/describe-channels | Vitaly Novichkov | |
fix indexing errors in channel description | |||
2018-07-03 | fix indexing errors in channel description | JP Cimalando | |
2018-07-02 | Merge pull request #124 from jpcima/describe-channels | Vitaly Novichkov | |
color attribute for channel descriptor | |||
2018-07-02 | color attribute for channel descriptor | JP Cimalando | |
2018-06-29 | Fixed "Forcing int to bool" MSVC warning | 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 | Fixed compilation on Android | 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 | Continue clean-up and fix the multi-device support | 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 | |
- Renamed functions - Renamed variables - Documenting of most library internal stuff - Disabling of embedded banks no more conflicts with accidental linking of adldata.cpp | |||
2018-06-24 | Make CMF files sound more correctly | Vitaly Novichkov | |
(Especially, Dyna Blaster and Xargon musics are sounding too messy. This fix allows to resolve that) | |||
2018-06-23 | Little clean-up and beautify | Vitaly Novichkov | |
2018-06-23 | glide: handle for all the midi channels | JP Cimalando | |
2018-06-23 | Added support for CC67-SoftPedal | Vitaly Novichkov | |
2018-06-23 | Added CC66 Sostenuto support! | Vitaly Novichkov | |
Sostenuto is the pedal hold that does hold of only currently playing notes and doesn't holds notes are will begin after turning of sostenuto on, unlike to the Pedal (CC64 Sustain) event. | |||
2018-06-23 | GS way of custom drum channels now is working! | Vitaly Novichkov | |
2018-06-22 | Added some TODOs | Vitaly Novichkov | |
[ci skip] | |||
2018-06-22 | Added support for synthesizer mode | Vitaly Novichkov | |
- in GS mode, RPN XG-related vibrato depth events will be ignored (GS does using NRPN values are stored separately and are NOT handled) - in GS mode ignore LSB value of the bank number | |||
2018-06-22 | Fix the typo in "Caught" word in debug messages | Vitaly Novichkov | |
2018-06-22 | Use Generic volume model by default when VM value has received some junk | Vitaly Novichkov | |
2018-06-22 | Added some debug message hooks into SysEx processors | Vitaly Novichkov | |
2018-06-22 | Move `opl.Touch_Real()` call out of volume model switch | Vitaly Novichkov | |
2018-06-22 | simplify the volume formula | JP Cimalando | |
2018-06-22 | Yamaha XG reset | JP Cimalando | |
2018-06-22 | handle MIDI master volume | JP Cimalando | |
2018-06-22 | handle sysex resets | JP Cimalando | |
2018-06-22 | Portamento must use previously played note in a channel like S-YXG50 does | 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 ↵ | Vitaly Novichkov | |
split-midi-sequencer-and-sysex-2 # Conflicts: # src/adlmidi_midiplay.cpp # src/adlmidi_private.hpp | |||
2018-06-21 | Remove second Bend coefficient | Vitaly Novichkov | |
I have tested 14'th bank on DosBox emulator in current state, and seems everything is fine, no any hi-hats distortions. | |||
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-20 | basic framework of sysex handling and sequencer support | JP Cimalando | |
2018-06-19 | avoid portamento work when no notes have it on channel | JP Cimalando | |