diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-01-15 21:22:12 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-01-15 21:22:12 +0100 |
commit | b502c26edcfae7a1ed8df928eb450d67223b7b0f (patch) | |
tree | d55455013a68d72250233cc8d6294c5d6d6c81b8 /test/kit/instr2.xml | |
parent | 25bf0872b6e3a28f93d222823b09e86549ea36d9 (diff) |
Make all the tests use the drumkit_creator functions.
Diffstat (limited to 'test/kit/instr2.xml')
-rw-r--r-- | test/kit/instr2.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/kit/instr2.xml b/test/kit/instr2.xml deleted file mode 100644 index 76cbc80..0000000 --- a/test/kit/instr2.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<instrument name="instr2"> - <samples> - <sample name="stroke1"> - <audiofile channel="ch1" file="2222.wav"/> - <audiofile channel="ch2" file="2222.wav"/> - <audiofile channel="ch3" file="2222.wav"/> - <audiofile channel="ch4" file="2222.wav"/> - </sample> - </samples> - <velocities> - <velocity lower="0" upper="1"> - <sampleref probability="1" name="stroke1"/> - </velocity> - </velocities> -</instrument> |