September 30, 2015 at 8:26 pm
#1706
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.
You need to login in order to like this post: click here