Merge pull request #1644 from tildearrow/doc-chipopt-n163

Docs for N163 chip options.
This commit is contained in:
freq-mod 2023-12-18 15:07:51 +01:00 committed by GitHub
commit e5f1900019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,15 @@ if the waveform changes (e.g. ins change, wave macro or wave synth), or the **lo
- make sure to use `21xx` first! - make sure to use `21xx` first!
- `21xx`: **set position for 20xx.** - `21xx`: **set position for 20xx.**
## chip options
- **Initial channel limit**: sets the number of channels that will be active.
- each additional channel reduces sound quality.
- each additional channel reduces available wavetable memory by 8 bytes, equivalent to a waveform length of 16.
- **Disable hissing**: switches from multiplexing to mixing, which increases output quality but is not accurate to hardware.
- **Scale frequency to wave length**: automatically adjusts note frequency to account for differing waveform lengths.
- if disabled, note frequencies ignore waveveform length. this is FamiTracker's behavior.
## info ## info
this chip uses the [Namco 163](../4-instrument/n163.md) instrument editor. this chip uses the [Namco 163](../4-instrument/n163.md) instrument editor.