Saltar para o conteúdo

TAL Software

TAL Reverb 4 TAL Chorus LX TAL Filter 2 TAL Vocoder 2

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="https://tal-software.com/downloads/plugins/TAL-Filter-2_64_linux.zip"
	download
	TARGET="https://tal-software.com/downloads/plugins/TAL-Reverb-4_64_linux.zip"
	download
	TARGET="https://tal-software.com/downloads/plugins/TAL-Chorus-LX_64_linux.zip"
	download
	TARGET="https://tal-software.com/downloads/plugins/TAL-Vocoder-2_64_linux.zip"
	download
}
tmprun script