aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-07-09xmi: handle AIL callback triggerJP Cimalando
2018-07-08Don't notify about of invalid loop when is no any loop tags passedVitaly Novichkov
2018-07-08[Experimental] Complex loop supportVitaly Novichkov
2018-07-08Small comma fix in WOPL parser headerVitaly Novichkov
2018-07-07rename enum members for consistencyJP Cimalando
2018-07-07exception for SMF track 0 when format != 2JP Cimalando
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-07-04Remove deprecated enums from WOPL file processorVitaly Novichkov
2018-07-04Continue documenting, and apply some minor fixes on other filesVitaly Novichkov
2018-07-04Continue public API documenting. Almost complete.Vitaly Novichkov
2018-07-04Another typo fixes, begin to document all public functionsVitaly Novichkov
2018-07-04Added instrument rhythm-mode related enums into the public headerVitaly Novichkov
2018-07-04Merge pull request #127 from jpcima/describe-channelsVitaly Novichkov
fix indexing errors in channel description
2018-07-04Remove "ADLMIDI_UNSTABLE_API" macro.Vitaly Novichkov
As it's dev version, and lets polish this API to release it in next time
2018-07-03fix indexing errors in channel descriptionJP Cimalando
2018-07-03Merge pull request #126 from jpcima/bank-embed-apiVitaly Novichkov
embedded bank loading API into multi-bank
2018-07-03embedded bank loading API into multi-bankJP Cimalando
2018-07-02Merge pull request #124 from jpcima/describe-channelsVitaly Novichkov
color attribute for channel descriptor
2018-07-02color attribute for channel descriptorJP Cimalando
2018-06-29Fixed "Forcing int to bool" MSVC warningVitaly Novichkov
2018-06-29Merge pull request #123 from jpcima/describe-channelsVitaly Novichkov
basic channel description API
2018-06-28License LGPL v2.1 for the complete chipset interfaceVitaly Novichkov
2018-06-28NukeYkt has allowed to license his emulator under LGPL 2.1+Vitaly Novichkov
2018-06-28basic channel description APIJP Cimalando
2018-06-26Don't busy chip channels with blank notes!Vitaly Novichkov
2018-06-26Changed logic to identify percussion instrument in the goodness calculatorVitaly Novichkov
2018-06-25VLC Plugin: more controls!Vitaly Novichkov
#38
2018-06-25Fixed missing refresh of 4-op channels countVitaly Novichkov
2018-06-25Fixed compilation on AndroidVitaly Novichkov
2018-06-25Use size_t instead of uint64_t on devices cacheVitaly Novichkov
2018-06-25Fixed build with disabled embedded banksVitaly Novichkov
2018-06-25Small fix in `CopySamplesTransformed` templateVitaly Novichkov
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24Fix MSVC warningsVitaly Novichkov
2018-06-24Also small refactoringVitaly Novichkov
2018-06-24MIDI Sequencer: Clean code from some of old commentsVitaly Novichkov
2018-06-24Continue clean-up and fix the multi-device supportVitaly Novichkov
2018-06-24OPL3: Rename `m_pit` into `m_keyBlockFNumCache`Vitaly Novichkov
2018-06-24OPL3: Rename "touchReal" into "touchNote"Vitaly Novichkov
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly 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-24Make CMF files sound more correctlyVitaly Novichkov
(Especially, Dyna Blaster and Xargon musics are sounding too messy. This fix allows to resolve that)
2018-06-23Little clean-up and beautifyVitaly Novichkov
2018-06-23glide: handle for all the midi channelsJP Cimalando
2018-06-23Added support for CC67-SoftPedalVitaly Novichkov
2018-06-23Small clean-up of the MIDI sequencer's codeVitaly Novichkov
2018-06-23MidiSequencer: Some another refactoring of function namesVitaly Novichkov
2018-06-23Another Watcom build fix, however, it doesn't fixes stack-related troublesVitaly Novichkov
2018-06-23Implement a workaround for crashing Watcom compilerVitaly Novichkov
2018-06-23Fix Watcom compilation of file_reader.hppVitaly Novichkov
2018-06-23Added 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.