aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-20Attempt to fix Bitbucket's pipelines number twoWohlstand
2017-10-20Attempt to fix Bitbucket's pipelinesWohlstand
2017-10-20Fixed CMake buildWohlstand
2017-10-20Update the test WOPL fileWohlstand
2017-10-20Added CMake supportWohlstand
2017-10-19Attempt to fix Windows build of demo MIDI playerWohlstand
(Issue #26)
2017-10-18Avoid possible UTF8 vs ANSI trouble on WindowsWohlstand
2017-10-18Update readme. AgainWohlstand
2017-10-18Update readmeWohlstand
2017-10-18Wave recording in demo tool and disable loop by defaultWohlstand
2017-10-18Smooth finalizing, rewinding, and a bit more crash safetyWohlstand
* Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:) * Added an ability to reset song position to begin (very helpful when song reaches the end) * Avoided possible crashes on attempt to fetch sample data without opening of MIDI file
2017-10-17Changelog for a WIP versionWohlstand
2017-10-17Custom banks 4-operator voices playback fixWohlstand
2017-10-17EXPERIMENTAL: Support for custom banks!Wohlstand
TODO: Fix support for real 4-operator support for dynamical instruments which now are silent. 2-op and pseudo-4-op still work fine.
2017-10-09Fixed WOPN parser to use both real 4-op and pseudo 4-op modes in same bankWohlstand
2017-10-09Don't reinterpret same pointer every usage in adl_play()Wohlstand
2017-10-08Fix missing of byte skipping for the note-off eventWohlstand
2017-10-08Add support for WOPL banks formatWohlstand
2017-10-01Prepare for implementation of real-time MIDI supportWohlstand
Make function for every real MIDI event which we are able to call independently from the common events stream. MIDI streamer will be moved into own module which will process MIDI files and pass events into realtime module. Then, make public API which will allow use realtime MIDI for making drivers and player plugins.
2017-09-30Apply CLang warnings fix of fraction.h from WohlSoft/AudioCodecs repositoryWohlstand
2017-09-30Add small QMake project for testing and debugging from Qt CreatorWohlstand
2017-09-23Improved instruments in 68'th bank and fixed octaves offsets in 59'thWohlstand
2017-09-23Update 68'th bankWohlstand
2017-09-22Update Sneakernet's DMXOPL bankWohlstand
(Issue #20)
2017-09-09oopsWohlstand
2017-09-09Another update of drums of 66'th bankWohlstand
2017-09-04Small update of percussions in 66'th bankWohlstand
2017-09-01Merge pull request #19 from loki666/masterVitaly Novichkov
DMXOPL3 v2.2
2017-09-01DMXOPL3 v2.2Philippe Simons
2017-08-30Merge pull request #18 from loki666/masterVitaly Novichkov
update DMXOPL v2.1a
2017-08-30update DMXOPL v2.1aloki666
2017-08-25Update DMXOPL by @Sneakernets with latest fixesWohlstand
Issue #16
2017-08-22Update @Sneakernets's DMXOPL2 bankWohlstand
2017-08-09Fix the first kick drum in 12'th (Earthsieg) bankWohlstand
2017-08-08Another small update of Sneakernets's bankWohlstand
2017-08-06Merge pull request #13 from loki666/masterVitaly Novichkov
update DMXOPL
2017-08-06update DMXOPLloki666
2017-07-30Small sign-unsign warning fixWohlstand
2017-07-30Update readmeWohlstand
2017-07-30Fixed three missing HMI banks, againWohlstand
2017-07-30Fixed three missing HMI banksWohlstand
2017-07-30Improve gen_adldata programWohlstand
- Now it caches all generated data, so, we won't have to re-calculate same - File is writing by gen_adldata nor by stdout forward - Instead of hardcoded list of banks, I made the INI file which declares list of banks to generate - Add simple validators to tell which bank is absense and can't be loaded - Split code of gen_adldata.cc into multiple files of different role
2017-07-25Merge pull request #11 from loki666/masterVitaly Novichkov
use NukedOPL3 for gen_adldata
2017-07-25use NukedOPL3 for gen_adldataPhilippe Simons
2017-07-14Update Sneakernets's bank, againWohlstand
2017-07-10Apply update of Sneakernets's bankWohlstand
2017-06-19Add DMXOPL bank by @sneakernetsWohlstand
(Issue #8)
2017-06-19Fixed compatibility with MSVCWohlstand
2017-04-11Another update of 68'th bankWohlstand
2017-04-07Update the 68'th bank, againWohlstand