Home
last modified time | relevance | path

Searched defs:UnityAudioParameterDefinition (Results 1 – 4 of 4) sorted by path

/dports/audio/faust/faust-2.37.3/architecture/faust/unity/
H A DAudioPluginInterface.h265 struct UnityAudioParameterDefinition struct
267 char name[16]; // Display name on the GUI
268 … unit[16]; // Scientific unit of parameter to be appended after the value in textboxes
269 … // Description of parameter (displayed in tool tips, automatically generated documentation, etc.)
270 float min; // Minimum value of the parameter
271 float max; // Maximum value of the parameter
272 … defaultval; // Default and initial value of the parameter
273 …actor used only for the display of parameters (i.e. 100 for a percentage value ranging from 0 to 1)
274 … displayexponent; // Exponent for mapping parameters to sliders
/dports/audio/oaml/oaml-1.3.4/include/
H A DAudioPluginInterface.h240 struct UnityAudioParameterDefinition struct
242 char name[16]; // Display name on the GUI
243 … unit[16]; // Scientific unit of parameter to be appended after the value in textboxes
244 … // Description of parameter (displayed in tool tips, automatically generated documentation, etc.)
245 float min; // Minimum value of the parameter
246 float max; // Maximum value of the parameter
247 … defaultval; // Default and initial value of the parameter
248 …actor used only for the display of parameters (i.e. 100 for a percentage value ranging from 0 to 1)
249 … displayexponent; // Exponent for mapping parameters to sliders
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/unity/
H A DAudioPluginInterface.h241 struct UnityAudioParameterDefinition struct
243 char name[16]; // Display name on the GUI
244 … unit[16]; // Scientific unit of parameter to be appended after the value in textboxes
245 … // Description of parameter (displayed in tool tips, automatically generated documentation, etc.)
246 float min; // Minimum value of the parameter
247 float max; // Maximum value of the parameter
248 … defaultval; // Default and initial value of the parameter
249 …actor used only for the display of parameters (i.e. 100 for a percentage value ranging from 0 to 1)
250 … displayexponent; // Exponent for mapping parameters to sliders
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/Unity/
H A Djuce_UnityPluginInterface.h144 struct UnityAudioParameterDefinition struct
146 char name[16];
147 char unit[16];
171 UnityAudioParameterDefinition* parameterDefintions; argument