rev4075 is up:
- really fix behavior of new directional sound code on older VP versions (core.vbs)
Can someone , other than fuzzel (because he could be the busiest guy on the planet) please explain in a little more detail the "really fix behavior of new directional sound code on older VP versions (core.vbs)"? Thanks
The reason I ask is because I have informed people to at least use the new core.vbs from 10.7 rev4063 for the added SSF support (not everyone is comfortable jumping in 100% right away) . If it was (1) not working, (2) only partially working or (3) even modified to be better I would like to update people but don't know the specifics. Maybe no one knows but fuzzel and if that's the case I retract the "someone other than fuzzel" statement.
Thanks again.
Hi,
Toxie implemented the correct calls to distinguish the older Versions correctly. As the code of the version call changed over time, we needed some attempts. Now it is working as intended:
Version from 10.7 on: full directional sound (Pan+Fade) with recognition of the actual table size
Version from 10.4: full directional sound (Pan+Fade) with default table values as reference (950x2100)
Version from 9.20: only Pan is supported (left/right)
Version before 9.20: standard center sound only
If You find these lines near the end of Your core.vbs, You are ready to go:
If Err.Number <> 0 Then
If VPBuildVersion >= 920 and VPBuildVersion <= 999 then 'no pan parameter in PlaySound until 9.2
VP9sound = True
Else
VP8sound = True
End If
...
Regards
Michael
Edited by mfuegemann, 06 May 2020 - 04:00 PM.




Contributor
Top















are all trademarks of VPFORUMS.