Doc 61xx
–65xx
effects.
This commit is contained in:
parent
6c6a19a3c5
commit
f8c82d2250
|
@ -113,6 +113,11 @@ no plans have been made for TX81Z MIDI passthrough, because:
|
|||
- `5Dxx`: **set D2R/SR of operator 2.**
|
||||
- `5Exx`: **set D2R/SR of operator 3.**
|
||||
- `5Fxx`: **set D2R/SR of operator 4.**
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
- `64xx`: **set LFO2 FM depth** (0 to 7).
|
||||
- `65xx`: **set LFO2 AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -75,6 +75,9 @@ in most arcade boards the chip was used in combination with a PCM chip, like [Se
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -106,6 +106,9 @@ several variants of this chip were released as well, with more features.
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -106,6 +106,9 @@ the YM2610 (OPNB) and YM2610B chips are very similar to this one, but the built-
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -104,6 +104,9 @@ its soundchip is a 4-in-1: 4ch 4-op FM, YM2149 (AY-3-8910 clone) and [2 differen
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -103,6 +103,9 @@ it is backward compatible with the original chip.
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
|
@ -74,6 +74,9 @@ Furnace also offers DualPCM, a Z80 driver that splits channel 6 into two individ
|
|||
- for example, having only OP2 and OP4 on would be 2 + 8 = 10, resulting in an `xy` value of `0A`.
|
||||
- if `x` is `1` to `4`, the effect targets that operator; `y` turns it off with a value of `0` and on with a value of `1`.
|
||||
- for example, the effect `6031` enables OP3.
|
||||
- `61xx`: **set algorithm** (0 to 7).
|
||||
- `62xx`: **set LFO FM depth** (0 to 7).
|
||||
- `63xx`: **set LFO AM depth** (0 to 3).
|
||||
|
||||
## info
|
||||
|
||||
|
|
Loading…
Reference in a new issue