aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi.cpp
AgeCommit message (Expand)Author
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
2018-06-23Little clean-up and beautifyVitaly Novichkov
2018-06-23Implement a workaround for crashing Watcom compilerVitaly Novichkov
2018-06-21SysEx: Use `size_t` for size values instead of `unsigned int`Vitaly Novichkov
2018-06-21Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...Vitaly Novichkov
2018-06-21MIDI Sequencer: Small clean-upVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov
2018-06-20basic framework of sysex handling and sequencer supportJP Cimalando
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-07library version string for HQ variantJP Cimalando
2018-06-04Small fix of the deprecated "Logarithmic volumes" functionWohlstand
2018-06-03BugfixesWohlstand
2018-06-02dynamic instrument APIJP Cimalando
2018-06-01Fix the warning on DJGPP with hardware OPL3 modeVitaly Novichkov
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly Novichkov
2018-05-19Works and fixesVitaly Novichkov
2018-05-19OpenWatcom compilation fixVitaly Novichkov
2018-05-14Attempt to fix the build on MinGW without C++11Vitaly Novichkov
2018-04-29Added type casting into CopySamplesTransformedVitaly Novichkov
2018-04-15add more sample typesJP Cimalando
2018-04-12apply a correct buffer offset to channelsJP 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-11Fixed the real-time playing with multi-chipVitaly Novichkov
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-03-27Remove std:: from all snprintf callsWohlstand
2018-03-25MSVC warning muter and remove `sstream` usageVitaly Novichkov
2018-03-24Another warning fixVitaly Novichkov
2018-03-24Small unused warning fixVitaly Novichkov
2018-03-24Added ability to disable MUS and XMI converters and MIDI SequencerVitaly Novichkov
2018-01-21Copyright year update 2018Vitaly Novichkov
2018-01-21Move version number into the public headerVitaly Novichkov
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-21Remove no more needed "device" argument from SendStereoAudioVitaly Novichkov
2017-12-21Added missing DLL exports on RealTime functionsVitaly Novichkov
2017-12-18Fixed missing applySetup() calls on bank changesWohlstand
2017-12-16Fix the sample rate initializationVitaly Novichkov
2017-12-16Added experimental VLC pluginVitaly Novichkov
2017-12-16Added realtime API, Experimental, not testedVitaly Novichkov
2017-12-10Added "TODO" note into "adl_generate" functionVitaly Novichkov
2017-12-01Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-26Fix a support for tristate flags (Default, Force-On and Force-Off)Wohlstand
2017-11-23Get rid of backup samples bufferWohlstand
2017-11-20Use const char* and const void* as input data typesWohlstand
2017-11-16Clean-up and beautifyingWohlstand
2017-11-12libADLMIDI now is buildable under OpenWatcom except of some workaroundsWohlstand
2017-11-10Incomplete attempt to provide support for OpenWattcom compilerWohlstand