diff options
Diffstat (limited to 'examples/workspace.xml')
-rw-r--r-- | examples/workspace.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/workspace.xml b/examples/workspace.xml index c0161fb..3fa2d70 100644 --- a/examples/workspace.xml +++ b/examples/workspace.xml @@ -32,11 +32,13 @@ </function> <function type="Audio" id="1" name="Intro" fade-in="0" fade-out="0"> - <filename>test.wav</filename> + <filename>tests/silence.m4a</filename> </function> <function type="Chaser" id="2" name="Chaser 1" advance-mode="Loop"> - <step id="3" name="Step 1" fade-in="0" fade-out="0" duration-mode="Manual" duration="123" function="0"/> + <step id="3" name="Step 1" fade-in="10" fade-out="100" duration-mode="Manual" duration="infty" function="0"/> + <step id="4" name="Step 2" fade-in="500" fade-out="500" duration-mode="Inherit" function="1"/> </function> + </functions> </workspace> |