Navigation
BlueprintAPI > BlueprintAPI/SoundUtilitiesBPLibrary
Calculates MIDI Pitch values based on frequency input
Target is Sound Utilities BPFunction Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | Frequency | The frequency in Hz to convert into MIDI |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| integer | Return Value | The MIDI note closest to the inputted frequency |