summaryrefslogtreecommitdiff
path: root/src/i_oplmusic.c
AgeCommit message (Expand)Author
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
2009-09-20Avoid possible overflow due to base note offset.Simon Howard
2009-09-20Use the base note offset field to offset notes, not a fixed lookup tableSimon Howard
2009-09-19Add octave offset table, offset notes on specific instruments down bySimon Howard
2009-09-12Remove separate volume calculations for non-feedback (separate operator)Simon Howard
2009-09-12Vanilla Doom plays d_introa, not d_intro.Simon Howard
2009-09-12Discard an existing voice when no voices are available (based onSimon Howard
2009-09-11Implement the fine tuning field, based on research.Simon Howard
2009-09-08Set the correct instrument voice, instead of using the first voice forSimon Howard
2009-09-08Program two voices for double voice instruments.Simon Howard
2009-09-07Implement pitch bend.Simon Howard