Files
TeslaRel410/sda4/BTLIVE/AUDIO/WNDEXT01.SCP
T
CydandClaude Fable 5 db7745fcd0 sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:41:15 -05:00

80 lines
1.7 KiB
Plaintext

#
###################################################################
# Wind Audio Script
###################################################################
#
[include]
file=audio\macros.scp
#
###################################################################
# Audio locations
###################################################################
#
[L4AudioLocation]
location_offset=0.0,0.0,0.0
name=OriginLocation
#
###################################################################
# WindLoop component
###################################################################
#
[Dynamic3DPatchSource]
location=OriginLocation
resource=WindLoop01
priority=0
mix_presence=3
volume_mix_level=WindVolume
pitch_mix_offset=0.0
brightness_mix_level=1.0
use_brightness_scale=False
use_attack_time_scale=False
has_compression_curve=False
compression_duration=0.0
name=WindLoopComponent
#------------------------------------------------------------------
#
# sample and hold -> pitch
#
[AudioSampleAndHold]
audio_component=WindLoopComponent
control_ID=PitchAudioControlID
sample_duration=99.0
min_value=-300
max_value=100
name=WindLoopPitchSampleAndHold
#
# sample and hold -> filter
#
[AudioSampleAndHold]
audio_component=WindLoopComponent
control_ID=BrightnessAudioControlID
sample_duration=99.0
min_value=0.6
max_value=1.0
name=WindLoopBrightnessSampleAndHold
#------------------------------------------------------------------
[AudioControlSplitter]
audio_component=WindLoopPitchSampleAndHold
audio_component=WindLoopBrightnessSampleAndHold
audio_component=WindLoopComponent
name=WindLoopSplitter
[AudioControlSend]
audio_component=WindLoopSplitter
control_ID=StartAudioControlID
control_value=0.0