Tiny documentation updates.

New info and chip options for Virtual Boy, slight update to PowerNoise.
This commit is contained in:
Electric Keet 2025-02-19 22:56:43 -08:00 committed by tildearrow
parent 4ca7033dec
commit a01ec02ebb
2 changed files with 7 additions and 3 deletions

View file

@ -6,9 +6,9 @@ its design employs linear-feedback shift registers (LFSR) for sound generation.
it has three noise channels and one "slope" channel capable of generating a variety of saw waves. it has three noise channels and one "slope" channel capable of generating a variety of saw waves.
it outputs stereo sound with 4-bit volume control per channel and 3-bit master volume control. it outputs stereo sound with 4-bit volume control per channel and 2-bit master volume control.
refer to its instrument type's documentation for details on sound synthesis. refer to [its instrument type's documentation](../4-instrument/powernoise.md) for details on sound synthesis.
## effect commands ## effect commands

View file

@ -51,5 +51,9 @@ this chip uses the [Virtual Boy](../4-instrument/virtual-boy.md) instrument edit
the following options are available in the Chip Manager window: the following options are available in the Chip Manager window:
- **Waveform storage mode**: selects how will waveforms be loaded. - **Waveform storage mode**: selects how will waveforms be loaded.
- Dynamic: allows switching between many waves, but it is not confirmed whether this really works on hardware.
- Static: loads the first 5 waves only. - Static: loads the first 5 waves only.
- Dynamic: allows switching between more than 5 waves, but loading a new wave forces all channels off and back on again, usually with an audible click.
- **Disable anti-phase-reset**: normally, changing a playing note's waveform resets its phase, causing a click. this eliminates it. _note:_ this is not hardware accurate!
- **I don't care about hardware**: ignores the 5-wave limitation and allows dynamic waveforms without channel resets or clicking. _note:_ this is not hardware accurate!