File tree Expand file tree Collapse file tree 2 files changed +542
-0
lines changed Expand file tree Collapse file tree 2 files changed +542
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments