aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28Re-Generate AdlData databaseWohlstand
2018-03-28Use shorter bank names in banks.iniWohlstand
2018-03-28Added new DMXOPL3 GS by @sneakernetsWohlstand
2018-03-27Remove std:: from all snprintf callsWohlstand
2018-03-27Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitVitaly Novichkov
2018-03-27Replace all sprintf calls with snprintfVitaly Novichkov
2018-03-27Fixed blank instruments fallback in multi-bank supportVitaly Novichkov
2018-03-26VLC Codec: Fix the pitch event passingWohlstand
2018-03-25Fixed the `long` vs `int64_t` conflict in CalculateAdlChannelGoodnessVitaly Novichkov
It's a warning came from MSVC
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-24Change version inside of headerVitaly Novichkov
2018-03-24Added ability to disable MUS and XMI converters and MIDI SequencerVitaly Novichkov
2018-02-15Add an experimental "Apogee-IMF-90" bankVitaly Novichkov
It's a General-MIDI bank is created by Me by importing from various IMF files and partial adapting of instruments and adapting of them on necessarily. Some instruments are imported from "Jammie O'Connel's" and "National Hockey League PA" banks which are marked internally as TEMP.
2018-01-21Copyright year update 2018Vitaly Novichkov
2018-01-21Move version number into the public headerVitaly Novichkov
2018-01-21Refresh links in the README.mdVitaly Novichkov
2018-01-18Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2018-01-18Fixed C++ comment in nukedopl3.h headerVitaly Novichkov
2018-01-18Fix C90 comment compatibilityWohlstand
2018-01-11Apply experimental optimized edition of NukedOPL3 made by @trooshVitaly Novichkov
2018-01-07Allow MIDI-tracks with missing EndOfTrack eventVitaly Novichkov
2018-01-07SDL2-Audio Example; Let music play a bit longerVitaly Novichkov
2018-01-02Rewind on attemt to seek out of music lengthVitaly Novichkov
2018-01-01Fixed DJGPP buildVitaly Novichkov
2017-12-24Remove const from adl_metaMarker() return valueVitaly Novichkov
2017-12-24Added a very simple pure C exampleVitaly Novichkov
2017-12-24Fixed an inability to use adlmidi.h in pure C programsVitaly Novichkov
2017-12-23Update @sneakernets's DMXOPL3 bank (2.11b + two commits)Vitaly Novichkov
2017-12-21Added some extra setup fields into VLC pluginVitaly Novichkov
2017-12-21Reset controllers on initializationVitaly Novichkov
2017-12-21Remove no more needed "device" argument from SendStereoAudioVitaly Novichkov
2017-12-21Fixed uninitialized volume model setup fieldVitaly Novichkov
2017-12-21Added missing DLL exports on RealTime functionsVitaly Novichkov
Without of exports, those functions will be inavailable on Windows if libADLMIDI is built as DLL
2017-12-18Fixed missing applySetup() calls on bank changesWohlstand
Without calling of that function changed bank will have incorrect setup.
2017-12-17Fixed build on CLang 3.8.0 on LinuxVitaly Novichkov
2017-12-16Correct the changelogVitaly Novichkov
2017-12-16Kill sustaining notes by panic commandVitaly Novichkov
2017-12-16Fixed pitch bend in VLC pluginVitaly Novichkov
2017-12-16Fix the sample rate initializationVitaly Novichkov
2017-12-16Updated version number and changelogVitaly Novichkov
2017-12-16Added experimental VLC pluginVitaly Novichkov
Plugin is made for VLC 2.2.2 Weatherwax (pre-installed in Linux Mint 18.3) Existing issues: - No ability to change codec properties yet, this thing is WIP - By unknown reason, resulted sound has different (RANDOM) sample rate which is different from 44100 Hz
2017-12-16Added realtime API, Experimental, not testedVitaly Novichkov
- Added Real-time public API, needed a test! (try to implement dummy VLC plugin with it) - Added abillity to change deep flags without song restart or a chip reset
2017-12-16DMXOPL3 by @sneakernets updateVitaly Novichkov
2017-12-10Added "TODO" note into "adl_generate" functionVitaly Novichkov
2017-12-10Merge branch 'master' into get-rid-of-backup-bufferVitaly Novichkov
# Conflicts: # src/adlmidi.cpp
2017-12-10Small refactoring to make the buffer copying be more understandableVitaly Novichkov
(add-on for issue #37)
2017-12-09Remove temporary debug printsVitaly Novichkov
to merge some of changes into Master branch
2017-12-09Hardware OPL3 build fixVitaly Novichkov