Skip to content

Commit 9ca3b22

Browse files
unknownunknown
unknown
authored and
unknown
committed
Quality code from the hack day
0 parents  commit 9ca3b22

File tree

2 files changed

+542
-0
lines changed

2 files changed

+542
-0
lines changed

hack.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<html>
2+
<head>
3+
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
4+
<!-- <script src="js-class.js"></script>
5+
<script src="bluff-min.js"></script>-->
6+
<script src="midibridge-0.5.1.min.js"></script>
7+
<script src="hack.js"></script>
8+
</head>
9+
<body>
10+
<h1>JavaScript DX7 Emulator</h1>
11+
<form>
12+
<p>
13+
<select id='bankSelect'>
14+
<option value='0'>Bank 0 - Brass</option>
15+
<option value='1'>Bank 1 - Synth</option>
16+
<option value='2'>Bank 2 - Strings</option>
17+
<option value='3'>Bank 3 - Misc</option>
18+
<option value='4'>Bank 4 - Organ</option>
19+
<option value='5'>Bank 5 - Bells</option>
20+
</select>
21+
<p>
22+
<select id='patchSelect'></select>
23+
</p>
24+
<textarea id='patchDetails' rows='40' cols='120'>
25+
</textarea>
26+
</form>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)