Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for N163 chip options. #1644

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/7-systems/n163.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
- `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

this chip uses the [Namco 163](../4-instrument/n163.md) instrument editor.