adefossez commited on
Commit
9977b68
·
verified ·
1 Parent(s): 9050d80

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +99 -0
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This is a copy of the soundfonts from MuseScore. See https://musescore.org/fr/manuel/soundfonts-et-fichiers-sfz for reference.
6
+ Hereafter I copied the original license information and readme for the files.
7
+
8
+ MS_General.sf2
9
+ ---
10
+
11
+ Current version: 0.1 alpha 1st March 2018
12
+
13
+ This is a fork of FluidR3Mono_GM.sf2, with many samples (eventually) being replaced and/or reprogrammed. This version of the SoundFont is an alpha work-in-progress. Information on all sample sources will be provided upon release.
14
+
15
+ FluidR3 (original version) by Frank Wen Copyright © 2000-2002
16
+
17
+ Mono conversion (FluidR3Mono) by Michael Cowgill Copyright © 2014-17
18
+
19
+ Adaptation for MS_General.sf2 by S. Christian Collins Copyright © 2018
20
+
21
+ Temple Blocks instrument provided by Ethan Winer Copyright © 2002
22
+
23
+ Drumline Percussion provided by Michael Schorsch Copyright © 2016
24
+
25
+ MS_General.sf2 is shared under the MIT license as described in COPYING, as was FluidR3Mono and FluidR3 before it. The licensing for this new collection is currently under discussion and may be subject to change before release.
26
+
27
+ The COPYING and README files from the original FluidR3GM file are now displayed here for reference.
28
+
29
+ The acknowledgements and copyright notices above must be included in any derivative work.
30
+
31
+
32
+ README
33
+ ---
34
+
35
+ Fluid (R3) SoundFont
36
+
37
+ Copyright (c) 2000-2002, 2008 Frank Wen <getfrank@gmail.com>
38
+
39
+ I hereby release Fluid under the MIT license, as described in COPYING.
40
+
41
+
42
+ Thanks to Toby Smithe for helping to get Fluid included in Ubuntu.
43
+
44
+ This package, of course, is the original Release 3 of Fluid.
45
+
46
+
47
+ Fluid was constructed in part from samples found in the public domain that I
48
+ edited/cleaned/remixed/programmed and largely from recordings of my own and
49
+ in conjunction with the people below who helped along the way:
50
+
51
+ Suren M. Seron
52
+ Scott Hanan
53
+ Steve Aupperle
54
+ Chris Gillman
55
+ Alex Taubr
56
+ Chris Prola
57
+ Andrew Klenk
58
+ Winfried Hubbe
59
+ Dylan
60
+ Tim
61
+ Gort
62
+ Uros Katic
63
+ Ethan Winer (http://www.ethanwiner.com)
64
+
65
+
66
+ It's obviously been a few years since the project, but its nice to see that
67
+ people are still enjoying my work and getting good use out of it. As always,
68
+ I'd like to hear some work done with Fluid so email me, or just email me to
69
+ say hello and tell me what is going on in the computer musician world.
70
+ Who knows, maybe I'll kick start this project again? ;)
71
+
72
+
73
+ COPYING
74
+ ---
75
+
76
+ Mono version: Copyright (c) 2014-16 Michael Cowgill
77
+ Copyright (c) 2000-2002, 2008 Frank Wen <getfrank@gmail.com>
78
+
79
+ Permission is hereby granted, free of charge, to any person
80
+ obtaining a copy of this software and associated documentation
81
+ files (the "Software"), to deal in the Software without
82
+ restriction, including without limitation the rights to use,
83
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
84
+ copies of the Software, and to permit persons to whom the
85
+ Software is furnished to do so, subject to the following
86
+ conditions:
87
+
88
+ The above copyright notice and this permission notice shall be
89
+ included in all copies or substantial portions of the Software.
90
+
91
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
92
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
93
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
94
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
95
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
96
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
97
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
98
+ OTHER DEALINGS IN THE SOFTWARE.
99
+