AEmotionStudio commited on
Commit
e888c01
·
verified ·
1 Parent(s): a1082f3

Drum Studio linndrum-dmx — Dirt-Samples pack v1

Browse files
linndrum-dmx/README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Drum Studio — LinnDrum / DMX sample pack (v1)
2
+
3
+ Vintage drum-machine samples from the CC0 Dirt-Samples archive.
4
+
5
+ - **License**: CC0-1.0
6
+ - **Attribution**: tidalcycles/Dirt-Samples (Public Domain CC0)
7
+ - **Source URL**: https://github.com/tidalcycles/Dirt-Samples
8
+ - **Pack version**: 1
9
+ - **Pad count**: 8
10
+ - **Zone count**: 12
11
+ - **Total size**: 0.3 MB
12
+
13
+ Slots without a source file rely on the procedural fallback declared in the
14
+ pad's `synthFallback` field, so the kit is always playable end-to-end even
15
+ when a particular sample is missing from upstream.
linndrum-dmx/manifest.json ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "linndrum-dmx",
3
+ "label": "LinnDrum / DMX",
4
+ "version": 1,
5
+ "license": "CC0-1.0",
6
+ "attribution": "tidalcycles/Dirt-Samples (Public Domain CC0)",
7
+ "sourceLibrary": "tidalcycles/Dirt-Samples",
8
+ "sourceUrl": "https://github.com/tidalcycles/Dirt-Samples",
9
+ "sampleRate": 44100,
10
+ "totalSizeMB": 0.289,
11
+ "source": "hf",
12
+ "category": "vintage",
13
+ "pads": [
14
+ {
15
+ "slot": 0,
16
+ "label": "Linn Kick",
17
+ "shortLabel": "BD",
18
+ "color": "#b91c1c",
19
+ "defaultMidiNote": 36,
20
+ "synthFallback": "kick",
21
+ "fallbackPitch": 65,
22
+ "fallbackDecay": 0.5
23
+ },
24
+ {
25
+ "slot": 1,
26
+ "label": "Linn Snare",
27
+ "shortLabel": "SD",
28
+ "color": "#ea580c",
29
+ "defaultMidiNote": 38,
30
+ "synthFallback": "snare",
31
+ "fallbackPitch": 200,
32
+ "fallbackDecay": 0.22
33
+ },
34
+ {
35
+ "slot": 2,
36
+ "label": "Linn HH Closed",
37
+ "shortLabel": "CH",
38
+ "color": "#0ea5e9",
39
+ "defaultMidiNote": 42,
40
+ "synthFallback": "hihat-closed",
41
+ "fallbackDecay": 0.04,
42
+ "chokeGroup": 1
43
+ },
44
+ {
45
+ "slot": 3,
46
+ "label": "Linn HH Open",
47
+ "shortLabel": "OH",
48
+ "color": "#0284c7",
49
+ "defaultMidiNote": 46,
50
+ "synthFallback": "hihat-open",
51
+ "fallbackDecay": 0.35,
52
+ "chokeGroup": 1
53
+ },
54
+ {
55
+ "slot": 4,
56
+ "label": "DT Clap",
57
+ "shortLabel": "CP",
58
+ "color": "#a855f7",
59
+ "defaultMidiNote": 39,
60
+ "synthFallback": "clap",
61
+ "fallbackDecay": 0.15
62
+ },
63
+ {
64
+ "slot": 5,
65
+ "label": "DT Rim",
66
+ "shortLabel": "RS",
67
+ "color": "#ec4899",
68
+ "defaultMidiNote": 37,
69
+ "synthFallback": "rim",
70
+ "fallbackDecay": 0.03
71
+ },
72
+ {
73
+ "slot": 6,
74
+ "label": "DT Tom Lo",
75
+ "shortLabel": "LT",
76
+ "color": "#10b981",
77
+ "defaultMidiNote": 41,
78
+ "synthFallback": "tom-lo",
79
+ "fallbackPitch": 110,
80
+ "fallbackDecay": 0.3
81
+ },
82
+ {
83
+ "slot": 7,
84
+ "label": "DT Tom Hi",
85
+ "shortLabel": "HT",
86
+ "color": "#34d399",
87
+ "defaultMidiNote": 48,
88
+ "synthFallback": "tom-hi",
89
+ "fallbackPitch": 190,
90
+ "fallbackDecay": 0.2
91
+ }
92
+ ],
93
+ "zones": [
94
+ {
95
+ "file": "slot0_v1-63_rr1.wav",
96
+ "slot": 0,
97
+ "lowVelocity": 1,
98
+ "highVelocity": 63,
99
+ "roundRobin": 1,
100
+ "sizeBytes": 17742,
101
+ "sha256": "cf51094b485770322cd5abd1857786eecf17c16d052a2b95f1c6d2386c68f43a"
102
+ },
103
+ {
104
+ "file": "slot0_v64-127_rr1.wav",
105
+ "slot": 0,
106
+ "lowVelocity": 64,
107
+ "highVelocity": 127,
108
+ "roundRobin": 1,
109
+ "sizeBytes": 10160,
110
+ "sha256": "e5cb088a445a6017f2826845782c86612800f1164931ddb3d9781a29b754f651"
111
+ },
112
+ {
113
+ "file": "slot1_v1-127_rr1.wav",
114
+ "slot": 1,
115
+ "lowVelocity": 1,
116
+ "highVelocity": 127,
117
+ "roundRobin": 1,
118
+ "sizeBytes": 11114,
119
+ "sha256": "cbd12ca7e96da913d967e6934f7b10ba1876954c97df9b750a82e5c72924a9be"
120
+ },
121
+ {
122
+ "file": "slot2_v1-42_rr1.wav",
123
+ "slot": 2,
124
+ "lowVelocity": 1,
125
+ "highVelocity": 42,
126
+ "roundRobin": 1,
127
+ "sizeBytes": 10098,
128
+ "sha256": "fae80d25964b3a3fc8ba0c2dbe0e73864ce71a5f8999f0e274a1422ae0084dec"
129
+ },
130
+ {
131
+ "file": "slot2_v43-84_rr1.wav",
132
+ "slot": 2,
133
+ "lowVelocity": 43,
134
+ "highVelocity": 84,
135
+ "roundRobin": 1,
136
+ "sizeBytes": 22096,
137
+ "sha256": "12dda54e53957194f7ec2dae366e87dfd41e1b86fd8377c9822a8649b6549e29"
138
+ },
139
+ {
140
+ "file": "slot2_v85-127_rr1.wav",
141
+ "slot": 2,
142
+ "lowVelocity": 85,
143
+ "highVelocity": 127,
144
+ "roundRobin": 1,
145
+ "sizeBytes": 33168,
146
+ "sha256": "5cd501739705dea58a998b6558030e7da5454ea3f68c0bbe20c64cce12f409c9"
147
+ },
148
+ {
149
+ "file": "slot3_v1-63_rr1.wav",
150
+ "slot": 3,
151
+ "lowVelocity": 1,
152
+ "highVelocity": 63,
153
+ "roundRobin": 1,
154
+ "sizeBytes": 18672,
155
+ "sha256": "bedf7492eb1691029e301b364fde81a22f16f5215a1f1923bb9280112abe8561"
156
+ },
157
+ {
158
+ "file": "slot3_v64-127_rr1.wav",
159
+ "slot": 3,
160
+ "lowVelocity": 64,
161
+ "highVelocity": 127,
162
+ "roundRobin": 1,
163
+ "sizeBytes": 24896,
164
+ "sha256": "b986066708a96f4016a6a6a83a5a705d58495f98737de48c99d81f0377bc2540"
165
+ },
166
+ {
167
+ "file": "slot4_v1-127_rr1.wav",
168
+ "slot": 4,
169
+ "lowVelocity": 1,
170
+ "highVelocity": 127,
171
+ "roundRobin": 1,
172
+ "sizeBytes": 25920,
173
+ "sha256": "8c1400557bef9aee97c31a2b7580154a21af8a81bced99196a1164d0f05fda0b"
174
+ },
175
+ {
176
+ "file": "slot5_v1-127_rr1.wav",
177
+ "slot": 5,
178
+ "lowVelocity": 1,
179
+ "highVelocity": 127,
180
+ "roundRobin": 1,
181
+ "sizeBytes": 12836,
182
+ "sha256": "3ef9c2cf3d0a53da8d456db583b944529614e3ce631b53fa8e1f26019662920b"
183
+ },
184
+ {
185
+ "file": "slot6_v1-127_rr1.wav",
186
+ "slot": 6,
187
+ "lowVelocity": 1,
188
+ "highVelocity": 127,
189
+ "roundRobin": 1,
190
+ "sizeBytes": 66336,
191
+ "sha256": "a6eec07d519edc3826482e4cf00ec09be618c1f13c24692b43baa11a01d0195b"
192
+ },
193
+ {
194
+ "file": "slot7_v1-127_rr1.wav",
195
+ "slot": 7,
196
+ "lowVelocity": 1,
197
+ "highVelocity": 127,
198
+ "roundRobin": 1,
199
+ "sizeBytes": 49734,
200
+ "sha256": "0e282dbe3bbb1fc53cc99edca897357ed0cbc17c501a91c412d5d325d17cc463"
201
+ }
202
+ ]
203
+ }
linndrum-dmx/samples/slot0_v1-63_rr1.wav ADDED
Binary file (17.7 kB). View file
 
