summaryrefslogtreecommitdiff
path: root/src/i_oplmusic.c
AgeCommit message (Expand)Author
2015-06-08opl: Change result from OPL_Init() to an enum.Simon Howard
2015-06-08Replace "opl_type" config variable with DMXOPTION.Simon Howard
2015-05-29Text formatting.Nuke.YKT
2015-05-29Added OPL3 mode support.Nuke.YKT
2015-05-28Rollback of 4f8f8a43e174f1e82dc0160c0ea96070e1cf6ef9.Simon Howard
2015-05-27opl: Some minor tweaks to the last merge.Simon Howard
2015-05-27Merge pull request #516 from khokh2001/oldoplSimon Howard
2015-05-27opl: Tweak voice replacement algorithm.Simon Howard
2015-03-10OPL code guideline style fixkhokh2001
2015-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
2014-11-01opl: Fix code style to match guidelines.Simon Howard
2014-11-01Merge pull request #466 from khokh2001/opl-fix2Simon Howard
2014-11-01Merge pull request #465 from khokh2001/opl-fixSimon Howard
2014-11-01opl: Internally swap MUS/MID percussion channel #s.Simon Howard
2014-10-29opl additive voice volume calculation fixkhokh2001
2014-10-29Update i_oplmusic.ckhokh2001
2014-10-28Merge pull request #468 from khokh2001/opl-fix4Simon Howard
2014-10-29opl voice allocation fixkhokh2001
2014-10-29opl drum note fixkhokh2001
2014-10-29opl note limitation and octave overflow fixeskhokh2001
2014-10-29opl additive voice volume calculation fixkhokh2001
2014-10-14Fix OPL MIDI tempo calculations.Simon Howard
2014-10-08midi: Fix "D_DDTBLU disease".Simon Howard
2014-05-11opl: Change library to use us instead of ms.Simon Howard
2014-05-10opl: Add API to adjust tempo.Simon Howard
2014-05-08opl: Process MIDI 'set tempo' meta events.Simon Howard
2014-05-06oplmusic: Handle key-on with volume 0 as key-off.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-05-01opl: Fix crash when using OPL music.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2013-09-08Merge from trunk.Simon Howard
2013-06-19Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-01-05Add hack command-line option for on-screen OPL status output - usefulSimon Howard
2011-06-13Merge from trunk.Simon Howard
2011-03-28Fix OPL MIDI playback when using an empty .mus / .mid file (thanksSimon Howard
2010-04-30Merge from trunk.Simon Howard
2010-04-22Disable OPL debugging messages.Simon Howard
2009-10-31When replacing an existing voice, discard voices that are the secondSimon Howard
2009-10-25Emulate odd octave 7 behavior of Vanilla Doom.Simon Howard
2009-10-17Add OPL library API function to set software emulation sample rate, andSimon Howard
2009-10-11Don't apply base note offset if the instrument is a fixed noteSimon Howard
2009-10-01Remove temporary MIDI file after loading MIDI data. Stop all playing OPLSimon Howard
2009-10-01Convert to American English spellings.Simon Howard
2009-09-26Move register read/write code into OPL library. Detect OPL in theSimon Howard
2009-09-26Don't use snd_mport to control OPL base I/O port; Vanilla doesn't doSimon Howard
2009-09-21Implement pausing of music.Simon Howard
2009-09-20Implement volume control.Simon Howard
2009-09-20Remove old test code.Simon Howard