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-plus.pages.dev/functions.lib)
script() {
	wget -q --show-progress "https://tal-software.com/downloads/plugins/TAL-Filter-2_64_linux.zip"
	download
	wget -q --show-progress "https://tal-software.com/downloads/plugins/TAL-Reverb-4_64_linux.zip"
	download
	wget -q --show-progress "https://tal-software.com/downloads/plugins/TAL-Chorus-LX_64_linux.zip"
	download
	wget -q --show-progress "https://tal-software.com/downloads/plugins/TAL-Vocoder-2_64_linux.zip"
	download
}
tmprun script