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

Drum Studio vintage-909 — Dirt-Samples pack v1

Browse files
.gitattributes CHANGED
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  vintage-tr/samples/slot0_v43-84_rr1.wav filter=lfs diff=lfs merge=lfs -text
37
  vintage-tr/samples/slot0_v85-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
38
  vintage-tr/samples/slot4_v1-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
36
  vintage-tr/samples/slot0_v43-84_rr1.wav filter=lfs diff=lfs merge=lfs -text
37
  vintage-tr/samples/slot0_v85-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
38
  vintage-tr/samples/slot4_v1-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
39
+ vintage-909/samples/slot2_v1-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
40
+ vintage-909/samples/slot3_v1-127_rr1.wav filter=lfs diff=lfs merge=lfs -text
vintage-909/README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Drum Studio — Vintage TR-909 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**: 14
11
+ - **Total size**: 1.1 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.
vintage-909/manifest.json ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "vintage-909",
3
+ "label": "Vintage TR-909",
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": 1.104,
11
+ "source": "hf",
12
+ "category": "vintage",
13
+ "pads": [
14
+ {
15
+ "slot": 0,
16
+ "label": "909 Kick",
17
+ "shortLabel": "BD",
18
+ "color": "#b91c1c",
19
+ "defaultMidiNote": 36,
20
+ "synthFallback": "kick",
21
+ "fallbackPitch": 65,
22
+ "fallbackDecay": 0.55
23
+ },
24
+ {
25
+ "slot": 1,
26
+ "label": "909 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": "909 Closed HH",
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": "909 Open HH",
47
+ "shortLabel": "OH",
48
+ "color": "#0284c7",
49
+ "defaultMidiNote": 46,
50
+ "synthFallback": "hihat-open",
51
+ "fallbackDecay": 0.45,
52
+ "chokeGroup": 1
53
+ },
54
+ {
55
+ "slot": 4,
56
+ "label": "909 Clap",
57
+ "shortLabel": "CP",
58
+ "color": "#a855f7",
59
+ "defaultMidiNote": 39,
60
+ "synthFallback": "clap",
61
+ "fallbackDecay": 0.15
62
+ },
63
+ {
64
+ "slot": 5,
65
+ "label": "909 Rim",
66
+ "shortLabel": "RS",
67
+ "color": "#ec4899",
68
+ "defaultMidiNote": 37,
69
+ "synthFallback": "rim",
70
+ "fallbackDecay": 0.03
71
+ },
72
+ {
73
+ "slot": 6,
74
+ "label": "909 Tom Lo",
75
+ "shortLabel": "LT",
76
+ "color": "#10b981",
77
+ "defaultMidiNote": 41,
78
+ "synthFallback": "tom-lo",
79
+ "fallbackPitch": 100,
80
+ "fallbackDecay": 0.45
81
+ },
82
+ {
83
+ "slot": 7,
84
+ "label": "909 Tom Hi",
85
+ "shortLabel": "HT",
86
+ "color": "#34d399",
87
+ "defaultMidiNote": 48,
88
+ "synthFallback": "tom-hi",
89
+ "fallbackPitch": 180,
90
+ "fallbackDecay": 0.3
91
+ }
92
+ ],
93
+ "zones": [
94
+ {
95
+ "file": "slot0_v1-42_rr1.wav",
96
+ "slot": 0,
97
+ "lowVelocity": 1,
98
+ "highVelocity": 42,
99
+ "roundRobin": 1,
100
+ "sizeBytes": 25108,
101
+ "sha256": "7fc84cc6c9fead786ec34418ee44f62645dab62747f076d6e07066ee03c695a9"
102
+ },
103
+ {
104
+ "file": "slot0_v43-84_rr1.wav",
105
+ "slot": 0,
106
+ "lowVelocity": 43,
107
+ "highVelocity": 84,
108
+ "roundRobin": 1,
109
+ "sizeBytes": 9628,
110
+ "sha256": "e0cc6865cfb8ba78e4613b22b7f3cf56b55fef8a6e0de34575a89c00453f17a9"
111
+ },
112
+ {
113
+ "file": "slot0_v85-127_rr1.wav",
114
+ "slot": 0,
115
+ "lowVelocity": 85,
116
+ "highVelocity": 127,
117
+ "roundRobin": 1,
118
+ "sizeBytes": 28594,
119
+ "sha256": "37d999cccfe2ba373adbd9e6e77d4f474086c803ecd67670d8aa6d9afa55c586"
120
+ },
121
+ {
122
+ "file": "slot1_v1-63_rr1.wav",
123
+ "slot": 1,
124
+ "lowVelocity": 1,
125
+ "highVelocity": 63,
126
+ "roundRobin": 1,
127
+ "sizeBytes": 81070,
128
+ "sha256": "9e1c38cd174cb6c8bffbf8bc238033333c8f99aa5b8aabca4ebeff5abe4189f6"
129
+ },
130
+ {
131
+ "file": "slot1_v64-127_rr1.wav",
132
+ "slot": 1,
133
+ "lowVelocity": 64,
134
+ "highVelocity": 127,
135
+ "roundRobin": 1,
136
+ "sizeBytes": 93342,
137
+ "sha256": "bf580807a690252b73a1a9558b9416c317b6afb94057c6659e27a4e899ea57ae"
138
+ },
139
+ {
140
+ "file": "slot2_v1-127_rr1.wav",
141
+ "slot": 2,
142
+ "lowVelocity": 1,
143
+ "highVelocity": 127,
144
+ "roundRobin": 1,
145
+ "sizeBytes": 153960,
146
+ "sha256": "743aa181c2f7652a7c7f405277d1b66189a0bcfc1097d0b87850074be66d6d70"
147
+ },
148
+ {
149
+ "file": "slot3_v1-127_rr1.wav",
150
+ "slot": 3,
151
+ "lowVelocity": 1,
152
+ "highVelocity": 127,
153
+ "roundRobin": 1,
154
+ "sizeBytes": 323200,
155
+ "sha256": "88be3cefa5dda83ad3bf145d27a156c1f49cf432ab5f25e9ce93e7e3f3f467a9"
156
+ },
157
+ {
158
+ "file": "slot4_v1-63_rr1.wav",
159
+ "slot": 4,
160
+ "lowVelocity": 1,
161
+ "highVelocity": 63,
162
+ "roundRobin": 1,
163
+ "sizeBytes": 39392,
164
+ "sha256": "e5d00e7fbb04ab43fb27921b960765a5ed223f7ec2f3e4cb0a0a5c08560fe281"
165
+ },
166
+ {
167
+ "file": "slot4_v64-127_rr1.wav",
168
+ "slot": 4,
169
+ "lowVelocity": 64,
170
+ "highVelocity": 127,
171
+ "roundRobin": 1,
172
+ "sizeBytes": 32312,
173
+ "sha256": "f4eb3703e1201391a2a1571fc9f32a74b91a839433c6ed439368bee7dde072d1"
174
+ },
175
+ {
176
+ "file": "slot5_v1-127_rr1.wav",
177
+ "slot": 5,
178
+ "lowVelocity": 1,
179
+ "highVelocity": 127,
180
+ "roundRobin": 1,
181
+ "sizeBytes": 18014,
182
+ "sha256": "56736245dd6f98859c0e08545926729c3aec0709caa0d2f0b94a41e0007eabb4"
183
+ },
184
+ {
185
+ "file": "slot6_v1-63_rr1.wav",
186
+ "slot": 6,
187
+ "lowVelocity": 1,
188
+ "highVelocity": 63,
189
+ "roundRobin": 1,
190
+ "sizeBytes": 88246,
191
+ "sha256": "a324073813003398a3ed92c3e569ac80f6ff50d82253f95b2b87a3f268f6951b"
192
+ },
193
+ {
194
+ "file": "slot6_v64-127_rr1.wav",
195
+ "slot": 6,
196
+ "lowVelocity": 64,
197
+ "highVelocity": 127,
198
+ "roundRobin": 1,
199
+ "sizeBytes": 88246,
200
+ "sha256": "d3720682985a9621c4a67749dfd5336fa4f25564ef7ea2e633ac8ff5fdd64eda"
201
+ },
202
+ {
203
+ "file": "slot7_v1-63_rr1.wav",
204
+ "slot": 7,
205
+ "lowVelocity": 1,
206
+ "highVelocity": 63,
207
+ "roundRobin": 1,
208
+ "sizeBytes": 88246,
209
+ "sha256": "96d0de026d7421e05d35b07905ff85072985db1d6fc1eea286c00aaa1836ff97"
210
+ },
211
+ {
212
+ "file": "slot7_v64-127_rr1.wav",
213
+ "slot": 7,
214
+ "lowVelocity": 64,
215
+ "highVelocity": 127,
216
+ "roundRobin": 1,
217
+ "sizeBytes": 88246,
218
+ "sha256": "7e0b9eddd95379298aacbf1520929f586191788d9e0841ad752d84bdde910d88"
219
+ }
220
+ ]
221
+ }
vintage-909/samples/slot0_v1-42_rr1.wav ADDED
Binary file (25.1 kB). View file
 
