Nervures Posted June 20, 2017 Report Posted June 20, 2017 Hi Pete, I use LINDA 3.0.0 Beta Build 678. handlers-hid.lua function SHIFT_MODE_SET (m) if ipc.get('RUNAWAY') then buttonRepeatClear(jid) end SHIFT_MODE = m if m == 0 then sound.play("modereset") else sound.play("modechange") end _log("[hHID] SHIFT MODE = " .. m) end modereset.wav and modechange.wav are into C:\P3D4\Sound FSUIPC5.INI: [Sounds] Path=C:\P3D4\sound\ Device1=Haut-parleurs (3- C-Media USB Headphone Set ) Device2=Périphérique audio principal No sound when I use the SHIFT_MODE_SET( 0,1,2 ). With v3 I have the sound. sound.play from LUA Library works with V4 ? Best regards.
Pete Dowson Posted June 20, 2017 Report Posted June 20, 2017 1 hour ago, Nervures said: sound.play from LUA Library works with V4 ? It did do, but I'll re-check here. Pete
Pete Dowson Posted June 21, 2017 Report Posted June 21, 2017 Please download version 5.102a from the Download Links subforum. It fixes this problem. Pete
Nervures Posted June 21, 2017 Author Report Posted June 21, 2017 Hi Pete, perfect. All sounds work. A big MERCI. Francis
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now