PhaseBlendNodeDefinition.AddRangeForInputValuesBetween Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("addRangeForInputValuesBetween:highValue:fullGainAtLowValue:fullGainAtHighValue:lowFadeCurveType:highFadeCurveType:subtree:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddRangeForInputValuesBetween(double lowValue, double highValue, double fullGainAtLowValue, double fullGainAtHighValue, Phase.PhaseCurveType lowFadeCurveType, Phase.PhaseCurveType highFadeCurveType, Phase.PhaseSoundEventNodeDefinition subtree);
[<Foundation.Export("addRangeForInputValuesBetween:highValue:fullGainAtLowValue:fullGainAtHighValue:lowFadeCurveType:highFadeCurveType:subtree:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddRangeForInputValuesBetween : double * double * double * double * Phase.PhaseCurveType * Phase.PhaseCurveType * Phase.PhaseSoundEventNodeDefinition -> unit
override this.AddRangeForInputValuesBetween : double * double * double * double * Phase.PhaseCurveType * Phase.PhaseCurveType * Phase.PhaseSoundEventNodeDefinition -> unit
Parameters
- lowValue
- Double
- highValue
- Double
- fullGainAtLowValue
- Double
- fullGainAtHighValue
- Double
- lowFadeCurveType
- PhaseCurveType
- highFadeCurveType
- PhaseCurveType
- subtree
- PhaseSoundEventNodeDefinition
- Attributes