Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAnalyzerAddress | String serializable (as key) channel of analyzer or its internal members that can be written to or read from using the Transmission System. | ||
| FAnalyzerOutput | Output of analyzer (not to be confused with the node vertex output which an analyzer may be processing). | ||
| FCreateAnalyzerParams | Parameters used to generate an analyzer instance. | ||
| FGraphAnalyzer | Handles intrinsic analysis operations within a given graph should the graph's operator be enabled for analysis. | ||
| FGraphAnalyzerAddress | |||
| FMetasoundAnalyzerView | Pairs an IReceiver with a given AnalyzerAddress, which enables watching a particular analyzer result on any given thread. | ||
| FMetasoundGraphAnalyzerView | |||
| FVertexAnalyzerAudioBuffer | |||
| FVertexAnalyzerBase | Base implementation of a vertex analyzer. | ||
| FVertexAnalyzerEnvelopeFollower | |||
| FVertexAnalyzerForwardBool | Primitive forward value types. | ||
| FVertexAnalyzerForwardFloat | |||
| FVertexAnalyzerForwardInt | |||
| FVertexAnalyzerForwardString | |||
| FVertexAnalyzerForwardTime | |||
| FVertexAnalyzerTriggerDensity | |||
| FVertexAnalyzerTriggerToTime | |||
| IBoundAnalyzerOutput | Bound output from an analyzer (not to be confused with an output vertex) sent internally using the Transmission System. | ||
| IVertexAnalyzer | Analyzer that watches a data reference associated with a particular node vertex. | ||
| IVertexAnalyzerFactory | |||
| IVertexAnalyzerRegistry | |||
| TBoundAnalyzerOutput | Templatized implementation of a bound analyzer output (see IBoundAnalyzerOutput) | ||
| TVertexAnalyzerFactory | |||
| TVertexAnalyzerForwardValue | Templatized implementation of the simplest/cheapest form of an analyzer, which just forwards a given value to an associated view or views. |