Default value

-1

1 EnvSize (1.0 to 100.0) default = 7.5

  • environment size in meters
  • environment diffusion
  • room effect level (at mid frequencies)
  • relative room effect level at high frequencies
  • relative room effect level at low frequencies
  • reverberation decay time at mid frequencies
  • high-frequency to mid-frequency decay time ratio
  • low-frequency to mid-frequency decay time ratio
  • early reflections level relative to room effect
  • initial reflection delay time
  • late reverberation level relative to room effect
  • late reverberation delay time relative to initial reflection
  • echo time
  • echo depth
  • modulation time
  • modulation depth
  • change in level per meter at high frequencies
  • reference high frequency (hz)
  • reference low frequency (hz)
  • like rolloffscale in System::set3DSettings but for reverb room size effect
  • Value that controls the echo density in the late reverberation decay.
  • Value that controls the modal density in the late reverberation decay
  • Bit flags that modify the behavior of above properties
  • 1 - ‘EnvSize’ affects reverberation decay time
  • 2 - ‘EnvSize’ affects reflection level
  • 4 - ‘EnvSize’ affects initial reflection delay time
  • 8 - ‘EnvSize’ affects reflections level
  • 16 - ‘EnvSize’ affects late reverberation delay time
  • 32 - AirAbsorptionHF affects DecayHFRatio
  • 64 - ‘EnvSize’ affects echo time
  • 128 - ‘EnvSize’ affects modulation time

Changes the environmental reverb for all 3D sounds until another environment is specified. Only 3D sounds react to the environment. Please see the EAX2 documentation at http://developer.creative.com/ for detailed information about these settings.

This value may be a number which selects a preset, or a list to choose settings manually. The default value (-1) specifies no change in environment. A numeric value from 0 to 25 specifies a set of reverb presets for the environment. The environment presets are:

As of BYOND 515, setting environment to a negative number below -1 will turn the environment off. The generic environment is not the same as off.

A 23-element list represents a custom environment with the following reverbration settings. A null or non-numeric value for any setting will select its default.

  • 1 - ‘EnvSize’ affects reverberation decay time
  • 2 - ‘EnvSize’ affects reflection level
  • 4 - ‘EnvSize’ affects initial reflection delay time
  • 8 - ‘EnvSize’ affects reflections level
  • 16 - ‘EnvSize’ affects late reverberation delay time
  • 32 - AirAbsorptionHF affects DecayHFRatio
  • 64 - ‘EnvSize’ affects echo time
  • 128 - ‘EnvSize’ affects modulation time

See also