mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
Correcting some info.
Still need to know which systems don't play well with wavetable synthesis.
This commit is contained in:
parent
42d98fdd70
commit
4bab158eb9
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue