aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
2019-06-30Minor fixVitaly Novichkov
2019-06-06Pack database structures to reduce binary sizeWohlstand
2019-06-06Added IBK and C++98 support for generated databaseWohlstand
2019-03-03fix uninitialized chip variablesJP Cimalando
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-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-25opal: registers $Ax $Bx affect both channels in 4opJP Cimalando
2019-02-24opal: fix the computation of KSLJP Cimalando
2019-02-24JavaOPL3: Make sure no conflict with original copy linkedVitaly Novichkov
2019-02-24javaopl: fix inversion of panningJP Cimalando
2019-02-24javaopl3: thread safe initialization and cleanupJP 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-23opal: add the patch and mention in READMEJP Cimalando
2019-02-23opal: enable use of soft panningJP Cimalando
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-22Give less goodness points to sustained notesVitaly Novichkov
2019-02-22prevent duplicate locations in users setsJP Cimalando
2019-02-11fix `describeChannels` iteration problem on the generic list structureJP Cimalando
2019-02-06Nuked OPL 1.8 optimizations portJP Cimalando
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-05Update copyright year to 2019Vitaly Novichkov
2019-01-05Change description to be more correctVitaly Novichkov
2018-12-17Fixed C++98 and C90 warnings, also CLang rpath warningVitaly Novichkov
2018-12-13C++98 build fixVitaly Novichkov
Because of mentioned bug in CMake script, the C++11 mode was turned on, therefore once CMake build was fixed to enforce C++98, the dbopl.cpp was failed to build where are INT16_MIN and INT16_MAX macros was used.
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-11-20Merge branch 'master' into std-structuresVitaly Novichkov
2018-11-17Apply the same minor optimization for bender as for libOPNMIDIVitaly Novichkov
2018-11-10enable more debugging checksJP Cimalando
2018-11-10support zero-alloc + fixJP Cimalando
2018-11-10converted activenotes to generic listJP Cimalando
2018-11-10linked list structure + usersJP Cimalando
2018-11-04update the WOPL library with fixesJP Cimalando
2018-11-01MIDI Sequencer: Fixed missing per-track titlesVitaly Novichkov
Old code have allowed track titles be passed for only case debug message hook was set. Unfortunately, it's a mistake. Track titles collection must NOT depend on a debug message hook existing.
2018-11-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-10-10Added the exact license note into "fraction.hpp" fileVitaly Novichkov
The license of this file is in Public Domain: https://bisqwit.iki.fi/src/index.html "... and orphan source code files are copyrighted public domain."