-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdiscuss.html
More file actions
44 lines (38 loc) · 2.03 KB
/
Copy pathdiscuss.html
File metadata and controls
44 lines (38 loc) · 2.03 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
<!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="discuss.html">Discuss</a></li>
<li><a href="https://github.com/vamp-plugins/doc/wiki">Wiki</a></li>
</ul></div>
<h2 id="firstpara">Discuss Vamp plugins and the plugin SDK</h2>
<ul>
<li><b>For problems writing plugins</b>, consider posting a
question to Stack Overflow.</b></li>
<li><b>For bugs or technical lapses in the Vamp Plugin
SDK</b>, consider opening an issue on
the <a href="https://github.com/vamp-plugins/vamp-plugin-sdk/issues">Github
issue tracker</a>.</li>
<p>There used to be a discussion forum here, dedicated to Vamp
plugins, plugin development, and related topics. Sadly we have
declared surrender in the war on spam registrations, and have
now closed the forum. You can still read earlier posts on the
forum, as a static copy of the site has been retained, but it
is no longer possible to register, log in, or post. <a href="https://vamp-plugins.org/forum/">Find the static copy of the old forum here</a>.</p>
</body>
</html>