Skip to content
Jigwright
HullForge docs

Set Sound Mix Adjuster

Add, change or remove the adjuster a sound mix applies to one sound class. Adjusters are matched to their class BY POINTER, so they survive a rename of the class but not its deletion.

hf_set_sound_mix_adjusterWrite

Arguments

NameTypeDescription
sound_classreqstringThe class this adjuster applies to.
sound_mixreqstring
forceboolean
= false
Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first.
lowpass_frequencynumberLow pass cutoff in Hz.
pitchnumberPitch multiplier. 1 is unchanged.
removeboolean
= false
Remove this class's adjuster instead of setting it.
volumenumberVolume multiplier. 1 is unchanged.

Nearby in Audio:

All 27 tools in Audio — 18 more not listed here.