diff options
author | Ben Connors <benconnors@outlook.com> | 2019-09-27 14:57:46 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-09-27 14:57:46 -0400 |
commit | 0fc3371d48d7e87a5628b16c2bbd09c3fb15cd8e (patch) | |
tree | 64dd6994f04a08b269dcf14ff5c26b2d2b542db5 /examples | |
parent | dfe20c0430c7d58b57c44026102cf8b3c52ac1b3 (diff) |
Bugfixes
- Add some new tests
- Run some basic (interactive) chaser tests, they work-ish now
Diffstat (limited to 'examples')
-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> |