macros:example:setplaybackfadeintimemodular
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
macros:example:setplaybackfadeintimemodular [2021/07/21 14:09] – icke_siegen | macros:example:setplaybackfadeintimemodular [2021/07/21 14:38] (current) – icke_siegen | ||
---|---|---|---|
Line 109: | Line 109: | ||
* the **assembly** is some dotnet specific thing (maybe the variable' | * the **assembly** is some dotnet specific thing (maybe the variable' | ||
* the **value** is the initial value the variable is set to when being defined. | * the **value** is the initial value the variable is set to when being defined. | ||
- | * after this, selecting a playback and setting | + | * after this, selecting a playback and setting |
* multiple instructions inside one step are bundled with '' | * multiple instructions inside one step are bundled with '' | ||
* instructions inside code blocks are separated with semicolons '';'' | * instructions inside code blocks are separated with semicolons '';'' | ||
* code blocks are also possible as conditional statements, in a very traditional way like | * code blocks are also possible as conditional statements, in a very traditional way like | ||
- | | + | |
- | if (condition) | + | < |
{ | { | ||
code being executed only if condition is true | code being executed only if condition is true | ||
- | } | + | }</ |
+ | |||
+ | * for the instructions see [[macros: | ||
+ | |||
+ | The **calling macros** '' | ||
+ | * '' | ||
+ | * '' | ||
===== How to use it ===== | ===== How to use it ===== | ||
- [[: | - [[: | ||
- | + | - if you want to add more playbacks to be affected simply add more steps in the 'main macro' '' | |
- | tbd | + | - if you want to add more fade-teime valus then you only need to add some more ' |
~~DISCUSSION~~ | ~~DISCUSSION~~ |
macros/example/setplaybackfadeintimemodular.1626876577.txt.gz · Last modified: 2021/07/21 14:09 (external edit)