Navigation
BlueprintAPI > BlueprintAPI/SoundUtilitiesBPLibrary
Calculates a beat time in seconds from the given BPM, beat multiplier and divisions of a whole note.
Target is Sound Utilities BPFunction Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | Beats Per Minute | |
| integer | Beat Multiplier | |
| integer | Divisions Of Whole Note |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |