Module ym_file_parser::effects

source ·
Expand description

Special effects.

Structs

  • The DIGI-DRUM effect modulates the channel’s volume level, by applying to it 4-bit sample values.
  • The SID voice effect modulates the channel’s volume alternating between 0 and some set up value.
  • The Sinus SID effect modulates the channel’s volume, by applying the scaled sinusoid shape with the period of 8 samples, with the set up amplitude.
  • The Sync Buzzer effect writes periodically into the AY/YM register 13 a set up shape value, which resets the chipset’s internal volume envelope control timer.

Constants