2023-08-14 12:52:58 -04:00
|
|
|
# Sega PSG instrument editor
|
2023-07-13 20:19:00 -04:00
|
|
|
|
2023-09-10 13:16:55 -04:00
|
|
|
the instrument editor for Sega PSG (SMS, and other TI SN76489 derivatives) consists of these macros:
|
2023-07-13 20:19:00 -04:00
|
|
|
|
2023-09-10 00:11:43 -04:00
|
|
|
- **Volume**: volume sequence.
|
|
|
|
- **Arpeggio**: pitch sequence.
|
2023-07-13 20:19:00 -04:00
|
|
|
- **Duty**: noise mode.
|
2023-09-09 21:07:05 -04:00
|
|
|
- `0`: short noise; preset frequencies.
|
|
|
|
- `1`: long noise; preset frequencies.
|
|
|
|
- `2`: short noise; use channel 3 for frequency.
|
|
|
|
- `3`: long noise; use channel 3 for frequency.
|
2023-07-13 20:19:00 -04:00
|
|
|
- **Panning**: output for left and right channels.
|
2023-09-09 21:07:05 -04:00
|
|
|
- only on Game Gear!
|
2023-07-13 20:19:00 -04:00
|
|
|
- **Pitch**: fine pitch.
|
2023-08-14 12:52:27 -04:00
|
|
|
- **Phase Reset**: trigger restart of waveform.
|