Docs for N163 chip options.

This commit is contained in:
Electric Keet 2023-12-14 11:17:37 -08:00
parent 69998e2c7e
commit 00c4a44eff

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.