Finally got my hands on the Magical lantern last night (last nightly build)
One word , Wonderful.
a big thank to whoever worked on this project it's absolutely brilliant.
Anyway , one of the things that got me into buying a 7D for magic lantern was the "Audio trigger shutter" , i couldn't find it in menus or subs and modules.
Is this feature missing for 7D or its name has changed?
FEATURE_AUDIO_REMOTE_SHOT seems to defined only for 650 & 700 build...
I just defined it in 7D features.h, compile it and give it a try : seems to works very well !
I don't know why this is not included by default ?
[Update] in fact this feature depends on CONFIG_AUDIO_CONTROLS and this had been disabled recently for 7D because some features were untested/or perhaps not working (?)
I don't understand (in all_features.h) :
#ifdef CONFIG_AUDIO_CONTROLS
#define FEATURE_AUDIO_REMOTE_SHOT /* requires audio controls, otherwise there's no sound in photo mode */
#endif