API ReferenceAll TypesrenderingMasterBarBoundsfindBeatAtPosOn this pagefindBeatAtPosDescription​ Tries to find a beat at the given location. JavaScriptC#KotlinfindBeatAtPos(x: number): Beat | nullBeat? FindBeatAtPos(double x)fun findBeatAtPos(x: Double): Beat? ParameterSummaryxAllThe absolute X position where the beat spans across. Returns​ The beat that spans across the given point, or null if none of the contained bars had a beat at this position.