Magic Lantern Forum

Developing Magic Lantern => Scripting Corner => Scripting Q&A => Topic started by: spto on March 11, 2019, 05:53:46 AM

Title: What could be the reason that 6D does not beep with lua?
Post by: spto on March 11, 2019, 05:53:46 AM
My 6D can beep with the original functions (confirmation of focus on AF, for example), but do not beep with lua scripts (pong game, for example).

What could be the reason for that?

(I have tested on both the latest Nightly Build and the lua-fix build. My 6D has the right firmware version 1.1.6.)
Title: Re: What could be the reason that 6D does not beep with lua?
Post by: Walter Schulz on March 11, 2019, 07:24:47 AM
If you call beep via LUA on 6D no one is listening on the other side. See -> Top of page -> Downloads -> Download nightly builds -> Features -> Audio -> Beep
Title: Re: What could be the reason that 6D does not beep with lua?
Post by: spto on March 11, 2019, 10:39:43 AM
Ah I see! Thank you!