summaryrefslogtreecommitdiff
path: root/src/i_oplmusic.c
AgeCommit message (Expand)Author
2009-09-01Loop songs (when appropriate)Simon Howard
2009-08-31Perform volume mapping on note and channel volumes before multiplyingSimon Howard
2009-08-31Dont program an instrument if it is already set.Simon Howard
2009-08-31Set the volume on both operators for instruments that use non-modulatingSimon Howard
2009-08-31Make channel volume work.Simon Howard
2009-08-30Use fixed note on instruments with the fixed note flag set.Simon Howard
2009-08-30Use milliseconds rather than microseconds, to avoid integer overflow.Simon Howard
2009-08-30Make I_OPL_StopSong work.Simon Howard
2009-08-30Use the pedal speed value for the volume. This sounds better, but it'sSimon Howard
2009-08-30Set the right instrument for percussion notes.Simon Howard
2009-08-30Initial, broken, volume level setting.Simon Howard
2009-08-30Initial/basic MIDI track playback.Simon Howard
2009-08-30Make some noise.Simon Howard
2009-08-29Use OPL_Delay to wait 1ms for timer to expire when doing OPL detect.Simon Howard
2009-08-29Load MIDI file.Simon Howard
2009-03-12Make base_note_offset a 16-bit integer rather than an 8-bit integer.Simon Howard
2009-03-12Read from register port when doing register writes during startup phase;Simon Howard
2009-03-11More accurate initialisation; set registers to match what Doom does.Simon Howard
2009-03-10Add delay to allow OPL detection to work.Simon Howard
2009-03-10Initialise OPL registers on startup, initialise voices.Simon Howard
2009-03-10Add initial GENMIDI lump loading, OPL detection.Simon Howard
2009-03-04Add initial stub for OPL backend.Simon Howard