I'm pleased to announce the beginning of the Linux public beta test, with more plugins to try this time.
Here are the tarballs:
ACE-4408
Bazille-4408
Diva-4408
Filterscape-4408
Hive-4408
MFM2-4408
Podolski-4408
Presswerk-4408
Protoverb-4408.tar.gz
Repro-4365
Satin-4408
TrippleCheese-4408
Uhbik-4408
Zebra2-4458
To install a plugin, download the archive, extract it and run install.sh.
You can use the following script to batch install all of them at once:
Code: Select all
#! /bin/bash
function install_uhe()
(
product="$1"
rev="$2"
cd /tmp &&
wget http://uhedownloads.heckmannaudiogmb.netdna-cdn.com/penguin/release/$rev/$product-$rev.tar.gz -O $product-$rev.tar.gz &&
tar xf $product-$rev.tar.gz &&
cd $product-$rev &&
./install.sh --quiet &&
cd /tmp &&
rm -rf $product-$rev $product-$rev.tar.gz
)
for product in ACE Bazille Diva Filterscape Hive MFM2 Podolski Presswerk Protoverb "Repro 4365" Satin TrippleCheese Uhbik "Zebra2 4458"
do
install_uhe $product 4408
done
And an other big thank you for the support of the u-he team!
I hope that you'll enjoy this release!
PS: we are some users in the IRC channel #u-he on irc.freenode.net, we're waiting for you there
PPS: this thread is now to big to be manageable, we now have a reddit forum for u-he plugins on Linux: https://www.reddit.com/r/UheOnLinux/
--
Alexandre.