-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpack.html
More file actions
102 lines (85 loc) · 4.79 KB
/
Copy pathpack.html
File metadata and controls
102 lines (85 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
<link rel="icon" type="image/png" href="images/waveform.png"/>
<link rel="shortcut" type="image/png" href="images/waveform.png"/>
<title>Vamp Plugins</title>
<meta name="robots" content="index"/>
<meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/>
<meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/>
</head>
<body>
<h1 id="header"><span>Vamp Plugins</span></h1>
<div id="nav">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="download.html">Download Plugins</a></li>
<li><a href="develop.html">Make Plugins</a></li>
<li><a href="https://github.com/vamp-plugins/doc/wiki">Wiki</a></li>
</ul></div>
<h2 id="firstpara">Vamp Plugin Pack</h2>
<p>Vamp Plugin Pack is an installer for a set
of <a href="https://vamp-plugins.org">Vamp plugins</a> with
redistributable licences, built and packaged for Windows, Mac,
and Linux.</p>
<p>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.</p>
<h3>How to use it</h3>
<p>Download and run the installer:</p>
<table align=center style="clear:right" class="downloads">
<tr><th>Windows</th>
<th>Linux</th>
<th>Mac</th>
</tr>
<tr>
<td align=center><br>
<a href="https://github.com/vamp-plugins/vamp-plugin-pack/releases/download/v2.0/Vamp.Plugin.Pack.Installer.2.0.exe">Download</a> – primary<br>
<a href="https://code.soundsoftware.ac.uk/attachments/download/2863/Vamp%20Plugin%20Pack%20Installer%202.0.exe">Download</a> – secondary<br>
<br>
<span style="font-size: 0.9em">Use this if you have 64-bit Windows and are using 64-bit Vamp host applications<br></span>
<br><br><br><br>
</td>
<td align=center><br>
<a href="https://github.com/vamp-plugins/vamp-plugin-pack/releases/download/v2.0/vamp-plugin-pack-installer-2.0">Download</a> – primary<br>
<a href="https://code.soundsoftware.ac.uk/attachments/download/2865/vamp-plugin-pack-installer-2.0"><nobr>Download</a> – secondary</nobr><br>
<br>
<span style="font-size: 0.9em">Installer for 64-bit Linux</span><span style="font-size: 0.8em"><br><br>1. Save the file<br>2. <a href="https://discourse.appimage.org/t/how-to-run-an-appimage/">Make it executable</a><br>3. Run it</span>
<br><br>
</td>
<td align=center><br>
<a href="https://github.com/vamp-plugins/vamp-plugin-pack/releases/download/v2.0/Vamp.Plugin.Pack.Installer-2.0.dmg">Download</a> – primary<br>
<a href="https://code.soundsoftware.ac.uk/attachments/download/2864/Vamp%20Plugin%20Pack%20Installer-2.0.dmg">Download</a> – secondary<br>
<br>
<span style="font-size: 0.9em">For macOS: download, double-click to open the dmg, then double-click to run the installer within it</span><br><br><br><br>
</td>
</tr></table>
<h3>Plugins in This Pack</h3>
<p>The plugins included are all open source software developed and published by various different authors and institutions:</p>
<ul>
<li>BBC</li>
<li>Carl Bussey</li>
<li>Chris Cannam</li>
<li>Frithjof Vollmer</li>
<li>Jamie Bullock</li>
<li>Marsyas Plugins</li>
<li>Matthias Mauch</li>
<li>Paul Brossier</li>
<li>Queen Mary, University of London</li>
<li>Simon Dixon and Chris Cannam</li>
<li>University of Alicante</li>
</ul>
<p>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.</p>
<h3>Licence and redistribution</h3>
<p>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.</p>
<p>The source code for the installer, and scripts to pull in the
library code and build the whole package, can be found
in <a href="https://github.com/vamp-plugins/vamp-plugin-pack/">the
repository</a> for this project.</p>