-
Notifications
You must be signed in to change notification settings - Fork 1
/
support.html
101 lines (78 loc) · 4.09 KB
/
support.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content= "text/html; charset=utf-8">
<link type="text/css" href="main.css" rel="stylesheet">
<title>Support For ZynAddSubFX</title>
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="lighter.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72903778-1', 'auto');
ga('send', 'pageview');
var trackSupportLink = function(type) {
ga('send', 'event', type, 'click', '0', {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
return false;
}
</script>
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand nav-link" href="/"></a>
</div> <!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">About</a></li>
<li><a href="download.html">Download</a></li>
<li class="active"><a href="support.html">Support</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</div> <!-- /.navbar-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<center><div align="left" id="content">
<h2>Support:</h2>
<p>Support for ZynAddSubFX can be obtained through a few different mediums.
For general questions there is the public zynaddsubfx-user mailing
list.
To use the mailing list, first
<a href="http://lists.sourceforge.net/mailman/listinfo/zynaddsubfx-user">subscribe</a> to the list and then send you email to zynaddsubfx-user AT <!----> lists dot sourceforge . net. Archives can also be found at the subscription link if you wish to see when a topic was last discussed.
</p>
<p> For those who prefer forums, ZynAddSubFX has a sub-forum hosted at <a href= "http://www.kvraudio.com/forum/viewforum.php?f=47">kvraudio </a>. The kvraudio sub-forum tends to be an active hub for discussion of zyn on the windows platform.</p>
<p>Do you want a realtime alternative? ZynAddSubFX has a developer oriented
IRC chat on Libera. Just pick your IRC client of choice, connect to irc.libera.chat, and join #zynaddsubfx.
<p>
If you run into a bug, please report it to the
<a href="http://github.com/zynaddsubfx/zyn-fusion-issues/">github tracker</a>.
</p>
<h2>Documentation:</h2>
<p>Documentation for ZynAddSubFX is a little scattered at the moment, but here's what
documentation there currently is:</p>
<!-- Never, Never use Docbook, it is just a horrible mess of
tags and no content-->
<p>The current asciidoc based docs can be seen <a href="/Doc">here</a> [<a href="/Doc/zynaddsubfx_IT.html">IT</a>].
<p>You can browse the documentation old documentation below:</p>
<ul>
<li><a onclick="trackSupportLink('support-old-doc')" href= "http://zynaddsubfx.sourceforge.net/doc">Misc Old Documentation</a><br></li>
<li><a onclick="trackSupportLink('support-old-doc0')" href= "doc_0.html">Introduction/Basics</a></li>
<li><a onclick="trackSupportLink('support-old-doc1')" href="doc_1.html">ZynAddSubFX components/structure</a></li>
<li><a onclick="trackSupportLink('support-old-doc2')" href="doc_2.html">ZynAddSubFX user interface</a></li>
<li><a onclick="trackSupportLink('support-old-doc3')" href="doc_3.html">Controllers</a></li>
</ul>
<h2>External Tutorial:</h2>
<iframe width="560" height="315"
src="https://www.youtube-nocookie.com/embed/videoseries?list=PLFOGTEmVEKT5aM18DO83MTxaWikpUDmjo"
frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</div></center>
</body>
</html>