vintage-909/samples/slot0_v43-84_rr1.wav ADDED
Binary file (9.63 kB). View file
 
vintage-909/samples/slot0_v85-127_rr1.wav ADDED
Binary file (28.6 kB). View file
 
vintage-909/samples/slot1_v1-63_rr1.wav ADDED
Binary file (81.1 kB). View file
 
vintage-909/samples/slot1_v64-127_rr1.wav ADDED
Binary file (93.3 kB). View file
 
vintage-909/samples/slot2_v1-127_rr1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743aa181c2f7652a7c7f405277d1b66189a0bcfc1097d0b87850074be66d6d70
3
+ size 153960
vintage-909/samples/slot3_v1-127_rr1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88be3cefa5dda83ad3bf145d27a156c1f49cf432ab5f25e9ce93e7e3f3f467a9
3
+ size 323200
vintage-909/samples/slot4_v1-63_rr1.wav ADDED
Binary file (39.4 kB). View file
 
vintage-909/samples/slot4_v64-127_rr1.wav ADDED
Binary file (32.3 kB). View file
 
vintage-909/samples/slot5_v1-127_rr1.wav ADDED
Binary file (18 kB). View file
 
vintage-909/samples/slot6_v1-63_rr1.wav ADDED
Binary file (88.2 kB). View file
 
vintage-909/samples/slot6_v64-127_rr1.wav ADDED
Binary file (88.2 kB). View file
 
vintage-909/samples/slot7_v1-63_rr1.wav ADDED
Binary file (88.2 kB). View file
 
vintage-909/samples/slot7_v64-127_rr1.wav ADDED
Binary file (88.2 kB). View file