Skip to content

Commit

Permalink
Tiny documentation updates.
Browse files Browse the repository at this point in the history
New info and chip options for Virtual Boy, slight update to PowerNoise.
  • Loading branch information
ElectricKeet authored and tildearrow committed Feb 21, 2025
1 parent 4ca7033 commit a01ec02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/7-systems/powernoise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion doc/7-systems/virtual-boy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit a01ec02

Please sign in to comment.