2022-03-06 11:13:47 -05:00
|
|
|
# WonderSwan
|
|
|
|
|
2022-10-16 01:53:05 -04:00
|
|
|
a handheld console released only in Japan by Bandai, designed by the same people behind Game Boy and Virtual Boy.
|
|
|
|
for this reason it has lots of similar elements from those two systems in the sound department.
|
2022-03-06 11:13:47 -05:00
|
|
|
|
2022-10-16 01:53:05 -04:00
|
|
|
it has 4 wavetable channels. some of them have additional capabilities:
|
|
|
|
- the second channel could play samples
|
|
|
|
- the third one has hardware sweep
|
|
|
|
- the fourth one also does noise
|
2022-03-06 11:13:47 -05:00
|
|
|
|
2023-09-10 20:34:13 -04:00
|
|
|
## effects
|
2022-03-06 11:13:47 -05:00
|
|
|
|
2023-06-25 03:05:30 -04:00
|
|
|
- `10xx`: **change wave**.
|
|
|
|
- `11xx`: **setup noise mode.** channel 4 only.
|
2022-03-06 11:13:47 -05:00
|
|
|
- 0: disable.
|
2023-09-10 02:44:29 -04:00
|
|
|
- 1-8: enable and set length.
|
2023-06-25 03:05:30 -04:00
|
|
|
- `12xx`: **setup sweep period.** channel 3 only.
|
2022-03-06 11:13:47 -05:00
|
|
|
- 0: disable.
|
|
|
|
- 1-32: enable and set period.
|
2023-06-25 03:05:30 -04:00
|
|
|
- `13xx`: **setup sweep amount.** channel 3 only.
|
2023-09-11 18:04:32 -04:00
|
|
|
- `00` to `7F` for 0 to 127.
|
|
|
|
- `80` to `FF` for -128 to -1.
|
2023-08-04 12:11:53 -04:00
|
|
|
|
2023-09-10 20:34:13 -04:00
|
|
|
## info
|
2023-08-04 12:11:53 -04:00
|
|
|
|
2023-09-11 00:57:46 -04:00
|
|
|
this chip uses the [WonderSwan](../4-instrument/wonderswan.md) instrument editor.
|
2023-11-01 13:25:26 -04:00
|
|
|
|
|
|
|
## channel status
|
|
|
|
|
2023-11-01 19:37:28 -04:00
|
|
|
the following icons are displayed when channel status is enabled in the pattern view:
|
|
|
|
|
|
|
|
- PCM mode (channel 2):
|
|
|
|
-  off
|
|
|
|
-  on
|
|
|
|
- sweep (channel 3):
|
|
|
|
-  disabled
|
|
|
|
-  enabled
|
|
|
|
- noise mode (channel 4):
|
|
|
|
-  off
|
|
|
|
-  on
|