mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
fdfbff3999
There are also a couple tiny instances of formatting, like [sic] in the Namco 163 doc (yes, it is now correctly formatted) and a couple labels that needed bold.
25 lines
688 B
Markdown
25 lines
688 B
Markdown
# Atari TIA instrument editor
|
|
|
|
the TIA instrument editor consists of these macros:
|
|
|
|
- **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.
|