-
Notifications
You must be signed in to change notification settings - Fork 0
/
21 - S E - CAR HORN.dspreset
76 lines (76 loc) · 4.16 KB
/
21 - S E - CAR HORN.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
<?xml version="1.0" encoding="UTF-8"?>
<DecentSampler minVersion="1.0.0">
<ui width="812" height="375" layoutMode="relative" bgMode="top_left"
bgImage="Images/background-2.png">
<tab name="main">
<!-- attack -->
<control x="290" y="104" width="80" height="80" parameterName="ATTACK"
style="rotary_vertical_drag" trackForegroundColor="FFFDE26F"
trackBackgroundColor="FF4C4E49" type="float" minValue="0.0" maxValue="1.0" value="0"
>
<binding type="amp" level="group" position="0" parameter="ENV_ATTACK" />
</control>
<!-- release mode: sample -->
<control x="444" y="104" width="80" height="80" parameterName="RELEASE SAMPLE LENGTH"
style="rotary_vertical_drag" trackForegroundColor="FF7FE7D6"
trackBackgroundColor="FF4C4E49" type="float" minValue="0.0" maxValue="4.0"
value="2.0" defaultValue="2.0"
>
<binding type="amp" level="group" position="1" parameter="ENV_DECAY" />
</control>
<!-- release mode: envelope -->
<control x="444" y="104" width="80" height="80" parameterName="RELEASE TIME"
style="rotary_vertical_drag" trackForegroundColor="FF7FE7D6"
trackBackgroundColor="FF4C4E49" type="float" minValue="0.1" maxValue="4.0"
defaultValue="2.0" visible="false"
>
<binding type="amp" level="group" position="0" parameter="ENV_RELEASE" />
</control>
<!-- release mode toggle -->
<button x="98" y="100" width="70" height="50" style="text" value="0">
<state name="SAMPLE">
<!-- set fixed release time -->
<binding type="general" level="group" position="0" parameter="ENV_RELEASE"
translation="fixed_value" translationValue="0.1" />
<!-- enable release sample group -->
<binding type="general" level="group" position="1" parameter="ENABLED"
translation="fixed_value" translationValue="true" />
<!-- enable built-in release knob -->
<binding type="control" level="ui" position="1" parameter="VISIBLE"
translation="fixed_value" translationValue="true" />
<!-- disable custom release knob -->
<binding type="control" level="ui" position="2" parameter="VISIBLE"
translation="fixed_value" translationValue="false" />
</state>
<state name="ENVELOPE">
<!-- disable release sample group -->
<binding type="general" level="group" position="1" parameter="ENABLED"
translation="fixed_value" translationValue="false" />
<!-- disable built-in release knob -->
<binding type="control" level="ui" position="1" parameter="VISIBLE"
translation="fixed_value" translationValue="false" />
<!-- enable custom release knob -->
<binding type="control" level="ui" position="2" parameter="VISIBLE"
translation="fixed_value" translationValue="true" />
</state>
</button>
</tab>
<keyboard>
<!-- original range -->
<color loNote="53" hiNote="83" color="FF96DFD8"></color>
<!-- extended range -->
<color loNote="48" hiNote="52" color="FFC9DBDE"></color>
<color loNote="84" hiNote="96" color="FFC9DBDE"></color>
</keyboard>
</ui>
<groups>
<group release="0.1" ampVelTrack="0">
<sample pitchKeyTrack="0" rootNote="48" loNote="48" hiNote="96"
path="Samples/21 CAR HORN/SA35_CAR-HORN.wav" />
</group>
<group trigger="release" attack="0.1" sustain="0" ampVelTrack="0">
<sample pitchKeyTrack="0" rootNote="48" loNote="48" hiNote="96"
path="Samples/21 CAR HORN/SA35_CAR-HORN_REL.wav" />
</group>
</groups>
</DecentSampler>