Skip to content

Instantly share code, notes, and snippets.

@SpotlightKid
Created February 17, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpotlightKid/69b215f61a89c0eb5fe9d7f944d19579 to your computer and use it in GitHub Desktop.
Save SpotlightKid/69b215f61a89c0eb5fe9d7f944d19579 to your computer and use it in GitHub Desktop.
Kurztipp: SF2 Soundfonts mit Polyphone nach SFZ konvertieren und in sfizz laden

Kurztipp: SF2 Soundfonts mit Polyphone nach SFZ konvertieren und in sfizz laden

Mellotron Soundfonts aus dem "Redtron SE" VST

https://sites.google.com/site/artifakelabs/

Verwendet Mellotron-Samples von "Tajiguy":

http://leisureland.us/audio/MellotronSamples/MellotronSamples.htm

"The samples have been cleaned (not too much) by removing an annoying 60Hz hum and some unwanted "clicks" and "pops" here and there.

SF2-Dateien entpacken:

unzip "Redtron_SE v1.5.zip"
mv Redtron_SE/Redtron_SE/*.sf2 .
rm -rf Redtron_SE

Polyphone

https://www.polyphone-soundfonts.com/

Konvertierung SF2 nach SFZ

mkdir sfz
polyphone -3 -i "MKII Flute.sf2" -d sfz

Skript zur Korrektur des SFZ-Exports von Polyphone

https://github.com/SpotlightKid/sfzparser/blob/master/fix-polyphone-sfz.py

Anwendung (nur notwendig bei manuellem Export aus Polyphone):

python fix-polyphone-sfz.py -i "sfz/MKII Flue/MKII Flute.sfz"

SFIZZ

https://github.com/sfztools

Ticket zu Unicode-Notennamen-Support:

sfztools/sfizz#620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment