Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
| |
|
| Name |
EGranularEnvelope |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/MetasoundGranulatorNode.h |
| Include Path |
#include "MetasoundGranulatorNode.h" |
Syntax
enum EGranularEnvelope
{
Gaussian = 0,
Triangle,
DownwardTriangle,
UpwardTriangle,
ExponentialDecay,
ExponentialAttack,
Hann,
Count,
}
Values
| Name |
Remarks |
| Gaussian |
|
| Triangle |
|
| DownwardTriangle |
|
| UpwardTriangle |
|
| ExponentialDecay |
|
| ExponentialAttack |
|
| Hann |
|
| Count |
|