diff options
author | Ben Connors <benconnors@outlook.com> | 2019-09-26 19:08:01 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-09-26 19:08:01 -0400 |
commit | cefc580a2f38f14c0245c9d6a5acbaa67feaf8d4 (patch) | |
tree | a055ef1931c4f8da009aa9f61f4640a37b25e4fe /examples | |
parent | 9bd3390071be3db8c366d44e161e828c8263179b (diff) |
Various fixes; start implementing tests
Diffstat (limited to 'examples')
-rw-r--r-- | examples/workspace.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/workspace.xml b/examples/workspace.xml index 8be8bbe..a2be9e0 100644 --- a/examples/workspace.xml +++ b/examples/workspace.xml @@ -34,5 +34,9 @@ <function type="Audio" id="1" name="Intro" fade-in="0" fade-out="0"> <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> </functions> </workspace> |