-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
144 lines (131 loc) · 6.61 KB
/
index.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!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>About ZynAddSubFX</title>
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="lighter.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
type="text/javascript">
</script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/jquery.slick/1.5.9/slick.min.js">
</script>
<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 trackSignup = function() {
ga('send', 'event', 'signup', 'click', '3.0.0', {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
return false;
}
</script>
</head>
<body>
<div class="wrapper">
<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 class="active"><a href="/">About</a></li>
<li><a href="zyn-fusion.html">Zyn-Fusion</a></li>
<li><a href="download.html">Download</a></li>
<li><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">
<center>
<div class="slider images">
<div><img src="images/zyn-fusion-add.png" alt="screenshot" height="400"/></div>
<div><img src="images/zyn-fusion-osc.png" alt="screenshot1" height="400"/></div>
<div><img src="images/zyn-fusion-pad.png" alt="screenshot2" height="400"/></div>
<div><img src="images/zyn-fusion-kit.png" alt="screenshot3" height="400"/></div>
</div>
</center>
<p>
<b>ZynAddSubFX</b> is a fully featured open source software synthesizer
capable of making a countless number of instruments, from some common
heard from expensive hardware to interesting sounds that you'll
boost to an amazing universe of sounds. This cross-platform project is
under active development and for information on the 3.0.x release
series please see <a href="zyn-fusion.html">the $45+ pay what you want
Zyn-Fusion Binary Release</a>, the <a href="demo.html">demo/FAQ</a>, or the
<a href="https://github.com/zynaddsubfx/">github hosted source</a> for more
information</p>
<h2>Overview of Features:</h2>
<ul>
<li><i>Polyphonic</i> with support for legato and mono playing modes</li>
<li>Three synthesizer engines:
<ol type="1"><li><i>Additive Synthesis</i> for classic synth sounds
composed of a variety of voices with powerful modulation.
This exposes modulators ranging from LFOs and envelopes to
oscillator modulators for FM, PM, and AM.</li>
<li><i>Subtractive Synthesis</i> for creating variable
bandwidth harmonics from filtered white noise</li>
<li><i>PAD synthesis</i> for creating beautiful pads and other
instruments</li></ol></li>
<li>Powerful waveform generator with up to 128 sine/non-sine
harmonics</li>
<li>A variety of <i>filters</i> including <i>analogue</i> modeled
filters, <i>formant</i> filters, and <i>state variable
filters</i>.</li>
<li>Envelopes can have
ADSR (or ASR, etc..) modes or can be free modes (with any
shape)</li>
<li><i>Effects</i> for Reverb, Echo, Chorus/Flange, Phasing,
Wave-shaping, Equalizing, Dynamic Filtering with <i>flexible signal routing</i></li>
<li>Instruments can be organized in kits, which allows you to make
<i>drum kits</i> or <i>layered</i> instruments; this makes possible to
use more than one instrument for a single part. It is possible to
choose what items from the kit should be processed by the Part's
effects.</li>
<li><i>Randomness</i> settings to create subtle differences in each
sound to help create that familiar analogue warmth.</li>
<li><i>Microtonal</i> capabilities with any scale, up to 128
notes per octave, and key mapping</li>
<li>Extensive MIDI/Audio driver support including <i>JACK</i>,
<i>ALSA</i>, <i>OSS</i>, and <i>PortAudio</i></li>
<li>A built-in
<i>Virtual Keyboard</i> which can be used even if you don't
have a physical midi keyboard</li>
<li>The graphical user
interface can be completely disabled if the user need so</li>
<li><i>Session Management Support</i> via LASH/NSM</li>
<li><i>Plugin Support</i> via DSSI/LV2/VST</li>
<li>Over 1100 high quality instruments included</li>
</ul>
<h2>Audio demos:</h2>
Below you'll find a sampling of what users have been able to create by
integrating ZynAddSubFX with their collection of synths, samples, and
effects.
<iframe width="100%" height="450" scrolling="no" frameborder="no"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/264887676&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</div></center>
</div>
<script>
$('.images').slick({
slidesToShow: 1,
dots: true,
infinite: true,
speed: 500,
cssEase: 'linear'
});
</script>
</body>
</html>