Package soundPlayback.preprocess
Class EnvelopeParams
java.lang.Object
soundPlayback.preprocess.EnvelopeParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get a set of data that describes all of the parameters in a classvoid
setFirstFilter
(FilterParams firstFilter) void
setMixRatio
(double mixRatio) void
setSecondFilter
(FilterParams secondFilter)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EnvelopeParams
public EnvelopeParams()
-
-
Method Details
-
getMixRatio
public double getMixRatio()- Returns:
- the mixRatio
-
setMixRatio
public void setMixRatio(double mixRatio) - Parameters:
mixRatio
- the mixRatio to set
-
getFirstFilter
- Returns:
- the firstFilter
-
setFirstFilter
- Parameters:
firstFilter
- the firstFilter to set
-
getSecondFilter
- Returns:
- the secondFilter
-
setSecondFilter
- Parameters:
secondFilter
- the secondFilter to set
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-