diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:02:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:04 +0700 |
commit | 857773bc75fd70025ce6500ab22f68dd76152e0e (patch) | |
tree | 0b77339217ff1e5f41d462dc9102e371217691dc /audio/unsf | |
parent | 9a2ca72ef4d47f9ce278b4cf6447ac660b2aae82 (diff) |
audio/unsf: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/unsf')
-rw-r--r-- | audio/unsf/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/unsf/README b/audio/unsf/README index 38c97db2a373..b1c8e9414c10 100644 --- a/audio/unsf/README +++ b/audio/unsf/README @@ -1,7 +1,7 @@ unsf (converts SoundFont .sf2 files into GUS-type instrument patches) -UnSF is a tool to convert SoundFont (sf2) files into GUS patches. libunsf -is a library that is used by UnSF. +UnSF is a tool to convert SoundFont (sf2) files into GUS +patches. libunsf is a library that is used by UnSF. Some reasons you might want to do such a thing are: @@ -12,10 +12,10 @@ Some reasons you might want to do such a thing are: banks of instruments by editing GUS config files. - You need to modify patches by changing amplitude, stripping - envelopes, or make other changes that can easily be done by attaching - options in config files. + envelopes, or make other changes that can easily be done by + attaching options in config files. Note: the set of patches created by unsf will be quite a bit larger that the original .sf2 file. As an example, FluidR3_GM.sf2 (from -fluid-soundfont) is a 142MB file, and it converts to almost 2GB of patches -(size increased by a factor of 13.5). +fluid-soundfont) is a 142MB file, and it converts to almost 2GB of +patches (size increased by a factor of 13.5). |