Reply To: Whoa-Nellie (wizbang 2011)

#1706
Daryl
Participant
    @allknowing2012

    I have posted the problem over on vpf .. I really suspect the code that I and others are using is the problem.

    Function Vol(ball) ‘ Calculates the Volume of the sound based on the ball speed
    Vol = Csng(BallVel(ball) ^2 / 2000)
    End Function

    It sets the volume way too low to be heard.

    I suggest changing it to:
    Vol = Csng((BallVel(ball)*0.2 + 4)/10)

    I will verify tonight on my cab.

    ©2025 VPinBall.com

    Log in with your credentials

    Forgot your details?