Navigation
BlueprintAPI > BlueprintAPI/SoundUtilitiesBPLibrary
Given a velocity value [0,127], return the linear gain
Target is Sound Utilities BPFunction Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| integer | In Velocity | The MIDI velocity value to calculate the gain of |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value | The gain corresponding to the MIDI value |