public interface SampleTune
The following features are supported:
EsxPackage.getSampleTune()
Modifier and Type | Method and Description |
---|---|
float |
calculateSampleTuneFromSampleRate(int sampleRate) |
short |
getShortFromCurrentValue() |
float |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setCurrentValueFromShort(short packedShort) |
void |
setValue(float value)
Sets the value of the '
Value ' attribute. |
float getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(float)
,
EsxPackage.getSampleTune_Value()
void setValue(float value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
float calculateSampleTuneFromSampleRate(int sampleRate)
short getShortFromCurrentValue()
void setCurrentValueFromShort(short packedShort)