Wednesday, July 31, 2024

sfizz for debian 12 - soundfont player - discord gm sfz bank

NEVERMIND I forgot renoise can import sfz files already NO NEED FOR A PLUGIN. I cant get it to change the patch on linux, worked great on mac/ windows


  echo 'deb http://download.opensuse.org/repositories/home:/sfztools:/sfizz/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:sfztools:sfizz.list
curl -fsSL https://download.opensuse.org/repositories/home:sfztools:sfizz/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sfztools_sfizz.gpg > /dev/null
sudo apt update
sudo apt install sfizz

The Discord Sfz General Midi Bank

Discord sfz gm

this script dls the gm sfz bank, unzips and deletes the zip


curl -L -o repo.zip 'https://github.com/sfzinstruments/Discord-SFZ-GM-Bank/archive/refs/heads/master.zip' && unzip repo.zip && rm repo.zip

No comments:

Post a Comment