-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Layered.dspreset
251 lines (232 loc) · 24.3 KB
/
Layered.dspreset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<?xml version="1.0" encoding="UTF-8"?>
<DecentSampler>
<ui bgImage="Resources/background.jpg" width="812" height="375" layoutMode="relative" bgMode="top_left">
<keyboard>
<color loNote="0" hiNote="78" color="FF000000" />
<color loNote="79" hiNote="108" color="FFFFFFFF" />
<color loNote="109" hiNote="127" color="FF000000" />
</keyboard>
<tab name="main">
<!-- Velocity -->
<button x="19" y="11" width="96" height="72" style="image" value="0">
<state name="velocity_on" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="amp" level="instrument" parameter="AMP_VEL_TRACK" translation="fixed_value" translationValue="0" />
</state>
<state name="velocity_off" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="amp" level="instrument" parameter="AMP_VEL_TRACK" translation="fixed_value" translationValue="1" />
</state>
</button>
<!-- Damping -->
<button x="19" y="92" width="96" height="72" style="image" value="0">
<state name="damping_off" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="amp" level="instrument" parameter="ENV_RELEASE" translation="fixed_value" translationValue="20" />
<binding type="amp" level="instrument" parameter="ENV_RELEASE_CURVE" translation="fixed_value" translationValue="-100" />
</state>
<state name="damping_on" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="amp" level="instrument" parameter="ENV_RELEASE" translation="fixed_value" translationValue="0.4" />
<binding type="amp" level="instrument" parameter="ENV_RELEASE_CURVE" translation="fixed_value" translationValue="100" />
</state>
</button>
<!-- Normal speed -->
<control x="153" y="26" width="41" height="41" parameterName="normal-speed_volume" type="float" minValue="0" maxValue="2" textColor="FF000000" value="1" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding type="amp" level="tag" identifier="normal-speed" parameter="AMP_VOLUME" />
</control>
<control x="242" y="26" width="41" height="41" parameterName="normal-speed_lfo-depth" type="float" minValue="0" maxValue="1" textColor="FF000000" value="0" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding level="instrument" type="modulator" position="0" parameter="MOD_AMOUNT" />
</control>
<control x="331" y="26" width="41" height="41" parameterName="normal-speed_lfo-rate" type="float" minValue="1" maxValue="9" textColor="FF000000" value="5.45" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding level="instrument" type="modulator" position="0" parameter="FREQUENCY" />
</control>
<!-- Half speed -->
<control x="153" y="107" width="41" height="41" parameterName="half-speed_volume" type="float" minValue="0" maxValue="2" textColor="FF000000" value="1" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding type="amp" level="tag" identifier="half-speed" parameter="AMP_VOLUME" />
</control>
<control x="242" y="107" width="41" height="41" parameterName="half-speed_lfo-depth" type="float" minValue="0" maxValue="1" textColor="FF000000" value="0" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding level="instrument" type="modulator" position="1" parameter="MOD_AMOUNT" />
</control>
<control x="331" y="107" width="41" height="41" parameterName="half-speed_lfo-rate" type="float" minValue="1" maxValue="9" textColor="FF000000" value="3.89" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding level="instrument" type="modulator" position="1" parameter="FREQUENCY" />
</control>
<!-- Echo on -->
<button x="415" y="11" width="96" height="72" style="image" value="0">
<state name="echo_off" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="effect" level="instrument" effectIndex="3" parameter="ENABLED" translation="fixed_value" translationValue="false" />
</state>
<state name="echo_on" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="effect" level="instrument" effectIndex="3" parameter="ENABLED" translation="fixed_value" translationValue="true" />
</state>
</button>
<!-- Echo long -->
<button x="504" y="11" width="96" height="72" style="image" value="0">
<state name="echo-long_off" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="effect" level="instrument" effectIndex="3" parameter="FX_IR_FILE" translation="fixed_value" translationValue="IR/echo-short.wav" />
</state>
<state name="echo-long_on" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="effect" level="instrument" effectIndex="3" parameter="FX_IR_FILE" translation="fixed_value" translationValue="IR/echo-long.wav" />
</state>
</button>
<!-- Echo mix -->
<control x="617" y="26" width="41" height="41" parameterName="echo_mix" type="percent" minValue="0" maxValue="100" textColor="FF000000" value="0.0" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding type="effect" level="instrument" position="3" parameter="FX_MIX" factor="0.01" />
</control>
<!-- Reverb on -->
<button x="415" y="92" width="96" height="72" style="image" value="0">
<state name="reverb_off" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="effect" level="instrument" effectIndex="4" parameter="ENABLED" translation="fixed_value" translationValue="false" />
</state>
<state name="reverb_on" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="effect" level="instrument" effectIndex="4" parameter="ENABLED" translation="fixed_value" translationValue="true" />
</state>
</button>
<!-- Reverb long -->
<button x="504" y="92" width="96" height="72" style="image" value="0">
<state name="reverb-long_off" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<binding type="effect" level="instrument" effectIndex="4" parameter="FX_IR_FILE" translation="fixed_value" translationValue="IR/reverb-short.wav" />
</state>
<state name="reverb-long_on" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<binding type="effect" level="instrument" effectIndex="4" parameter="FX_IR_FILE" translation="fixed_value" translationValue="IR/reverb-long.wav" />
</state>
</button>
<!-- Reverb mix -->
<control x="617" y="107" width="41" height="41" parameterName="reverb_mix" type="percent" minValue="0" maxValue="100" textColor="FF000000" value="0.0" style="custom_skin_vertical_drag" customSkinImage="Resources/knob.png" customSkinNumFrames="61" customSkinImageOrientation="vertical" mouseDragSensitivity="100">
<binding type="effect" level="instrument" position="4" parameter="FX_MIX" factor="0.01" />
</control>
<!-- Hi-Fi -->
<button x="702" y="11" width="96" height="72" style="image" value="1">
<state name="hi-fi_on" mainImage="Resources/light-switch_off.png" hoverImage="Resources/light-switch_off.png" clickImage="Resources/light-switch_on.png">
<!-- Low pass filter -->
<binding type="effect" level="instrument" effectIndex="0" parameter="ENABLED" translation="fixed_value" translationValue="true" />
<binding type="effect" level="instrument" effectIndex="0" parameter="FX_FILTER_FREQUENCY" translation="fixed_value" translationValue="4277" />
<binding type="effect" level="instrument" effectIndex="0" parameter="FX_FILTER_RESONANCE" translation="fixed_value" translationValue="2.0" />
<!-- High pass filter -->
<binding type="effect" level="instrument" effectIndex="1" parameter="ENABLED" translation="fixed_value" translationValue="true" />
<binding type="effect" level="instrument" effectIndex="1" parameter="FX_FILTER_FREQUENCY" translation="fixed_value" translationValue="314" />
<binding type="effect" level="instrument" effectIndex="1" parameter="FX_FILTER_RESONANCE" translation="fixed_value" translationValue="1.35" />
<!-- Saturation -->
<binding type="effect" level="instrument" effectIndex="2" parameter="ENABLED" translation="fixed_value" translationValue="true" />
<binding type="effect" level="instrument" effectIndex="2" parameter="FX_DRIVE" translation="fixed_value" translationValue="4.11" />
<binding type="effect" level="instrument" effectIndex="2" parameter="FX_OUTPUT_LEVEL" translation="fixed_value" translationValue="0.2" />
<!-- Modulation -->
<binding type="modulator" level="instrument" modulatorIndex="2" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0.05" />
<binding type="modulator" level="instrument" modulatorIndex="3" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0.06" />
<binding type="modulator" level="instrument" modulatorIndex="4" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0.05" />
</state>
<state name="hi-fi_off" mainImage="Resources/light-switch_on.png" hoverImage="Resources/light-switch_on.png" clickImage="Resources/light-switch_off.png">
<!-- Low pass filter -->
<binding type="effect" level="instrument" effectIndex="0" parameter="ENABLED" translation="fixed_value" translationValue="false" />
<binding type="effect" level="instrument" effectIndex="0" parameter="FX_FILTER_FREQUENCY" translation="fixed_value" translationValue="20000" />
<binding type="effect" level="instrument" effectIndex="0" parameter="FX_FILTER_RESONANCE" translation="fixed_value" translationValue="0.7" />
<!-- High pass filter -->
<binding type="effect" level="instrument" effectIndex="1" parameter="ENABLED" translation="fixed_value" translationValue="false" />
<binding type="effect" level="instrument" effectIndex="1" parameter="FX_FILTER_FREQUENCY" translation="fixed_value" translationValue="0" />
<binding type="effect" level="instrument" effectIndex="1" parameter="FX_FILTER_RESONANCE" translation="fixed_value" translationValue="0.7" />
<!-- Saturation -->
<binding type="effect" level="instrument" effectIndex="2" parameter="ENABLED" translation="fixed_value" translationValue="false" />
<binding type="effect" level="instrument" effectIndex="2" parameter="FX_DRIVE" translation="fixed_value" translationValue="1" />
<binding type="effect" level="instrument" effectIndex="2" parameter="FX_OUTPUT_LEVEL" translation="fixed_value" translationValue="1" />
<!-- Modulation -->
<binding type="modulator" level="instrument" modulatorIndex="2" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0" />
<binding type="modulator" level="instrument" modulatorIndex="3" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0" />
<binding type="modulator" level="instrument" modulatorIndex="4" parameter="MOD_AMOUNT" translation="fixed_value" translationValue="0" />
</state>
</button>
</tab>
</ui>
<groups attack="0.000" attackCurve="50" decayCurve="100" releaseCurve="100" decay="0" sustain="1" release="0.07" volume="1" ampVelTrack="0">
<group tags="normal-speed">
<sample loNote="79" hiNote="79" rootNote="79" path="Samples/NormalSpeed/NormalSpeed_4G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="80" hiNote="80" rootNote="80" path="Samples/NormalSpeed/NormalSpeed_4G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="81" hiNote="81" rootNote="81" path="Samples/NormalSpeed/NormalSpeed_4A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="82" hiNote="82" rootNote="82" path="Samples/NormalSpeed/NormalSpeed_4A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="83" hiNote="83" rootNote="83" path="Samples/NormalSpeed/NormalSpeed_4B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="84" hiNote="84" rootNote="84" path="Samples/NormalSpeed/NormalSpeed_5C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="85" hiNote="85" rootNote="85" path="Samples/NormalSpeed/NormalSpeed_5C#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="86" hiNote="86" rootNote="86" path="Samples/NormalSpeed/NormalSpeed_5D.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="87" hiNote="87" rootNote="87" path="Samples/NormalSpeed/NormalSpeed_5D#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="88" hiNote="88" rootNote="88" path="Samples/NormalSpeed/NormalSpeed_5E.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="89" hiNote="89" rootNote="89" path="Samples/NormalSpeed/NormalSpeed_5F.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="90" hiNote="90" rootNote="90" path="Samples/NormalSpeed/NormalSpeed_5F#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="91" hiNote="91" rootNote="91" path="Samples/NormalSpeed/NormalSpeed_5G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="92" hiNote="92" rootNote="92" path="Samples/NormalSpeed/NormalSpeed_5G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="93" hiNote="93" rootNote="93" path="Samples/NormalSpeed/NormalSpeed_5A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="94" hiNote="94" rootNote="94" path="Samples/NormalSpeed/NormalSpeed_5A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="95" hiNote="95" rootNote="95" path="Samples/NormalSpeed/NormalSpeed_5B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="96" hiNote="96" rootNote="96" path="Samples/NormalSpeed/NormalSpeed_6C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="97" hiNote="97" rootNote="97" path="Samples/NormalSpeed/NormalSpeed_6C#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="98" hiNote="98" rootNote="98" path="Samples/NormalSpeed/NormalSpeed_6D.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="99" hiNote="99" rootNote="99" path="Samples/NormalSpeed/NormalSpeed_6D#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="100" hiNote="100" rootNote="100" path="Samples/NormalSpeed/NormalSpeed_6E.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="101" hiNote="101" rootNote="101" path="Samples/NormalSpeed/NormalSpeed_6F.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="102" hiNote="102" rootNote="102" path="Samples/NormalSpeed/NormalSpeed_6F#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="103" hiNote="103" rootNote="103" path="Samples/NormalSpeed/NormalSpeed_6G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="104" hiNote="104" rootNote="104" path="Samples/NormalSpeed/NormalSpeed_6G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="105" hiNote="105" rootNote="105" path="Samples/NormalSpeed/NormalSpeed_6A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="106" hiNote="106" rootNote="106" path="Samples/NormalSpeed/NormalSpeed_6A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="107" hiNote="107" rootNote="107" path="Samples/NormalSpeed/NormalSpeed_6B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="108" hiNote="108" rootNote="108" path="Samples/NormalSpeed/NormalSpeed_7C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
</group>
<group tags="half-speed">
<sample loNote="79" hiNote="79" rootNote="79" path="Samples/HalfSpeed/HalfSpeed_3G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="80" hiNote="80" rootNote="80" path="Samples/HalfSpeed/HalfSpeed_3G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="81" hiNote="81" rootNote="81" path="Samples/HalfSpeed/HalfSpeed_3A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="82" hiNote="82" rootNote="82" path="Samples/HalfSpeed/HalfSpeed_3A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="83" hiNote="83" rootNote="83" path="Samples/HalfSpeed/HalfSpeed_3B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="84" hiNote="84" rootNote="84" path="Samples/HalfSpeed/HalfSpeed_4C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="85" hiNote="85" rootNote="85" path="Samples/HalfSpeed/HalfSpeed_4C#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="86" hiNote="86" rootNote="86" path="Samples/HalfSpeed/HalfSpeed_4D.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="87" hiNote="87" rootNote="87" path="Samples/HalfSpeed/HalfSpeed_4D#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="88" hiNote="88" rootNote="88" path="Samples/HalfSpeed/HalfSpeed_4E.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="89" hiNote="89" rootNote="89" path="Samples/HalfSpeed/HalfSpeed_4F.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="90" hiNote="90" rootNote="90" path="Samples/HalfSpeed/HalfSpeed_4F#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="91" hiNote="91" rootNote="91" path="Samples/HalfSpeed/HalfSpeed_4G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="92" hiNote="92" rootNote="92" path="Samples/HalfSpeed/HalfSpeed_4G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="93" hiNote="93" rootNote="93" path="Samples/HalfSpeed/HalfSpeed_4A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="94" hiNote="94" rootNote="94" path="Samples/HalfSpeed/HalfSpeed_4A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="95" hiNote="95" rootNote="95" path="Samples/HalfSpeed/HalfSpeed_4B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="96" hiNote="96" rootNote="96" path="Samples/HalfSpeed/HalfSpeed_5C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="97" hiNote="97" rootNote="97" path="Samples/HalfSpeed/HalfSpeed_5C#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="98" hiNote="98" rootNote="98" path="Samples/HalfSpeed/HalfSpeed_5D.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="99" hiNote="99" rootNote="99" path="Samples/HalfSpeed/HalfSpeed_5D#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="100" hiNote="100" rootNote="100" path="Samples/HalfSpeed/HalfSpeed_5E.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="101" hiNote="101" rootNote="101" path="Samples/HalfSpeed/HalfSpeed_5F.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="102" hiNote="102" rootNote="102" path="Samples/HalfSpeed/HalfSpeed_5F#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="103" hiNote="103" rootNote="103" path="Samples/HalfSpeed/HalfSpeed_5G.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="104" hiNote="104" rootNote="104" path="Samples/HalfSpeed/HalfSpeed_5G#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="105" hiNote="105" rootNote="105" path="Samples/HalfSpeed/HalfSpeed_5A.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="106" hiNote="106" rootNote="106" path="Samples/HalfSpeed/HalfSpeed_5A#.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="107" hiNote="107" rootNote="107" path="Samples/HalfSpeed/HalfSpeed_5B.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
<sample loNote="108" hiNote="108" rootNote="108" path="Samples/HalfSpeed/HalfSpeed_6C.wav" sampleRate="48000.0" pitchKeyTrack="1" loopEnabled="0"/>
</group>
</groups>
<effects>
<effect type="lowpass" resonance="2" frequency="4277" enabled="false" />
<effect type="highpass" resonance="1.35" frequency="314" enabled="false" />
<effect type="wave_shaper" drive="4.11" outputLevel="0.13" enabled="false" />
<effect type="convolution" irFile="IR/echo-short.wav" mix="0.0" enabled="false" />
<effect type="convolution" irFile="IR/reverb-short.wav" mix="0.0" enabled="false" />
</effects>
<midi>
<cc number="1">
<binding level="ui" type="control" position="3" parameter="VALUE" translation="linear" translationOutputMin="0" translationOutputMax="1"/>
<binding level="ui" type="control" position="6" parameter="VALUE" translation="linear" translationOutputMin="0" translationOutputMax="1"/>
</cc>
</midi>
<modulators>
<lfo shape="sine" frequency="5.45" modAmount="1.0">
<binding type="amp" level="group" position="0" parameter="AMP_VOLUME" modBehavior="set" translation="linear" translationOutputMin="0" translationOutputMax="1" />
</lfo>
<lfo shape="sine" frequency="3.89" modAmount="1.0">
<binding type="amp" level="group" position="1" parameter="AMP_VOLUME" modBehavior="set" translation="linear" translationOutputMin="0" translationOutputMax="1" />
</lfo>
<lfo shape="square" frequency=".32" modAmount="0.05">
<binding type="amp" level="group" position="0" parameter="GROUP_TUNING" />
<binding type="amp" level="group" position="1" parameter="GROUP_TUNING" />
</lfo>
<lfo shape="sine" frequency=".71" modAmount="0.06">
<binding type="amp" level="instrument" parameter="GLOBAL_TUNING" />
</lfo>
<lfo shape="saw" frequency=".17" modAmount="0.05">
<binding type="amp" level="instrument" position="1" parameter="AMP_VOLUME" modBehavior="set" translation="linear" translationOutputMin="0" translationOutputMax="1" />
</lfo>
</modulators>
</DecentSampler>