From eb48a3d1082adc8857bfecaa339b49f5ac5e463f Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 10 Mar 2022 21:35:34 -0500 Subject: [PATCH] Revert "Create OPL3 docs (read Effect Commands section)" --- papers/doc/7-systems/opl3.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 papers/doc/7-systems/opl3.md diff --git a/papers/doc/7-systems/opl3.md b/papers/doc/7-systems/opl3.md deleted file mode 100644 index 79fa9df0..00000000 --- a/papers/doc/7-systems/opl3.md +++ /dev/null @@ -1,22 +0,0 @@ -# Yamaha OPL3/YMF262 - -The Yamaha OPL3/YMF262 was an FM sound chip developed by Yamaha (obviously) and released in 1994. - -The OPL3 saw most of its use in PC sound cards (such as the SoundBlaster 16 and the Pro AudioSpectrum). - -Unfortunately, developers who wanted to port their OPL/OPL2 music to the OPL3 were very lazy in doing so, so most of them ended up disreguarding the additions to the OPL3 entirely, and would use entirely the same MIDI driver and patches. - -## Sound capabilities - - - 18 channels 2-op of FM synthesis - - 8 unique waveforms which can be used on the carrier or the modulator - - A "split operators" mode that makes it so that the first and second operators are their own "voices" (each take the base pitch of the note to play and add the frequency multiplier's pitch to it) - - Hard panning (left, center, and right only) - - A rhythm mode where the last 3 voices are replaced with 5 drum channels - - A 4-op mode where 12 FM channels are combined to make 6 4-op FM channels - - A "tremolo" mode where AM (amplitude modulation) is applied, but unfortunately without any strength or speed controls. - - A built in vibrato mode which enables vibrato without a music driver doing it for it - - ADSR support on the carrier and/or modulator - -## Effect commands - - PLEASE DO NOT MERGE UNTIL I HAVE COMMITED THE EFFECT COMMANDS TO THIS PULL REQUEST.