From 86b82b21a8132990c3849cdc33423224b36e58f1 Mon Sep 17 00:00:00 2001 From: freq-mod <32672779+freq-mod@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:21:17 +0200 Subject: [PATCH] Update ym2608.md copy/paste fail fix --- doc/7-systems/ym2608.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/7-systems/ym2608.md b/doc/7-systems/ym2608.md index 0284d918a..16f3cc7e1 100644 --- a/doc/7-systems/ym2608.md +++ b/doc/7-systems/ym2608.md @@ -95,13 +95,13 @@ the YM2610 (OPNB) and YM2610B chips are very similar to this one, but the built- - `59xx`: **set DR of operator 3.** - `5Axx`: **set DR of operator 4.** - `5Bxx`: **set D2R/SR of all operators.** - +- `5Cxx`: **set D2R/SR of operator 1.** +- `5Dxx`: **set D2R/SR of operator 2.** +- `5Exx`: **set D2R/SR of operator 3.** +- `5Fxx`: **set D2R/SR of operator 4.** + # system modes ## extended channel 3 in ExtCh mode, channel 3 is split into one column for each of its four operators. feedback and LFO levels are shared. the frequency of each operator may be controlled independently with notes and effects. this can be used for more polyphony or more complex sounds. all four operators are still combined according to the algorithm in use. for example, algorithm 7 acts as four independent sine waves. algorithm 4 acts as two independent 2op sounds. even with algorithm 0, placing a note in any operator triggers that operator alone. -- `5Cxx`: **set D2R/SR of operator 1.** -- `5Dxx`: **set D2R/SR of operator 2.** -- `5Exx`: **set D2R/SR of operator 3.** -- `5Fxx`: **set D2R/SR of operator 4.**