mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 06:01:29 +00:00
document AY period macros
This commit is contained in:
parent
e3d87f166e
commit
e4a137619f
2 changed files with 8 additions and 0 deletions
|
@ -35,3 +35,7 @@ note that timer effects might not be supported by VGM players, and are rather CP
|
|||
- **AutoEnv Num**: sets the envelope to the channel's frequency multiplied by numerator.
|
||||
- **AutoEnv Den**: sets the envelope to the channel's frequency multiplied by denominator.
|
||||
- these two must be set in order for AutoEnv to work!
|
||||
- **Force Period**: sets the tone period (wavelength).
|
||||
- overrides Arpeggio and Pitch macros.
|
||||
- **Env Period**: sets the envelope period.
|
||||
- ignored if both AutoEnv macros are set.
|
||||
|
|
|
@ -29,5 +29,9 @@ note that using samples on AY is CPU expensive!
|
|||
- **AutoEnv Num**: sets the envelope to the channel's frequency multiplied by numerator.
|
||||
- **AutoEnv Den**: sets the envelope to the channel's frequency multiplied by denominator.
|
||||
- these two must be set in order for AutoEnv to work!
|
||||
- **Force Period**: sets the tone period (wavelength).
|
||||
- overrides Arpeggio and Pitch macros.
|
||||
- **Env Period**: sets the envelope period.
|
||||
- ignored if both AutoEnv macros are set.
|
||||
- **Noise AND Mask**: alters the shape/frequency of the noise generator, allowing to produce various interesting sound effects and even PWM phasing.
|
||||
- **Noise OR Mask**: see above.
|
||||
|
|
Loading…
Reference in a new issue