Firelight Technologies FMOD Studio API
FMOD_DSP_PARAMETER_FLOAT_MAPPING
Structure to define a mapping for a DSP unit's float parameter.
C/C++ Syntax
typedef struct {
FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE type;
FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR piecewiselinearmapping;
} FMOD_DSP_PARAMETER_FLOAT_MAPPING;
JavaScript Syntax
struct FMOD_DSP_PARAMETER_FLOAT_MAPPING
{
type,
};
Members
type
piecewiselinearmapping
[w] Only required for FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_PIECEWISE_LINEAR type mapping.
Remarks
Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Members marked with [w] mean the variable can be written to. The user can set the value.
JavaScript only :
Not all fields are currently supported or may not work as expected at this time. To initialize an new instance in javascript use "FMOD.DSP_PARAMETER_FLOAT_MAPPING()", no 'new' keyword is required.
See Also
- FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
- FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
- FMOD_DSP_PARAMETER_DESC_FLOAT
Version 1.10.03 Built on Feb 1, 2018