diff options
author | Ben Connors <benconnors@outlook.com> | 2019-09-29 16:51:42 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-09-29 16:51:42 -0400 |
commit | 2255278b0e81fc20faff48536f524e1466046c8a (patch) | |
tree | 5f0a8d0593858aaad5b7da3536af096605c2f9a1 /examples | |
parent | 0fc3371d48d7e87a5628b16c2bbd09c3fb15cd8e (diff) |
Update tests
Diffstat (limited to 'examples')
-rw-r--r-- | examples/workspace.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/workspace.xml b/examples/workspace.xml index 3fa2d70..c30e8ef 100644 --- a/examples/workspace.xml +++ b/examples/workspace.xml @@ -31,9 +31,7 @@ <value fixture="0" channel="2">127</value> </function> - <function type="Audio" id="1" name="Intro" fade-in="0" fade-out="0"> - <filename>tests/silence.m4a</filename> - </function> + <function type="Audio" id="1" name="Intro" fade-in="0" fade-out="0" filename="tests/silence.m4a"/> <function type="Chaser" id="2" name="Chaser 1" advance-mode="Loop"> <step id="3" name="Step 1" fade-in="10" fade-out="100" duration-mode="Manual" duration="infty" function="0"/> |