-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (159 loc) · 5.53 KB
/
index.html
File metadata and controls
161 lines (159 loc) · 5.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mighty Amp Custom IR patcher</title>
<style>
body {
text-align:center;
}
.loaded {color: white; background-color: green; font-weight:bold;}
.center {
margin-left: auto;
margin-right: auto;
}
table td:first-child {
padding-left:10px;
padding-right:10px;
}
.toppadding {
padding-top:20px;
}
p {
margin-left:15vh;
margin-right:15vh;
}
.warning {
color:red;
}
</style>
</head>
<body>
<h2>Mighty Amp Custom IR patcher</h2>
<p>This tool allows you to replace any of the 19 NUX IRs inside the firmware with custom ones.</p>
<p>Upload your Mighty Plug/Air firmware and any IR wave files you want to use. The IRs must be in mono 32bit floating point format
(note that this is different from 32 bit PCM). NUX uses IRs with 2048 samples. If your files are longer or shorter they will be appended with silence/truncated.
<p>The tool produces new firmware file. Use it to update your device using the official firmware update tool.</p>
<p class="warning">Warning! Use at your own risk. Although I've thoroughly tested this tool I can't guarantee it won't produce broken firmware.
Firmware update is risky procedure, also using a modified firmware usually voids the warranty of the product!</p>
<table class="center">
<tbody>
<tr>
<td>Firmware:</td>
<td><input type="file" id="firmware" name="firmware" /></td>
<td><span id="fwinfo"></span></td>
</tr>
<tr>
<td class="toppadding">IR files:</td>
</tr>
<tr>
<td class="label">1960A</span></td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear0" value="Clear"/></td>
</tr>
<tr>
<td class="label">A212</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear1" value="Clear"/></td>
</tr>
<tr>
<td class="label">BS410</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear2" value="Clear"/></td>
</tr>
<tr>
<td class="label">DR112</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear3" value="Clear"/></td>
</tr>
<tr>
<td class="label">GB412</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear4" value="Clear"/></td>
</tr>
<tr>
<td class="label">JZ120</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear5" value="Clear"/></td>
</tr>
<tr>
<td class="label">TR212</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear6" value="Clear"/></td>
</tr>
<tr>
<td class="label">V412</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear7" value="Clear"/></td>
</tr>
<tr>
<td class="label">AGL DB810</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear8" value="Clear"/></td>
</tr>
<tr>
<td class="label">AMP SV810</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear9" value="Clear"/></td>
</tr>
<tr>
<td class="label">MKB 410</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear10" value="Clear"/></td>
</tr>
<tr>
<td class="label">TRC 410</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear11" value="Clear"/></td>
</tr>
<tr>
<td class="label">G HBird</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear12" value="Clear"/></td>
</tr>
<tr>
<td class="label">G J15</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear13" value="Clear"/></td>
</tr>
<tr>
<td class="label">M D45</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear14" value="Clear"/></td>
</tr>
<tr>
<td class="label">G J200</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear15" value="Clear"/></td>
</tr>
<tr>
<td class="label">G J45</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear16" value="Clear"/></td>
</tr>
<tr>
<td class="label">T 314</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear17" value="Clear"/></td>
</tr>
<tr>
<td class="label">M HD28</td>
<td><input type="file" class="wave" name="wave" /></td>
<td><input type="button" id="clear18" value="Clear"/></td>
</tr>
</tbody>
</table>
<p><b><input type="button" id="process" value="Process and download" /></b></p>
<br/>
<p dir="auto">
<p>This tool is free to use, but if you find it useful, you can support me at this link:</p>
<a href="https://www.paypal.com/donate?hosted_button_id=FZWWAM4NUFRPC" rel="nofollow"><img src="https://camo.githubusercontent.com/361950b331ef676b7eec436a4dbe5a7ce47211a6623dcc889b1f5b7b611b27df/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966"
alt="paypal" data-canonical-src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" style="max-width: 100%;">
</a>
</p>
<script src="fileSaver.min.js"></script>
<script src="main.js"></script>
</body>
</html>