-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
executable file
·77 lines (65 loc) · 3.33 KB
/
community.html
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
<!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>Sonic Visualiser community resources</title>
<meta name="robots" content="index"/>
<meta name="keywords" content="sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction"/>
<meta name="description" content="Sonic Visualiser is a program for viewing and analysing the contents of music audio files."/>
</head>
<body>
<a href="index.html"><h1 id="header"><span>Sonic Visualiser</span></h1></a>
<div id="nav">
<ul>
<li class="first"><a href="news/index.html">News</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="http://www.vamp-plugins.org/">Plugins</a></li>
</ul>
</div>
<h2 id="firstpara">Community and Developer Resources</h2>
<p>All Sonic Visualiser developer resources are
now <a href="https://github.com/sonic-visualiser/">hosted at
Github</a>.</p>
<h3>Bug reports and feature requests</h3>
<p>Please use
the <a href="https://github.com/sonic-visualiser/sonic-visualiser/issues">Github
issue tracker</a> to report bugs and suggest features.</p>
<p>There are older bug trackers hosted at SourceForge
(<a href="http://sourceforge.net/tracker/?group_id=162924&atid=825705">bugs</a>, <a href="http://sourceforge.net/tracker/?group_id=162924&atid=825708">features</a>)
and the SoundSoftware site
(<a href="https://code.soundsoftware.ac.uk/projects/sonic-visualiser/issues">bugs
and features</a>) which are still lightly monitored. If you are
thinking of reporting something, check first whether it has
already been filed in one of these places — but it's best
not to file new reports in these.</p>
<p>Do be aware that Sonic Visualiser is a mature project with
relatively little developer resource, so stability and
continuity are generally the priority. If you would like
something done to a deadline or for a specific
purpose, <a href="https://particularprograms.co.uk">Particular
Programs Ltd</a> may be able to help you on commercial
terms.</p>
<h3>Other project pages</h3>
<p>There is
a <a href="https://code.soundsoftware.ac.uk/projects/sonic-visuali
ser">Sonic Visualiser project</a> on the SoundSoftware site. This is
not currently being updated, but there is still some material there of
interest.</p>
<p>A developer mailing list for Sonic Visualiser exists at
SourceForge, but it is not in very active use.
See <a href="http://lists.sourceforge.net/lists/listinfo/sv1-devel">information
and subscription options</a> and
the <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=sv1-devel">list
archive</a>.</p>
<p>See the <a href="http://www.vamp-plugins.org/develop.html">Vamp
plugin developer page</a> for resources about plugin
development.</p>
<br>
<div id="logoblock">
</div>
</body>
</html>