26
Archived porting threads / Re: Canon 6D
« on: April 20, 2015, 12:47:49 AM »
6D.116 - specific
I left out SetAudioVolumeIn for a reason - it is only used in bitrate-6d.c, which is "disabled" anyway. It cannot be used safely, as all the cache_hack()s would need updating. Consider it a safety measure.
The port is working fine here, but there's about no feedback from testers so far. :-(
No need for any cache hacking here - just merge in the new sound system, uncomment "#define CONFIG_BEEP" in internals.h and it can beep:
https://bitbucket.org/Maqs/magic-lantern/commits/7dee3c7e7690d6f9e277838a15e9514b35c349a6
The mp3 player works as well, including nice sound effects when turning off the camera while playing. :-)
Concerning the 6d.116 port: Thanks maqs & jlgw for the work (even double the amount :-p).
1. It would be nice if both attempts would be merged, jlgw looks a bit more complete right now (including the stub for SetAudioVolumeIn), but maqs has some patches for modules jlgw doesn't have. Here's the wrap:
https://bitbucket.org/JLGW/magic-lantern/branches/compare/6D-116%0Dunified#diff
https://bitbucket.org/Maqs/magic-lantern/branches/compare/6D.116%0Dunified#diff
I left out SetAudioVolumeIn for a reason - it is only used in bitrate-6d.c, which is "disabled" anyway. It cannot be used safely, as all the cache_hack()s would need updating. Consider it a safety measure.
The port is working fine here, but there's about no feedback from testers so far. :-(
2. Personally, I won't use 1.1.6 until it can beep() - can it?
No need for any cache hacking here - just merge in the new sound system, uncomment "#define CONFIG_BEEP" in internals.h and it can beep:
https://bitbucket.org/Maqs/magic-lantern/commits/7dee3c7e7690d6f9e277838a15e9514b35c349a6
The mp3 player works as well, including nice sound effects when turning off the camera while playing. :-)