2022-02-04 21:05:25 +00:00
|
|
|
# Atari TIA instrument editor
|
|
|
|
|
2023-09-10 17:16:55 +00:00
|
|
|
the TIA instrument editor consists of these macros:
|
2022-02-04 21:05:25 +00:00
|
|
|
|
2023-09-10 01:07:05 +00:00
|
|
|
- **Volume**: volume sequence.
|
|
|
|
- **Arpeggio**: pitch sequence.
|
|
|
|
- note: fixed mode works differently. it sets the frequency directly rather than the note, so it only goes from 0 to 31.
|
|
|
|
- **Waveform**: selects waveform to be used:
|
|
|
|
- `0`: nothing
|
|
|
|
- `1`: buzzy
|
|
|
|
- `2`: low buzzy
|
|
|
|
- `3`: flangy
|
|
|
|
- `4`: square
|
|
|
|
- `5`: square
|
|
|
|
- `6`: pure buzzy
|
|
|
|
- `7`: reedy
|
|
|
|
- `8`: noise
|
|
|
|
- `9`: reedy
|
|
|
|
- `A`: pure buzzy
|
|
|
|
- `B`: nothing
|
|
|
|
- `C`: low square
|
|
|
|
- `D`: low square
|
|
|
|
- `E`: low pure buzzy
|
|
|
|
- `F`: low reedy
|
|
|
|
- **Pitch**: "fine" pitch. fine in quotes as TIA doesn't have true pitch control at all.
|