mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
Accurate number!
Well, accurate enough.
This commit is contained in:
parent
0d43a1a572
commit
a9d4bf1fdc
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ also known as Famicom. it is a five-channel sound generator: first two channels
|
|||
|
||||
# effects
|
||||
|
||||
- `11xx`: **write to delta modulation counter.** range is `00` to `7F`. this may be used to attenuate the triangle and noise channels down to about half normal volume.
|
||||
- `11xx`: **write to delta modulation counter.** range is `00` to `7F`.
|
||||
- this may be used to attenuate the triangle and noise channels; at `7F`, they will be at about 57% volume.
|
||||
- will not work if a sample is playing.
|
||||
- `12xx`: **set duty cycle or noise mode of channel.**
|
||||
- may be `0` to `3` for the pulse channels:
|
||||
|
|
Loading…
Reference in a new issue