From a01ec02ebb69d113b5e98bdfdb345bcfb38e8c18 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Wed, 19 Feb 2025 22:56:43 -0800 Subject: [PATCH] Tiny documentation updates. New info and chip options for Virtual Boy, slight update to PowerNoise. --- doc/7-systems/powernoise.md | 4 ++-- doc/7-systems/virtual-boy.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/7-systems/powernoise.md b/doc/7-systems/powernoise.md index 9b9b40fc0..48640bedb 100644 --- a/doc/7-systems/powernoise.md +++ b/doc/7-systems/powernoise.md @@ -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 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 diff --git a/doc/7-systems/virtual-boy.md b/doc/7-systems/virtual-boy.md index d056aa9cc..a5962549a 100644 --- a/doc/7-systems/virtual-boy.md +++ b/doc/7-systems/virtual-boy.md @@ -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: - **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. + - 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!