mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
Update ay8910.md
This commit is contained in:
parent
4f0fb0edc6
commit
d3c06c7576
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# AY-3-8910 instrument editor
|
||||
|
||||
the AY-3-8910 instrument editor consists of two tabs.
|
||||
the AY-3-8910 instrument editor consists of three tabs.
|
||||
|
||||
## Sample
|
||||
|
||||
|
@ -10,6 +10,13 @@ the only differences are the lack of an "Use wavetable" option, and the presence
|
|||
|
||||
note that using samples on AY is CPU expensive!
|
||||
|
||||
## Timer Macros
|
||||
- **Timer FX**: timer effect type sequence. 0- off, 1- tone PWM, 2- envelope distortion, 3- reserved
|
||||
- **TFX Offset**: PWM speed sequence.
|
||||
- **Timer Num and Den**: multiplier of a virtual square wave modulator (?)
|
||||
- **PWM Boundary**: sets the range of a pulse width modulation
|
||||
|
||||
note that timer effects might not be supported by VGM players, and are rather CPU expensive!
|
||||
## Macros
|
||||
|
||||
- **Volume**: volume sequence.
|
||||
|
|
Loading…
Reference in a new issue