Vorion Posted January 16, 2018 Share Posted January 16, 2018 Hi, Chrome ( 63.0.3239.132 on Windows 10, 64bit) always display this deprecation warning in the console: [Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromestatus.com/features/5287995770929152 for more details. I've found a github issue regarding this, but it was closed without any comment: https://github.com/BabylonJS/Babylon.js/issues/3372 Opening this playground example from the tutorials (https://doc.babylonjs.com/how_to/playing_sounds_and_music) still gives the warning:https://www.babylonjs-playground.com/#2AH4YH Will this be fixed until Chrome 64 arrives? Or can this be ignored, since Phaser CE also seems to ignore that, if I understand that correctly https://github.com/photonstorm/phaser-ce/issues/385 I also noticed these violations on Chrome (same playground example): [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 EDIT: The soundfiles from the playground example couldn't be found. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 16, 2018 Share Posted January 16, 2018 We decided to ignore it as it will be automatically fixed by chrome 64 (And furthermore we are not using the smoothing mode :)) Quote Link to comment Share on other sites More sharing options...
Vorion Posted January 16, 2018 Author Share Posted January 16, 2018 Ok thank you, that's all I needed to know GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
bestog Posted March 26, 2018 Share Posted March 26, 2018 On 16.1.2018 at 7:05 PM, Deltakosh said: We decided to ignore it as it will be automatically fixed by chrome 64 (And furthermore we are not using the smoothing mode :)) @Deltakosh The warning is in chrome 65, too. in the new babylon version (3.2) it's gone? Quote Link to comment Share on other sites More sharing options...
Guest Posted March 26, 2018 Share Posted March 26, 2018 I don't think so as we do nothing with that. We are not using smoothing mode so it is not a big deal Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.