diff options
author | Ben Connors <benconnors@outlook.com> | 2019-09-26 21:42:14 -0400 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-09-26 21:42:14 -0400 |
commit | dfe20c0430c7d58b57c44026102cf8b3c52ac1b3 (patch) | |
tree | 1c0ad08b16c0183b4bb3c7ebff358950e3971534 /examples | |
parent | cefc580a2f38f14c0245c9d6a5acbaa67feaf8d4 (diff) |
Lots of stuff
- Add tests for chaser steps
- Finish preliminary implementation of chasers
- Implement (de)serialization on chasers and steps
- Various bugfixes from testing
Diffstat (limited to 'examples')
-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> |