aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-07-04Apply one minor fix on `adl_getBankNames()` call documentationVitaly 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-04Continue documenting the library public functionsVitaly 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-04Remove "ADLMIDI_UNSTABLE_API" macro.Vitaly Novichkov
2018-07-03Merge pull request #126 from jpcima/bank-embed-apiVitaly Novichkov
2018-07-03embedded bank loading API into multi-bankJP Cimalando
2018-06-28basic channel description APIJP Cimalando
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
2018-06-21SysEx: Use `size_t` for size values instead of `unsigned int`Vitaly Novichkov
2018-06-20basic framework of sysex handling and sequencer supportJP Cimalando
2018-06-20Change version to 1.4.0 and mark it as "dev"Vitaly Novichkov
2018-06-19Merge branch 'master' into update-chip-baseVitaly Novichkov
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-18Fixed C90 warning in the public headerVitaly Novichkov
2018-06-02dynamic instrument APIJP Cimalando
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly Novichkov
2018-05-16make the AdlInstrumentTester a P-ImplJP Cimalando
2018-04-15add more sample typesJP Cimalando
2018-04-12Fix the damaged output regression and a small beautifyingVitaly Novichkov
2018-04-11support for 32 bit mixing, and multiple sample formatsJP Cimalando
2018-04-11Changed logic of CC-74 BrightnessVitaly Novichkov
2018-04-11Put Nuked OPL3 1.8 be default and fix the DJGPP buildVitaly Novichkov
2018-04-10[Experimental] Added support for emulation core switching in real time!Vitaly Novichkov
2018-04-09version string fixJP Cimalando
2018-04-09Fixed the invalid ADLMIDI_VERSION macro copy-pasted from libOPNMIDIVitaly Novichkov
2018-03-24Change version inside of headerVitaly Novichkov
2018-01-21Copyright year update 2018Vitaly Novichkov
2018-01-21Move version number into the public headerVitaly Novichkov
2018-01-18Fix C90 comment compatibilityWohlstand
2017-12-24Remove const from adl_metaMarker() return valueVitaly Novichkov
2017-12-24Fixed an inability to use adlmidi.h in pure C programsVitaly Novichkov
2017-12-16Added experimental VLC pluginVitaly Novichkov
2017-12-16Added realtime API, Experimental, not testedVitaly Novichkov
2017-11-20Use const char* and const void* as input data typesWohlstand
2017-11-16Clean-up and beautifyingWohlstand
2017-11-10Ability to quit from Classic ADLMIDI under DOS by ESC key hitWohlstand
2017-11-10Added adl_atEnd() functionWohlstand
2017-11-09Resolve weird crash caused by Tetris inside ADLMIDI2 and other changesWohlstand
2017-11-08Fixed zero four-operators bug when using a bigger non-GM bankWohlstand
2017-11-07New API, classic ADLMIDI, and CMakeWohlstand
2017-11-06Repair instrument testing mode in ADLMIDI-2 utilityWohlstand
2017-11-05Tri-state for deep-tremolo/vibrato/sm/adlib-percussion modesWohlstand
2017-11-01Added hooks and meta-info: title, copyright, track titles and markersWohlstand
2017-10-31Added ability to print name of currently using OPL3 emulatorWohlstand
2017-10-26Continue works on loop points and some clean-upWohlstand