...
Audio File Location in object Hierarchy = The script activates its BPM metronome when the audio file starts to play.
Float Variable = Initial BPM time delay = How much (if any) of a delay in seconds there is before the BPM starts to count once the audio track plays. Default = 0
Examples: 2 = 2 second delay. 0.25 = 1/4 second delay
Int Variable = BPM = The beats per minute that the metronome runs from. Default = 120
FSM Location in object Hierarchy = The asset location that holds the (Playmaker) Fixed State Machine.
FSM Event Name = The name of the event the script triggers to “Send” at every beat to the FSM location
...