-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (35 loc) · 1.86 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
<!DOCTYPE html>
<html>
<head>
<title>duper mario synth</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25030367-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="http://github.com/davidgovea/supersynth"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/edc6dae7a1079163caf7f17c60495bbb6d027c93/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub"></a>
<div id="content">
<h1>duper mario synth</h1>
<span>All sound 100% browser generated (no audio clips) - <a href="score.js">JSON musical score here</a></span>
<iframe src="main.html" width="100%" height="500"></iframe>
<div>Click in frame to begin - Use arrows to move/jump</em></div><br>
<div class="s">Box1: Wave shape =-=-= Box2: Comb filter =-=-= POW: Bit-crusher =-=-= Tunnel: Reverb</div><br>
Using:
<ul>
<li><a href="http://github.com/jussi-kalliokoski/audiolib.js">audioLib.js</a></li>
<li><a href="http://github.com/GregJ/music.js">music.js</a></li>
<li><a href="http://github.com/michalbe/mibbu">mibbu</a></li>
</ul>
This site will only work using Firefox 4+ or Chrome with Web Audio API enabled (navigate to "about:flags" to enable)<br><br>
Graphics by Patrick Russell Burton (aka Gwocker - <a href="http://gwock.com">gwock.com</a>)
</div>
</body>
</html>