From 4bab158eb980c477589a597ff1125e7d5ab4ed29 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Tue, 18 Jul 2023 11:05:49 -0700 Subject: [PATCH] Correcting some info. Still need to know which systems don't play well with wavetable synthesis. --- doc/5-wave/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/5-wave/README.md b/doc/5-wave/README.md index f2e621d6..c833e13b 100644 --- a/doc/5-wave/README.md +++ b/doc/5-wave/README.md @@ -10,15 +10,15 @@ system | width | height | synth? --------------------|------:|:-------|:-----: Game Boy | 32 | 16 | Game.com | 32 | 16 | -SCC / Bubble System | 32 | 16 | Namco WSG | 32 | 16 | WonderSwan | 32 | 16 | Namco N163 | ≤128 | 16 | -Seta X1-010 | 128 | 16 | Super Nintendo | ≤256 | 16 | PC Engine | 32 | 32 | -Virtual Boy | 32 | 64 | +Virtual Boy | 32 | 64 | no Famicom Disk System | 64 | 64 | +SCC / Bubble System | 32 | 256 | +Seta X1-010 | 128 | 256 | # wavetable editor @@ -33,7 +33,7 @@ controls across the top line: - **Lines**: view waveform as a continuous line. - **Width**: length of the waveform data. maximum is 256. - **Height**: depth of the waveform. maximum is 256. -- arrow button: toggle tabs (described below). +- `<` / `>`: toggle tabs (described below). waveform display: - the waveform is directly editable with the mouse. @@ -42,7 +42,7 @@ waveform display: controls across the bottom line: - **Dec**: view MML stream as decimal. - **Hex**: view MML stream as hexadecimal. -- `+`/`±`: toggle MML stream as unsigned/signed. also adjusts waveform display. +- `+` / `±`: toggle MML stream as unsigned/signed. also adjusts waveform display. - MML stream: waveform data as an editable numeric sequence. ## tabs