TAL Software

#!/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