diff options
Diffstat (limited to 'examples/workspace.xml')
-rw-r--r-- | examples/workspace.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/workspace.xml b/examples/workspace.xml index a2be9e0..c0161fb 100644 --- a/examples/workspace.xml +++ b/examples/workspace.xml @@ -35,8 +35,8 @@ <filename>test.wav</filename> </function> - <function type="Chaser" id="2" name="Chaser 1"> - <step id="0" name="Step 1" fade-in="0" fade-out="0" duration-mode="Manual" duration="123" function="0"/> + <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"/> </function> </functions> </workspace> |