-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (178 loc) · 6.49 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Little IO</title>
<script type="text/javascript">
(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-40099384-1', 'littleio.co');
ga('send', 'pageview');
</script>
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/static/css/app.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/css/page-player.css">
<link rel="stylesheet" type="text/css" href="/static/css/optional-themes.css">
<!-- soundManager.useFlashBlock: related CSS -->
<link rel="stylesheet" type="text/css" href="/static/css/flashblock.css">
<script type="text/javascript" src="/static/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/static/js/underscore.min.js"></script>
<script type="text/javascript" src="/static/js/soundmanager2.js"></script>
<script type="text/javascript" src="/static/js/page-player.js"></script>
<script type="text/javascript">
soundManager.setup({
url: '/static/swf/'
});
</script>
</head>
<body>
<div id="my-container" class="container-fluid">
<div id="header" class="row-fluid">
<div class="span4">
<img id="logo" class="logo" alt="Little IO Logo" src="/static/img/littleio_small_dark.png"></img>
</div>
<div class="span4">
<h1>Little LFO</h1>
</div>
<div class="toplinks span4">
<p>
<a href="http://shop.propellerheads.se/product/little-lfo/">Product Page</a><br />
<a href="/little_lfo_manual.pdf">Manual</a>
</p>
</div>
<div class="row-fluid">
<div class="span8 offset2 tagline">
<p>a multi-use, semi-modular oscillator bank for Reason.</p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<img class="plugin" alt="Little LFO" src="/static/img/little_lfo.png"></img>
</div>
</div>
<div class="row-fluid">
<div class="span8 offset2">
<p>Songs that use Little LFO for almost all sound sources. Check these artists out on SoundCloud.</p>
</div>
</div>
<div class="player row-fluid">
<div class="span8 offset2">
<div id="sm2-container" class="sm2_debug movieContainer swf_loaded">
<embed name="sm2movie" id="sm2movie" src="/static/swf/soundmanager2_debug.swf" quality="high" allowscriptaccess="always" bgcolor="#ffffff" pluginspage="www.macromedia.com/go/getflashplayer" title="JS/Flash audio component (SoundManager 2)" type="application/x-shockwave-flash" haspriority="true"></div>
<ul class="playlist dark">
<li><a class="song" href="/static/audio/The_Swarm.mp3">The Swarm</a><a class="artist" href="http://soundcloud.com/massivesoundcanada">Simon Bader</a></li>
<li><a class="song" href="/static/audio/Lil_LFO_in_Dub.mp3">Lil LFO in Dub</a><a class="artist" href="https://soundcloud.com/naakaalaakom">naakaala akom</a></li>
<li><a class="song" href="/static/audio/Digi_Warp.mp3">Digi Warp</a><a class="artist" href="http://soundcloud.com/massivesoundcanada">Simon Bader</a></li>
<li><a class="song" href="/static/audio/Little_Demo.mp3">Little Demo</a><a class="artist" href="https://soundcloud.com/Fredhoven">Fredhoven</a></li>
</ul>
</div>
</div><autoscroll_cursor hidden=""></autoscroll_cursor>
<div class="row-fluid">
<div class="span4">
<h4 class="list-title">Uses</h4>
<ul class="list">
<li>
<span class="item">
a monophonic oscillator section for a modular synth
</span>
</li>
<li>
<span class="item">
a modulation section, also for your modular synth
</span>
</li>
<li>
<span class="item">
a weird noise maker
</span>
</li>
</ul>
</div>
<div class="span4">
<h4 class="list-title">Cool Features</h4>
<ul class="list">
<li>
<span class="item">
separate portamento for each oscillator
</span>
</li>
<li>
<span class="item">
pulse width affects all waveforms
</span>
</li>
<li>
<span class="item">
all active oscillators are hooked into a modulation cycle
</span>
</li>
<li>
<span class="item">
adjustable phase correction speed for tempo synced oscillators
</span>
</li>
</ul>
</div>
<div class="span4">
<h4 class="list-title">Standard Features</h4>
<ul class="list">
<li>
<span class="item">
4 oscillators with 15 waveforms to choose from with optional anti aliasing
</span>
</li>
<li>
<span class="item">
amplitude, frequency and phase modulation between oscillators as well as synchronization
</span>
</li>
<li>
<span class="item">
enveloped and non-enveloped audio outputs
</span>
</li>
<li>
<span class="item">
frequency controlled through keyboard or tempo or freely set
</span>
</li>
<li>
<span class="item">
and more...
</span>
</li>
</ul>
</div>
</div>
<div id="footer" class="row-fluid">
<div class="span12">
<p>
<small>
So far it's just this one plugin, but more are on the way. Email comments, questions, and suggestions to [email protected].
</small>
</p>
<p class="text-right">
<small>
—
<a href="http://tytel.org" target="_blank">Matt Tytel</a>
<br/>
San Francisco, CA, U.S.
</small>
</p>
</div>
</div>
</div>
<script type="text/javascript">
$(window).load(function(){
var h = $('#bigpanel-inner').height();
h = Math.max(h, $('#bigpanel').height());
$('#bigpanel').height(h);
$('#sidepanel').height(h);
});
</script>
</body>
</html>