macros:example:resetandsetmaster
This is an old revision of the document!
Table of Contents
Example
Masters - Reset and Set
by: | Sebastian Beutel |
---|---|
published: | April 2025 (stems from July 2022) |
description: | Reset all masters and set BPM1 to some value |
remarks: |
functions
Code
- ResetAndSetMasters.xml
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Avolites.Macros.ResetAllMastersSpecial" name="Reset All Masters and set BPM1"> <description>Reset All Masters to there defaults.</description> <sequence> <step>Masters.ResetAllMasters()</step> <step>Group.ResetAllMasters()</step> <step pause="0.1">Masters.DoubleOrHalfSpeedMultiplier(1612, true)</step> <step pause="0.1">Masters.DoubleOrHalfSpeedMultiplier(1612, true)</step> <step>Masters.SetSpeed(1612, 85.000)</step> </sequence> </macro> </avolites.macros>
Explanation
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
tbd
How to use it
You could leave a comment if you were logged in.
macros/example/resetandsetmaster.1745480568.txt.gz · Last modified: 2025/04/24 07:42 by icke_siegen