This repository has been archived by the owner on Mar 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
artifacts.json
16293 lines (16293 loc) · 517 KB
/
artifacts.json
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": 440,
"name": "Helmium02",
"author": "Kobraji",
"file_hash": "33d24d156333136b153710d66bfdbf64023e1016610aa79343759b270f080042",
"description": "30 Helm Presets\n",
"related": [
26,
27,
28,
29,
30
],
"license": "by",
"tags": [
"preset",
"synth presets"
],
"apps": [
"lv2",
"vst",
"helm"
],
"formats": [
"zip",
"helm"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/440.json",
"download_count": 30,
"file": "https://musical-artifacts.com/artifacts/440/Helmium02.zip"
},
{
"id": 439,
"name": "ElecOrg Lite (SFZ)",
"author": "Michael Picher",
"file_hash": "33740273e9e82dd561eb12d9336103d7912d2af38568af864b2b1c6ab71788c9",
"description": "Embrace the fun sound of this virtual electronic organ, sampled from a spinet organ that was likely built in the late 70s!\n\nThe full version is available on my website: http://michaelpichermusic.wixsite.com/composer/\n",
"related": [
26,
27,
28,
29,
30
],
"license": "copyright",
"tags": [
"organ",
"electronic organ",
"spinet organ",
"electronic",
"synth",
"keyboard",
"synthesizer"
],
"apps": [
"garageband",
"cubase",
"flstudio",
"studio one",
"aria player",
"sforzando"
],
"formats": [
"zip",
"sfz",
"wav"
],
"mirrors": [
"http://michaelpichermusic.wixsite.com/composer/elecorg"
],
"more_info": [
"https://soundcloud.com/michaelpicher/elecorg-test-sfz-instrument"
],
"favorite_count": 0,
"url": "https://musical-artifacts.com/artifacts/439.json",
"download_count": 80,
"file": "https://musical-artifacts.com/artifacts/439/ElecOrg_Lite.zip"
},
{
"id": 438,
"name": "Styvell Orchestra soundfont FrenchHorn",
"author": "olof",
"file_hash": "c2e96fc51565ed463ffcf160b6ab71b829ead129ec8bdcb053c48f1dcd4aa9a8",
"description": "This is a part of Styvell Orchestra soundbank.\na frenchhorn soundfont realised with the free samples given by the\nphilarmonia orchestra (http://www.philharmonia.co.uk)\nwork done :\n- normalize\n- silence cut\n- mapping\n- dynamics range (3 dynamics : piano, mezzo forte, and fortissimo)\n- looping\n- small release\n\nStyvell orchestra's focus is to build a complete orchestral quality soundbank.\n",
"related": [
3,
4,
5,
6,
7
],
"license": "by-sa",
"tags": [
"frenchhorn"
],
"apps": [
"carla",
"linuxsampler",
"fluidsynth",
"musescore"
],
"formats": [
"free soundfont",
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 0,
"url": "https://musical-artifacts.com/artifacts/438.json",
"download_count": 205,
"file": "https://musical-artifacts.com/artifacts/438/frenchhorn.sf2.tar.gz"
},
{
"id": 437,
"name": "clean sounds",
"author": "stratojaune",
"file_hash": "8771dc1000884672879a5228e775e4bea006e01c721f079abf921ff6e458c4ce",
"description": "all is in name, with some effects\n",
"related": [
1,
78,
79,
80,
82
],
"license": "by",
"tags": [],
"apps": [
"guitarix"
],
"formats": [
"gx"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/437.json",
"download_count": 321,
"file": "https://musical-artifacts.com/artifacts/437/cleansounds.gx"
},
{
"id": 436,
"name": "SAXO-ALTO-VIB-FF",
"author": "olof",
"file_hash": "c860357ff5e7d243e40523af1688535dbff3276f943d28b06a69bbdb32126c53",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA) The samples were modified : cutting the silence before the attack, 16bits mono converting, normalizing, looping, no effect.\n\nThe samples are publicly available as is, with no license. Please check their home page for more details: http://theremin.music.uiowa.edu/MIS.html# And donate if you can.\n\nSize: 7.8 Mo\n\nAudio: 1 instrument 48Khz 16bit\n",
"related": [
193,
412,
417,
192,
191
],
"license": "by-sa",
"tags": [
"soundfont",
"soprano",
"sax"
],
"apps": [
"qsynth",
"fluidsynth",
"fantasia",
"qsampler",
"linuxsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 0,
"url": "https://musical-artifacts.com/artifacts/436.json",
"download_count": 202,
"file": "https://musical-artifacts.com/artifacts/436/saxoaltovib.sf2"
},
{
"id": 435,
"name": "SAXO-SOPRANO-NOVIB-FF",
"author": "olof",
"file_hash": "aabf38716dcf5f2376a7479874022cca386fc692a1e853b80d7d53243ef5b37a",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA) The samples were modified : cutting the silence before the attack, 16bits mono converting, normalizing, looping, no effect.\n\nThe samples are publicly available as is, with no license. Please check their home page for more details: http://theremin.music.uiowa.edu/MIS.html# And donate if you can.\n\nSize: 8.3 Mo\n\nAudio: 1 instrument 48Khz 16bit\nDescribe what it is, how to use it, how it was made, etc...\n",
"related": [
193,
412,
417,
192,
191
],
"license": "by-sa",
"tags": [
"soundfont",
"soprano",
"sax",
"free soundfont"
],
"apps": [
"musescore",
"qsynth",
"fluidsynth",
"fantasia",
"qsampler",
"linuxsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 0,
"url": "https://musical-artifacts.com/artifacts/435.json",
"download_count": 135,
"file": "https://musical-artifacts.com/artifacts/435/sopsaxnovib.sf2"
},
{
"id": 434,
"name": "SAXO-SOPRANO-VIB-FF",
"author": "olof",
"file_hash": "f4f0ad3c13780e74c43b8da80f60defbf1f62a3c86ec8504dfc3707c9da75f91",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA)\nThe samples were modified : cutting the silence before the attack, 16bits mono converting, normalizing, looping, no effect.\n\nThe samples are publicly available as is, with no license. Please check their home page for more details: http://theremin.music.uiowa.edu/MIS.html# And donate if you can.\n\nSize: 7.8 Mo\n\nAudio: 1 instrument 48Khz 16bit\n",
"related": [
193,
412,
417,
192,
191
],
"license": "by-sa",
"tags": [
"soundfont",
"soprano",
"sax",
"free soundfont"
],
"apps": [
"musescore",
"qsynth",
"fluidsynth",
"fantasia",
"qsampler",
"linuxsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/434.json",
"download_count": 106,
"file": "https://musical-artifacts.com/artifacts/434/saxsopvib.sf2"
},
{
"id": 433,
"name": "Touhou Soundfont",
"author": "Team Shanghai Alice (game), unknown author of soundfont",
"file_hash": "c05372f76164aac916f9913550fab9d30d650cf205f000da27513ab98054b419",
"description": "Excellent General MIDI compatible soundfont from the Touhou series of games. Includes some extras in other banks.\n",
"related": [
193,
412,
417,
192,
191
],
"license": "by",
"tags": [
"touhou",
"gm",
"soundfont",
"sf2",
"videogame",
"video game"
],
"apps": [
"qsynth",
"fantasia",
"qsampler",
"linuxsampler",
"fluidsynth"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/433.json",
"download_count": 579,
"file": "https://musical-artifacts.com/artifacts/433/Touhou.sf2"
},
{
"id": 432,
"name": "Tambourine Hydrogen Drumkit and samples",
"author": "isis999",
"file_hash": "400993d8b31e5476e8d9d59d43cbf9b78cb165674c44ff12ccadd5d1c5f9de6f",
"description": "Drumkit for Hydrogen, of various tambourine samples. The samples are provided as well. I've only cutted the silences before the attack. They are not otherwise manipulated in any way.\n\nThey come from the University of Iowa (USA), Electronic Music Studio. They are generously and freely available, and are published without any license.\n\nhttp://theremin.music.uiowa.edu/index.html\n\nExcept one sample, Tambourine, wich comes from the Hydrogen official drumkits database: Gimme a Hand 1.0 , a drumkit from Glen MacArthur licenced under the CC-BY-SA license (the original license is joined in the zipped folder), that comes from the AVL Drumkits:\n\nhttp://www.bandshed.net/avldrumkits/\n",
"related": [
4,
77,
85,
94,
128
],
"license": "wtfpl",
"tags": [
"hydrogen",
"drumkit",
"samples"
],
"apps": [
"hydrogen"
],
"formats": [
"h2drumkit",
"zip"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/432.json",
"download_count": 172,
"file": "https://musical-artifacts.com/artifacts/432/tambourine.zip"
},
{
"id": 431,
"name": "Korg Monopoly Samples part 12 ",
"author": "ElectroKarma",
"file_hash": "ae9cfdfbcedb4f8a58c9691d206e9a8d62ecbfd6599c9e6cc7b0f6effe6d8b8b",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. The last archive of this serie : 37 sfz programs, 1206 samples.\nCross-mods (\"X-Mods\") between VCO's provide full of cool effects. Use some of them with arpegiator to recreate metallic and groove like electro-pop and wave products of 80's.\nEnjoy ! :o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"lisalo",
"calfbox",
"qsampler",
"fantasia",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akm",
"akp",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/431.json",
"download_count": 194,
"file": "https://musical-artifacts.com/artifacts/431/MP-XMOD.zip"
},
{
"id": 430,
"name": "Korg Monopoly Samples parts 8 -\\u003e 11",
"author": "ElectroKarma",
"file_hash": "949fc5de28ff07c7dcbe82516ab631172f6a8716a81f154e1eab9a83ccc6d4d5",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. This archive contain 4 sub-folders : MP-LFO (démos of LFO effects), MP-ORG (3 very grass \"organ-like\" synth), MP-NS and MP-RNS (Noises and reverses, synth perc,...). With MP-NS and MP-RNS, it's possible to make a complete electronic rythm track (! but need to make good sound mix to do this correctly !).\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"fantasia",
"qsampler",
"calfbox",
"lisalo",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akp",
"akm",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/430.json",
"download_count": 139,
"file": "https://musical-artifacts.com/artifacts/430/Parts8-11.zip"
},
{
"id": 429,
"name": "Korg Monopoly Samples part 7",
"author": "ElectroKarma",
"file_hash": "80796290d87a2731e24fe9b1a8069c7f5d2a1ce481ea293abf5b63e7045a1822",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. Programs : 29 / Samples : 943 (format : WAV 44,1 KHz). Comme back to 80's -\\u0026gt; Big fat brass and others...\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"lisalo",
"calfbox",
"qsampler",
"fantasia",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akm",
"akp",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/429.json",
"download_count": 151,
"file": "https://musical-artifacts.com/artifacts/429/MP-BRS.zip"
},
{
"id": 428,
"name": "Korg Monopoly Samples part 6",
"author": "ElectroKarma",
"file_hash": "0855d7bf33952996c1f122191c535e7eb2c27746055d25827e9c4c88ee8a797f",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. Programs : 23 / Samples : 641 (format : WAV 44,1 KHz). This archive is one of four similar collections who uses different VCO waveform : PW, PWM, SAW and TRI. This archive contain samples build with TRI VCO's waveforms. There are recorded with different VCF and VCA Env Attack values. So, you can use them on your own multilayer programs, (switches or fade sfz's with velocity/aftertouch/modulation/etc),... how you like :o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"lisalo",
"calfbox",
"qsampler",
"fantasia",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akm",
"akp",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/428.json",
"download_count": 113,
"file": "https://musical-artifacts.com/artifacts/428/MP-BSQ-TRI.zip"
},
{
"id": 427,
"name": "Korg Monopoly Samples part 5",
"author": "ElectroKarma",
"file_hash": "6e776fb40a5b5dc6f3aa63374dab2705208344beb7ee6e6addc02caa1c21f937",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. Programs : 17 / Samples : 440 (format : WAV 44,1 KHz). This archive is one of four similar collections who uses different VCO waveform : PW, PWM, SAW and TRI. This archive contain samples build with SAW VCO's waveforms. There are recorded with different VCF and VCA Env Attack values. So, you can use them on your own multilayer programs, (switches or fade sfz's with velocity/aftertouch/modulation/etc),... how you like :o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"lisalo",
"akai s5000/6000",
"calfbox",
"qsampler",
"fantasia",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akm",
"akp",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/427.json",
"download_count": 126,
"file": "https://musical-artifacts.com/artifacts/427/MP-BSQ-SAW.zip"
},
{
"id": 426,
"name": "Korg Monopoly Samples part 4",
"author": "ElectroKarma",
"file_hash": "2ae314b2a058eb47345fcf6896983da40b92716fbe6a45b3864d16bdec7490fd",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. Programs : 25 / Samples : 574 (format : WAV 44,1 KHz). This archive is one of four similar collections who uses different VCO waveform : PW, PWM, SAW and TRI. This archive contain samples build with PWM VCO's waveforms. There are recorded with different VCF and VCA Env Attack values. So, you can use them on your own multilayer programs, (switches or fade sfz's with velocity/aftertouch/modulation/etc),... how you like :o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"calfbox",
"fantasia",
"qsampler",
"akai s5000/6000",
"lisalo",
"linuxsampler"
],
"formats": [
"zip",
"wav",
"akp",
"akm",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/426.json",
"download_count": 105,
"file": "https://musical-artifacts.com/artifacts/426/MP-BSQ-PWM.zip"
},
{
"id": 425,
"name": "Korg Monopoly Samples part 3",
"author": "ElectroKarma",
"file_hash": "383669f124686fc493df1280e0c95a3ca21d36479b48ce5db5dc96220f5511e6",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz and Akai formats pgms. Programs : 29 / Samples : 766 (format : WAV 44,1 KHz). This archive is one of four similar collections who uses different VCO waveform : PW, PWM, SAW and TRI. This archive contain samples build with PW VCO's waveforms. There are recorded with different VCF and VCA Env Attack values. So, you can use them on your own multilayer programs, (switches or fade sfz's with velocity/aftertouch/modulation/etc),... how you like :o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"linuxsampler",
"qsampler",
"fantasia",
"calfbox",
"lisalo",
"akai s5000/6000"
],
"formats": [
"zip",
"wav",
"akp",
"akm",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/425.json",
"download_count": 129,
"file": "https://musical-artifacts.com/artifacts/425/MP-BSQ-PW.zip"
},
{
"id": 424,
"name": "Korg Monopoly Samples part 2",
"author": "ElectroKarma",
"file_hash": "3ecc441227872ebab293461049997a924cbe9ac625fd141a174e7d8fca83bce5",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz \\u0026amp; Akai formats pgms. Programs : 36 / Samples : 1224 (format : WAV 44,1 KHz) This one is the second archive for this serie. Suggest : uses this new samples with an arpegiator ;o)\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"lisalo",
"calfbox",
"fantasia",
"qsampler",
"linuxsampler"
],
"formats": [
"zip",
"akm",
"akp",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/424.json",
"download_count": 130,
"file": "https://musical-artifacts.com/artifacts/424/MP-ARP.zip"
},
{
"id": 423,
"name": "Korg Monopoly Samples part 1",
"author": "ElectroKarma",
"file_hash": "6dc4ae69bba5782693c3d096a4991f9fe61442297f24127f85003769e324b2f1",
"description": "Analog synth Korg Monopoly sampled with Akai S-6000 and packaged on sfz \\u0026amp; Akai formats pgms.\nPrograms : 28\nSamples : 944 (format : WAV 44,1 KHz)\nThis is the first archive for this serie.\nVery fat sounds / Real analog feeling inside !\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"samples",
"synth",
"analog synth",
"korg monopoly"
],
"apps": [
"akai s5000/6000",
"fantasia",
"linuxsampler",
"qsampler"
],
"formats": [
"zip",
"akp",
"akm",
"sfz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/423.json",
"download_count": 181,
"file": "https://musical-artifacts.com/artifacts/423/MP-BSLD.zip"
},
{
"id": 422,
"name": "instruments-Yoshimi-tar-gz",
"author": "isis999",
"file_hash": "a6e0c08faf1c924bf99f104b0a981350e08de26cb16a853d980acbd869174345",
"description": "Hese are some virtual instruments that I've created for Yoshimi.\nThey might work with ZynAddSubFx, with some tuning...\nEnjoy :-)\n",
"related": [
26,
27,
28,
29,
30
],
"license": "wtfpl",
"tags": [
"yoshimi",
"synth presets",
"virtual instruments"
],
"apps": [
"zynaddsubfx",
"yoshimi"
],
"formats": [
"xis",
"tar.gz"
],
"mirrors": [],
"more_info": [],
"favorite_count": 0,
"url": "https://musical-artifacts.com/artifacts/422.json",
"download_count": 79,
"file": "https://musical-artifacts.com/artifacts/422/instruments-yoshimi.tar.gz"
},
{
"id": 421,
"name": "tenor-trombone-gig",
"author": "isis999",
"file_hash": "03152b2fb3ecdb92ce43ea1c1bf3a86b5b9455c092cbf283d6fe28478e0c0ba6",
"description": "This soundfont is in the .gig format, and is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA) Except for cutting the silence before the attack, the samples were not modified : natural scale of the instrument, natural sound, natural sustain and release, as published by the EMS, UoI: no loop, no effect.\n\nThe samples are publicly available as is, with no license, as far as I know. My warm greetings to the nice people who maintain this usefull project! Please check their home page for more details: http://theremin.music.uiowa.edu/MIS.html# And donate if you can.\n\nThis soundfont is released under the WTFPL, Version 2.\n\n23.3 Mb\n\nOne instrument, 48kHz, 32bits\n",
"related": [
3,
4,
5,
6,
7
],
"license": "wtfpl",
"tags": [
"gig",
"soundfont",
"cuivres",
"brass",
"metais",
"instrument",
"free samples",
"free soundfont"
],
"apps": [
"qsampler",
"jsampler",
"fantasia",
"gigedit",
"linuxsampler"
],
"formats": [
"gig"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/421.json",
"download_count": 128,
"file": "https://musical-artifacts.com/artifacts/421/tenor-trombone.gig"
},
{
"id": 420,
"name": "small-balafon-from-Burkina-Faso-sf2",
"author": "Isis999",
"file_hash": "e5656e39b63f58b02e1fe1bde2dcfeb8d90d600b528d366f510c493d26495765",
"description": "My own recording of a small balafon.\n- The instrument is traditionnaly made and comes from the Bobo-Dioulasso region, SW of Burkina Faso\n- Recorded at home with a Rode NTG3 -\\u0026gt; Scarlett 2i4 soundcart -\\u0026gt; Ardour on LibraZiK\n- Natural sounds, no effects at all\n- Pentatonic scale, C3 to E5\n- FF and MF\n- 48kHz, 32 bits\n- soundfont and samples available\n- soundfont made with Swami\n- WTFPL\n",
"related": [
193,
412,
417,
192,
191
],
"license": "wtfpl",
"tags": [
"samples",
"percussion",
"soundfont",
"sf2",
"balafon",
"instrument",
"free samples",
"free soundfont"
],
"apps": [
"fluidsynth",
"fantasia",
"qsampler",
"qsynth",
"swami",
"linuxsampler"
],
"formats": [
"tar.gz",
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/420.json",
"download_count": 292,
"file": "https://musical-artifacts.com/artifacts/420/balafon.tar.gz"
},
{
"id": 419,
"name": "tuba-ff",
"author": "isis999",
"file_hash": "4af0d61bc8dbb3bffc90ae32f7a12047fc4568e742b525c445281183870103c1",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA) Except for cutting the silence before the attack, the samples were not modified : natural sound, natural sustain and release: no loop, no effect.\n\nThe samples are publicly available as is, with no license, as far as I know. My warm greetings to the nice people who maintain this usefull project! Please check their home page for more details: http://theremin.music.uiowa.edu/MIS.html# And donate if you can.\n\nThis soundfont is released under the WTFPL, Version 2.\n\nSize: 5.7Mo\n\nAudio: 1 instrument 48Khz 24bit\n",
"related": [
193,
412,
417,
192,
191
],
"license": "wtfpl",
"tags": [
"samples",
"tuba",
"soundfont",
"sf2",
"cuivres",
"brass",
"metais",
"instrument",
"free samples",
"free soundfont"
],
"apps": [
"fluidsynth",
"fantasia",
"qsynth",
"swami",
"linuxsampler",
"qsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/419.json",
"download_count": 131,
"file": "https://musical-artifacts.com/artifacts/419/tuba.sf2"
},
{
"id": 418,
"name": "Helmium01",
"author": "Kobraji",
"file_hash": "2fd896d71ea501fe0c069d54154bd7c5eb74865284dc5038a9d5386cc0537791",
"description": "30 Helm presets.\n\nenjoy.....\n",
"related": [
26,
27,
28,
29,
30
],
"license": "by",
"tags": [
"patches",
"synth"
],
"apps": [
"vst",
"lv2",
"helm"
],
"formats": [
"helm",
"zip"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/418.json",
"download_count": 73,
"file": "https://musical-artifacts.com/artifacts/418/Helmium01.zip"
},
{
"id": 417,
"name": "vibraphone-sustain-ff-sf2",
"author": "isis999",
"file_hash": "9fa5fe063549af4f65938b3367a3c2e89d0f9f2bd87448ac292b5b75ae9ef8ae",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA)\nExcept for cutting the silence before the attack, the samples were not modified : natural sound, natural sustain and release: no loop, no effect.\n\nThe samples are publicly available as is, with no license, as far as I know.\nMy warm greetings to the nice people who maintain this usefull project!\nPlease check their home page for more details: http://theremin.music.uiowa.edu/MIS.html#\nAnd donate if you can.\n\nThis soundfont is released under the WTFPL, Version 2.\n\nsize:\n148.9Mo\n\naudio:\n1 instrument\n48Khz\nstereo\n",
"related": [
193,
412,
192,
191,
190
],
"license": "wtfpl",
"tags": [
"samples",
"percussion",
"soundfont",
"sf2",
"vibraphone",
"instrument",
"free samples",
"free soundfont"
],
"apps": [
"qsynth",
"fluidsynth",
"fantasia",
"qsampler",
"swami",
"linuxsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 2,
"url": "https://musical-artifacts.com/artifacts/417.json",
"download_count": 269,
"file": "https://musical-artifacts.com/artifacts/417/vibraphone-sustain-ff.sf2"
},
{
"id": 416,
"name": "marimba-deadstroke-ff-sf2",
"author": "isis999",
"file_hash": "0dd07e9b3fc4f9626ca76c9b7fb892e567ede83d13dd8e759c90317726550d9e",
"description": "This soundfont is made with the samples recorded at the Electronic Music Studios of the University of Iowa (USA)\nExcept for cutting the silence before the attack, the samples were not modified : natural sound, natural sustain and release: no loop, no effect.\n\nThe samples are publicly available as is, with no license, as far as I know.\nMy warm greetings to the nice people who maintain this usefull project!\nPlease check their home page for more details: http://theremin.music.uiowa.edu/MIS.html#\nAnd donate if you can.\n\nThis soundfont is released under the WTFPL, Version 2.\n\nsize:\n6.9Mo\n\naudio:\n1 instrument\n32 bit\n96Khz\nmono\n",
"related": [
193,
412,
417,
192,
191
],
"license": "wtfpl",
"tags": [
"samples",
"percussion",
"soundfont",
"sf2",
"marimba",
"instrument",
"free samples",
"free soundfont"
],
"apps": [
"qsynth",
"fluidsynth",
"fantasia",
"qsampler",
"swami",
"linuxsampler"
],
"formats": [
"sf2"
],
"mirrors": [],
"more_info": [],
"favorite_count": 1,
"url": "https://musical-artifacts.com/artifacts/416.json",
"download_count": 201,
"file": "https://musical-artifacts.com/artifacts/416/marimba-deadstroke.sf2"
},
{
"id": 415,
"name": "Legend of Zelda: Majora's Mask Soundfont",
"author": "exciter",
"file_hash": "2ac4c4eaea6cc1f45b3a403b3d2482f46563309418b5b18074b8ca043cc1abb0",
"description": "\n\nJust finished a documented Majora's Mask soundfont with audio extracted from the Nintendo 64 version using SubDrag's Nintendo 64 Soundbank Tool V2. I have to thank SubDrag for all the hard work he's put in to making the audio files from games like Majora's Mask so accessible, really solid work.\n\nThe Soundfont file contains game audio including all instruments, percussion, ambience, and some NPC sounds categorized by bank number. Should contain about 97-98% of all in-game audio, I consider it complete.\n\nHere is a demonstration song using several instruments from the soundfont.\nMajora's Incarnation played back using the soundfont, sounds just about 1:1.\n\nIndividual extracted audio files can be downloaded here.\nAll Legend of Zelda: Majora's Mask MIDI sequences can be downloaded here.\n\nDupe checks have been performed, but some duplicate presets may exist. Specs are as follows:\n\nSize: 17.1mb\n\nAudio specs:\n\n233 Instruments\n16 bit audio\nSample rate: 32000\nMono\n\n\nStructure:\n\nBank 0: Instruments\nBank 6: NPC\nBank 7: Steps\nBank 8: Ambient\nBank 9: Nature\nBank 10: Percussion\n\n\nBank 0: Instruments\n\n0:01 ACCORDION\n0:02 ACCORDION 1\n0:03 BANJO\n0:04 BASS\n0:05 BASS 1 (*Evan's bass*)* *\n0:06 BASS 4\n0:07 BASS STACCATO\n0:08 BASSOON\n0:09 BELL CLOCK TOWER DISTANT\n0:10 BELL CLOCK TOWER\n0:11 BELL INCORRECT\n0:12 CHOIR FEMALE\n0:13 CHOIR MALE\n0:14 CONTRA\n0:15 DARK MARIM\n0:16 DARK PAD 1\n0:17 DEKU PIPE\n0:18 DUC\n0:19 ELECTRIC ORGAN\n0:20 FANTASIA\n0:21 FIDDLE\n0:22 FINAL HOURS\n0:23 FRENCH HORN\n0:24 GARY NUMAN\n0:25 GERUDO\n0:26 GIANT\n0:27 GLOCKENSPIEL\n0:28 GLOCKENSPIEL 1\n0:29 GORON\n0:30 GORON BABY\n0:31 GORON DRUM\n0:32 HARMONIC\n0:33 HARP\n0:34 HARP 2\n0:35 HARPSICHORD\n0:36 HELL YEAH\n0:37 LENS OF TRUTH\n0:38 MAJORA LEAD\n0:39 MALON\n0:40 MARIM\n0:41 MARIMBA 1\n0:42 MARIMBA GORON\n0:43 MONKEY\n0:44 NYLON GUITAR\n0:45 NYLON GUITAR 1\n0:46 OBOE\n0:47 OBOE 1\n0:48 OBOE 3\n0:49 OCARINA\n0:50 OCARINA STAC\n0:51 ORGAN\n0:52 PAD ELECTRIC\n0:53 PAD FREQUENCY\n0:54 PAD SAGES\n0:55 PAD SWIRL\n0:56 PANPIPE\n0:57 PIANO\n0:58 PIANO DET\n0:59 PIZZICATO\n0:60 STEEL DRUM\n0:61 STEEL GUITAR\n0:62 STRING PAD\n0:63 STRING SYNTH HEALING\n0:64 STRING SYNTH DECAY\n0:65 STRINGS\n0:66 TAMBUR\n0:67 THEY BASS\n0:68 THEY PAD\n0:69 TIMPANI ORCHEST\n0:70 TRUMPET\n0:71 TRUMPET 1\n0:72 TRUMPET 2\n0:73 TRUMPET 3\n0:74 VIBRAPHONE\n0:75 WHISTLE\n0:76 WHISTLE HALT\n0:77 WHOA\n0:78 ZORA GUITAR\n0:79 ZORA GUITAR 1\n0:80 PIANO DECAY\n\n\nBank 6: NPC\n\n6:01 NPC ZAP\n6:02 NPC DOG\n6:03 NPC DODONGO\n6:04 NPC EPONA\n6:05 NPC EPONA GALLOP\n6:06 NPC ENEMY STEP\n6:07 NPC KEESE\n6:08 NPC WASH\n6:09 NPC STALCHILD\n\n\nBank 7: Steps\n\n7:00 STEP WOOD\n7:01 STEP GRASS\n7:02 STEP WATER\n7:03 STEP WATER 1\n7:04 STEP STONE 1\n7:05 STEP STONE 2\n7:06 STEP SNOW\n7:07 STEP STONE\n\n\nBank 8: Ambient\n\n8:01 AMB SKID\n8:02 AMB CROWD\n8:03 AMBIENCE FINAL HOURS\n8:04 AMB SHUFFLE 1\n8:05 AMB GLASS\n8:06 AMB CLOCK BIRD\n8:07 AMB GHOST PAD\n8:08 AMB ZIPPER\n8:09 AMB CAVE\n8:10 AMB CAPE\n8:11 AMB ENGINE\n8:12 AMB SLAM\n8:13 AMB ENGINE 1\n8:14 AMB FLAME\n8:15 AMB FIRE\n8:16 AMB UNDERWATER\n8:17 AMB DROPLET\n8:18 AMB ELECTRIC\n8:19 AMB STRAY FAIRY\n8:20 AMB LIGHT\n8:21 AMB DOOR\n8:22 AMB LIGHT 1\n8:23 AMB WATER ENTER\n8:24 AMB DARK WIND\n8:25 AMB GATE OPEN\n8:26 AMB CAULDRON\n8:27 AMB DIG\n8:28 AMB METAL DOOR\n8:29 AMB WATER\n8:30 AMB BOMB\n8:31 AMB DOOR 2\n8:32 AMB CLOCK TICK\n8:33 AMB ELECTRIC 1\n8:34 AMB DARK PAD\n8:35 AMB ARROW HIT\n8:36 AMB EVIL\n8:37 AMB BOW DRAW\n8:38 AMB SLASH\n8:39 AMB SHARP\n8:40 AMB SHEATHE\n8:41 AMB SWORD HIT 1\n8:43 AMB STRAY FAIRY 1\n8:45 AMB UNDERWATER 1\n8:46 AMB WIND HEAVY\n8:47 AMB DARK NOISE\n8:48 AMB WATERFALL\n8:55 AMB DOOR OPEN BIG\n8:56 PERC SNARE 3\n8:57 AMB MARKET\n8:58 AMB WATERFALL 1\n8:60 AMB GERUDO SWING\n8:61 AMB HORROR\n\n\nBank 9: Nature\n\n9:01 NAT BIRD 6\n9:02 NAT OCEAN\n9:03 NAT FROG 1\n9:04 NAT THUNDER\n9:05 NAT THUNDER 1\n9:06 NAT RAIN\n9:07 NAT WIND 1\n9:08 NAT FROG\n9:09 NAT CRICKETS\n9:10 NAT BIRD\n9:11 NAT OWL\n9:12 NAT CUCCO CROW\n9:13 NAT BIRD 1\n9:14 NAT CROW\n9:15 NAT CHICK\n9:16 NAT CROW 1\n9:17 NAT BIRD 2\n9:18 NAT CRICKET\n9:19 NAT BIRD 3\n9:20 NAT BIRD 4\n9:21 NAT BIRD 5\n9:22 NAT CUCCO\n9:23 NAT CUCCO 1\n\n\nBank 10: Percussion\n\n10:01 PERC SHUFFLE\n10:02 PERC CLOCK TOWN 1\n10:03 PERC DEKU PALACE\n10:04 PERC SKULL KID\n10:05 PERC COW BELL\n10:06 PERC DISTANCE\n10:07 PERC CLOCK TOWN\n10:08 PERC LOW SW\n10:09 PERC WET\n10:10 PERC MOTION\n10:11 PERC DRIVE\n10:12 PERC WOOD\n10:13 PERC EXOTIC\n10:14 PERC DESERT\n10:15 PERC WOODFALL YELL\n10:16 PERC WOODFALL\n10:17 PERC WHIP (*Woodfall Temple percussion*)\n10:18 PERC MELODIC\n10:19 PERC AFRICA\n10:20 PERC SOFT (*Woodfall Temple percussion*)\n10:21 PERC KRAFTWERK\n10:22 PERC BOMBER SPIT\n10:23 PERC CRACK\n10:24 PERC CUICA GORON\n10:25 PERC LOW DRUM\n10:26 PERC SLAM 1\n10:27 PERC SWORDSMAN 1\n10:28 PERC SECRET SHRINE\n10:29 PERC POP\n10:30 PERC DISTANT\n10:31 PERC NA\n10:32 PERC ODD\n10:33 PERC THUD\n10:34 PERC EXOTIC 1\n10:35 PERC SKULL KID 2\n10:36 PERC POP 1\n10:37 PERC TIGHT\n10:38 PERC SMITHY\n10:39 PERC SWORDSMAN\n10:40 PERC SKULL KID 1\n10:41 PERC KOTAKE KOUME\n10:42 PERC KOTAKE KOUME 1\n10:43 PERC SNARE\n10:44 PERC CRASH\n10:45 PERC TIMPANI\n10:46 PERC TIMPANI 1\n10:47 PERC SMALL\n10:48 PERC BANKER\n10:49 PERC SNARE 2\n10:50 PERC SNARE EXOTIC\n10:51 PERC ZORA RIDE\n10:52 PERC HI HAT OPEN\n10:53 PERC SNARE STICK\n10:54 PERC BASS DRUM\n10:56 PERC SNARE MILK BAR\n10:57 PERC ZORA SHAKER\n10:59 PERC SNARE EXOTIC 1\n10:60 PERC SNARE 1\n10:61 PERC TAMBOURINE\n10:62 PERC AMB\n\n",
"related": [
193,
412,
417,
192,
191
],
"license": "gray",
"tags": [
"n64",
"soundfont",
"zelda",