Saltar para o conteúdo

x42 Plugins

x42 Instrumment Tuner x42 Autotune x42 Comp x42 dpl x42 eq

#!/bin/bash
set -e
INSTNAME='x42-plugins'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
install_deb
script() {
	TARGET="https://x42-plugins.com/x42/$(curl -sSL https://x42-plugins.com/x42/x42-gmsynth | grep linux | head -n1 | cut -d '"' -f12)"
	download
}
tmprun script