Navigation
API > API/Plugins > API/Plugins/MotoSynth
Inheritance Hierarchy
- ISubmixBufferListener
- FRPMEstimationPreviewTone
References
| Module | MotoSynth |
| Header | /Engine/Plugins/Experimental/MotoSynth/Source/MotoSynth/Public/MotoSynthSourceAsset.h |
| Include | #include "MotoSynthSourceAsset.h" |
Syntax
class FRPMEstimationPreviewTone : public ISubmixBufferListener
Remarks
Class for playing a match tone for estimating RPMs.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsDone () |
||
| void | Reset () |
||
| void | SetAudioFile
(
TArrayView< const int16 >& InAudioFile, |
||
| void | SetPitchCurve
(
FRichCurve& InRPMCurve |
||
| void | StartTestTone
(
float InVolume |
||
| void | StopTestTone () |
Overridden from ISubmixBufferListener
| Type | Name | Description | |
|---|---|---|---|
| void | OnNewSubmixBuffer
(
const USoundSubmix* OwningSubmix, |
ISubmixBufferListener. |