# HG changeset patch # User Chris Cannam # Date 1597160471 -3600 # Node ID 817c3988afc7b4f64baf038d4194377fafaeefe9 # Parent 1982d4ba2ea3b2b241e098ad06dd513b77301cbe Add a page about the Vamp Plugin Pack, including links to download mirrors diff -r 1982d4ba2ea3 -r 817c3988afc7 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Aug 11 16:41:11 2020 +0100 @@ -0,0 +1,2 @@ +syntax: glob +*~ diff -r 1982d4ba2ea3 -r 817c3988afc7 pack.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pack.html Tue Aug 11 16:41:11 2020 +0100 @@ -0,0 +1,111 @@ + + + + + + + Vamp Plugins + + + + + +

Vamp Plugins

+ + + +

Vamp Plugin Pack

+ +

Vamp Plugin Pack is an installer for a set + of Vamp plugins with + redistributable licences, built and packaged for Windows, Mac, + and Linux.

+ +

It provides a single download which, when run, checks which + plugins you already have on your system, and offers to install + any of its bundled plugins that are either not yet installed or + else newer than the installed versions.

+ +

How to use it

+ +

Download and run the installer:

+ + + + + + + + + + + + + + + + +
Windows (64-bit)Windows (32-bit)LinuxMac

+ Download – primary
+ Download – mirror
+
+ Use this if you have 64-bit Windows and are using 64-bit Vamp host applications
+



+

+ Download – primary
+ Download – mirror
+
+ Use this if you have 32-bit Windows, or are running 32-bit Vamp host applications on 64-bit Windows




+

+ Download – primary
+ Download – mirror
+
+ Installer for 64-bit Linux

1. Save the file
2. Make it executable
3. Run it
+

+

+ Download – primary
+ Download – mirror
+
+ For macOS 10.12 or newer: download, double-click to open the dmg, then double-click to run the installer within it



+
+ +

Note that you can install both 32-bit and 64-bit Windows versions on the same system if you wish. That may be useful if you have 64-bit Windows but are running a mixture of hosts.

+ +

Plugins in This Pack

+ +

The plugins included are all open source software developed and published by various different authors and institutions:

+ + + +

The installer shows more information about each plugin library, including a link to its homepage where it has one. Please refer to the installer and to the plugin libraries themselves for more details about the provenance and use of each plugin.

+ +

Licence and redistribution

+ +

All of the libraries are open source and are redistributable under +open-source licences: BSD/MIT, GPL, or AGPL. The entire pack and the +installer may be redistributed under the GNU Affero General Public +License (AGPL) v3, which is the most restrictive of the set of +copyleft licenses in use by the libraries.

+ +

The source code for the installer, and scripts to pull in the +library code and build the whole package, can be found +in the +repository for this project.

diff -r 1982d4ba2ea3 -r 817c3988afc7 screen.css --- a/screen.css Fri May 15 13:58:13 2020 +0100 +++ b/screen.css Tue Aug 11 16:41:11 2020 +0100 @@ -336,3 +336,9 @@ font-style: italic; } +table.downloads, table.downloads th, table.downloads td { + border: 1px solid #505050; + padding: 0.7em; + border-collapse: collapse; +} +