This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
macros:example:captureatmosphere [2019/04/28 18:40] sideshowbond [Explanation] |
macros:example:captureatmosphere [2019/05/05 13:43] icke_siegen |
||
---|---|---|---|
Line 11: | Line 11: | ||
* I like to use the macro for low haze settings in a startup cuelist as it helps PCs with less powerful graphics cards to open capture | * I like to use the macro for low haze settings in a startup cuelist as it helps PCs with less powerful graphics cards to open capture | ||
- | {{tag> capture haze settings }} | + | {{tag> capture atmosphere haze settings }} |
==== functions ==== | ==== functions ==== | ||
- | * [[:macros:function:ActionScript.SetProperty]] | + | * [[:macros:function:ActionScript.SetProperty.Float]] |
==== affected properties ==== | ==== affected properties ==== | ||
Line 25: | Line 25: | ||
<!-- Atmosphere, Alex del Bondio - April 2019 --> | <!-- Atmosphere, Alex del Bondio - April 2019 --> | ||
- | <macro id="adb.Macros.Capture.hazefull" name="Capture Haze full"> | + | <macro id="adb.Macros.Capture.hazefull" name="Capture Haze full"> |
- | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' converter='Math.EqualityConverter' converterParameter='1'}"/> | + | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' |
- | <sequence> | + | converter='Math.EqualityConverter' |
- | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 1)</step> | + | converterParameter='1'}"/> |
- | </sequence> | + | <sequence> |
- | </macro> | + | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 1)</step> |
- | <macro id="adb.Macros.Capture.hazemed" name="Capture Haze med"> | + | </sequence> |
- | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' converter='Math.EqualityConverter' converterParameter='0.6'}"/> | + | </macro> |
- | <sequence> | + | |
- | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.6)</step> | + | <macro id="adb.Macros.Capture.hazemed" name="Capture Haze med"> |
- | </sequence> | + | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' |
- | </macro> | + | converter='Math.EqualityConverter' |
- | <macro id="adb.Macros.Capture.hazelow" name="Capture Haze low"> | + | converterParameter='0.6'}"/> |
- | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' converter='Math.EqualityConverter' converterParameter='0.1'}"/> | + | <sequence> |
- | <sequence> | + | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.6)</step> |
- | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.1)</step> | + | </sequence> |
- | </sequence> | + | </macro> |
- | </macro> | + | |
+ | <macro id="adb.Macros.Capture.hazelow" name="Capture Haze low"> | ||
+ | <active binding="{propertyLink id='Visualiser.Capture.Atmosphere' | ||
+ | converter='Math.EqualityConverter' | ||
+ | converterParameter='0.1'}"/> | ||
+ | <sequence> | ||
+ | <step>ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.1)</step> | ||
+ | </sequence> | ||
+ | </macro> | ||
</avolites.macros> | </avolites.macros> |