linndrum-dmx/samples/slot0_v64-127_rr1.wav ADDED
Binary file (10.2 kB). View file
 
linndrum-dmx/samples/slot1_v1-127_rr1.wav ADDED
Binary file (11.1 kB). View file
 
linndrum-dmx/samples/slot2_v1-42_rr1.wav ADDED
Binary file (10.1 kB). View file
 
linndrum-dmx/samples/slot2_v43-84_rr1.wav ADDED
Binary file (22.1 kB). View file
 
linndrum-dmx/samples/slot2_v85-127_rr1.wav ADDED
Binary file (33.2 kB). View file
 
linndrum-dmx/samples/slot3_v1-63_rr1.wav ADDED
Binary file (18.7 kB). View file
 
linndrum-dmx/samples/slot3_v64-127_rr1.wav ADDED
Binary file (24.9 kB). View file
 
linndrum-dmx/samples/slot4_v1-127_rr1.wav ADDED
Binary file (25.9 kB). View file
 
linndrum-dmx/samples/slot5_v1-127_rr1.wav ADDED
Binary file (12.8 kB). View file
 
linndrum-dmx/samples/slot6_v1-127_rr1.wav ADDED
Binary file (66.3 kB). View file
 
linndrum-dmx/samples/slot7_v1-127_rr1.wav ADDED
Binary file (49.7 kB). View file