Template:Sound Effects Parameters: Difference between revisions
Jump to navigation
Jump to search
(Gargle) |
m (dB) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 155: | Line 155: | ||
| waveShape || int || 0 || 0-1 | | waveShape || int || 0 || 0-1 | ||
|Shape of the modulation waveform... ''0 = triangle, 1 = square''. | |Shape of the modulation waveform... ''0 = triangle, 1 = square''. | ||
|} | |||
<!-- I3DL2 Reverb --> | |||
{|class="wikitable mw-collapsible mw-collapsed" | |||
! colspan=5 | I3DL2 Reverb | |||
|- | |||
! colspan=5 | http://www.un4seen.com/doc/#bass/BASS_DX8_I3DL2REVERB.html | |||
|- | |||
! Parameter || Type || Default value || Valid range || Description | |||
|- | |||
| room || int || -1000 || -10000-0 (mB) | |||
|Attenuation of the room effect. | |||
|- | |||
| roomHF || int || -100 || -10000-0 (mB) | |||
|Attenuation of the room high-frequency effect. | |||
|- | |||
| roomRolloffFactor || float || 0 || 0-10 | |||
|Rolloff factor for the reflected signals. | |||
|- | |||
| decayTime || float || 1.49 || 0.1-20 (s) | |||
|Decay time. | |||
|- | |||
| decayHFRatio || int || 0.83 || 0.1-2 | |||
|Ratio of the decay time at high frequencies to the decay time at low frequencies. | |||
|- | |||
| reflections || int || -2602 || -10000-1000 (mB) | |||
|Attenuation of early reflections relative to '''room'''. | |||
|- | |||
| reflectionsDelay || float || 0.007 || 0-0.3 (s) | |||
|Delay time of the first reflection relative to the direct path. | |||
|- | |||
| reverb || int || 200 | |||
|style="white-space: nowrap;"|-10000-2000 (mB) | |||
|Attenuation of late reverberation relative to '''room'''. | |||
|- | |||
| reverbDelay || float || 0.011 || 0-0.1 (s) | |||
|Time limit between the early reflections and the late reverberation relative to the time of the first reflection. | |||
|- | |||
| diffusion || float || 100 || 0-100 | |||
|Echo density in the late reverberation decay. | |||
|- | |||
| density || float || 100 || 0-100 | |||
|Modal density in the late reverberation decay. | |||
|- | |||
| HFReference || float || 5000 || 20-20000 (Hz) | |||
|Delay time of the first reflection relative to the direct path. | |||
|} | |||
<!-- Parametric Equalizer --> | |||
{|class="wikitable mw-collapsible mw-collapsed" | |||
! colspan=5 | Parametric Equalizer | |||
|- | |||
! colspan=5 | http://www.un4seen.com/doc/#bass/BASS_DX8_PARAMEQ.html | |||
|- | |||
! Parameter || Type || Default value || Valid range || Description | |||
|- | |||
| center || float || 0 || 80-16000 (Hz) | |||
|Center frequency. | |||
|- | |||
| bandwidth || float || 12 | |||
|style="white-space: nowrap;"|1-36 | |||
|Bandwidth, in semitones. | |||
|- | |||
| gain || float || 0 || -15-15 (dB) | |||
|Output gain of signal. | |||
|} | |||
<!-- Reverb --> | |||
{|class="wikitable mw-collapsible mw-collapsed" | |||
! colspan=5 | Reverb | |||
|- | |||
! colspan=5 | http://www.un4seen.com/doc/#bass/BASS_DX8_REVERB.html | |||
|- | |||
! Parameter || Type || Default value || Valid range || Description | |||
|- | |||
| inGain || float || 0 || -96-0 (dB) | |||
|Input gain of signal. | |||
|- | |||
| reverbMix || float || 0 | |||
|style="white-space: nowrap;"|-96-0 (dB) | |||
|Reverb mix. | |||
|- | |||
| reverbTime || float || 1000 || 0.001-3000 (ms) | |||
|Reverb time. | |||
|- | |||
| highFreqRTRatio || float || 0.001 || 0.001-0.999 (ms) | |||
|High-frequency reverb time ratio. | |||
|} | |} |