MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
EaseInExpo Method (currentTime, duration, beginValue, changeInValue)
NamespacesMPfm.SoundAudioToolsEaseInExpo(Single, Single, Single, Single)
This method takes a set of parameters defining time, time variation, value and value target and "eases" in the output value following an exponential . This is the same "easing" used for example in jQuery animations. This method is useful when fed a min and max value from wave data and ease in the output value with time. This creates a "fallout" effect in output meters.
Declaration Syntax
C#Visual Basic
public static float EaseInExpo(
	float currentTime,
	float duration,
	float beginValue,
	float changeInValue
)
Public Shared Function EaseInExpo ( _
	currentTime As Single, _
	duration As Single, _
	beginValue As Single, _
	changeInValue As Single _
) As Single
Parameters
currentTime (Single)
Current time
duration (Single)
Total time duration
beginValue (Single)
Original value
changeInValue (Single)
Target value
Return Value

[Missing <returns> documentation for "M:MPfm.Sound.AudioTools.EaseInExpo(System.Single,System.Single,System.Single,System.Single)"]

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)