aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-27Merge pull request #214 from jpcima/bugfixVitaly Novichkov
Bugfix
2019-02-26java: initialize phase (CID 1477241)JP Cimalando
2019-02-26java: fix unreachable code false-positive (CID 1477236)JP Cimalando
2019-02-26java: initialize cha and chb (CID 1477237)JP Cimalando
2019-02-26opal: initialize tremolo level (CID 1477242)JP Cimalando
2019-02-25CMake: Added Opal and JavaOPL flags into summaryWohlstand
2019-02-25Merge pull request #213 from jpcima/opalVitaly Novichkov
opal: fix envelope delay between stage transitions
2019-02-25opal: fix envelope delay between stage transitionsJP Cimalando
2019-02-25Merge pull request #211 from jpcima/opalVitaly Novichkov
opal: registers $Ax $Bx affect both channels in 4op
2019-02-25opal: registers $Ax $Bx affect both channels in 4opJP Cimalando
2019-02-24Merge pull request #210 from jpcima/opal-kslVitaly Novichkov
opal: fix the computation of KSL
2019-02-24opal: fix the computation of KSLJP Cimalando
2019-02-24Note about Opal and JavaOPL3 in readme and changelogVitaly Novichkov
2019-02-24JavaOPL3: Make sure no conflict with original copy linkedVitaly Novichkov
2019-02-24Merge pull request #209 from jpcima/javaopl3Vitaly Novichkov
Javaopl3
2019-02-24javaopl: fix inversion of panningJP Cimalando
2019-02-24javaopl3: thread safe initialization and cleanupJP Cimalando
2019-02-24Merge pull request #207 from jpcima/javaopl3Vitaly Novichkov
javaopl3 work in progress
2019-02-24midiplay: oops! removed by mistake [ci skip]JP Cimalando
2019-02-24Merge pull request #208 from jpcima/warningsVitaly Novichkov
opal: fix MSVC warnings
2019-02-24opal: fix MSVC warningsJP Cimalando
2019-02-24opal: fix MSVC warningsJP Cimalando
2019-02-24fix some warningsJP Cimalando
2019-02-24java: output volume and panningJP Cimalando
2019-02-24javaopl3 work in progressJP Cimalando
2019-02-24Minor warning fixes in opal.hppVitaly Novichkov
2019-02-23Opal OPL3 emulator is licensed under public domainVitaly Novichkov
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain.
2019-02-23Merge pull request #206 from jpcima/opalVitaly Novichkov
opal: enable use of soft panning
2019-02-23opal: add the patch and mention in READMEJP Cimalando
2019-02-23opal: enable use of soft panningJP Cimalando
2019-02-23Merge pull request #205 from jpcima/opalVitaly Novichkov
support the Opal emulator
2019-02-23support the Opal emulatorJP Cimalando
2019-02-23Small minor correctionVitaly Novichkov
- make separated `g_channelsMap` table for panning - replace most of "magic numbers" with macros - move "BEND_COEFFICIENT" macro into the opl3 header
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2019-02-22Fixed support of any CLang builds,Vitaly Novichkov
not only Android
2019-02-22Give less goodness points to sustained notesVitaly Novichkov
2019-02-22Merge pull request #204 from jpcima/workVitaly Novichkov
prevent duplicate locations in users sets
2019-02-22prevent duplicate locations in users setsJP Cimalando
2019-02-20Fixed release build flags for AndroidVitaly Novichkov
2019-02-11Merge pull request #203 from jpcima/workVitaly Novichkov
fix `describeChannels` iteration problem on the generic list structure
2019-02-11fix `describeChannels` iteration problem on the generic list structureJP Cimalando
2019-02-08Merge pull request #201 from jpcima/nukedoplVitaly Novichkov
Nuked OPL 1.8 optimizations port
2019-02-06Nuked OPL 1.8 optimizations portJP Cimalando
2019-01-28Merge pull request #200 from jpcima/drum-ttlVitaly Novichkov
drum note length extension
2019-01-25force note-on to do immediate note killingJP Cimalando
2019-01-25cache the extended note count per channelJP Cimalando
2019-01-25drum note length extensionJP Cimalando
2019-01-25Merge pull request #199 from jpcima/find-sdl2Vitaly Novichkov
manual SDL2 library search
2019-01-24fix the SDL2 library searchJP Cimalando
This allows to handle two variants of SDL2 find modules, which are incompatible: - the first kind of module sets the SDL2_* variables - the other kind exports the library target SDL2::SDL2
2019-01-06VLC-Plugin: Added ability to enable/disable pluginVitaly Novichkov
VLC has no embedded way to switch different MIDI plugins (or different codecs of the same format), therefore it's need to reject playing from the codec itself when it's not needed.