-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch_notes.html
More file actions
243 lines (223 loc) · 8.52 KB
/
patch_notes.html
File metadata and controls
243 lines (223 loc) · 8.52 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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#CCCCCC"/>
<meta property="og:image" content="/icon_maskable_192.png" />
<meta name="description" content="UltraBox is a mod of BeepBox that aims to combine every other beepmod into one." />
<title>Unbox Patch Notes</title>
<style type="text/css">
html {
background: var(--page-margin, black);
overflow-x: hidden;
font-size: large;
font-family: 'B612', sans-serif;
line-height: 1.3;
color: var(--primary-text, white);
}
body {
margin: auto;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
}
h1 {
font-size: 1.7rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
h2 {
font-size: 1.5rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
/* color: #FF8EC5; */
}
h3 {
font-size: 1.2rem;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
a {
color: var(--link-accent, #FFD700);
}
</style>
</body>
<h1>
<font color="#FFD700">Patch Notes (in reverse chronological order); Expect some notes as well.</font>
</h1>
<h2><font color="#FFCA00">Patch notes for Ultrabox <a href=https://ultraabox.github.io/patch_notes.html>here</a></font></h2>
<h2> For a more in depth look into what this mod can do, look </h2> <!-- New FAQ/Info/Wiki thing goes [<a href="">here.</a>] -->
<h2> Version 0.1.0</h2>
<h3>
<ul>
<li>Release!</li>
<li>New stuff!</li>
</h3>
<p>XXth of , 2025</p>
<h2> Version 0.0.20 Pre-Release 12</h2>
<h3>
<ul>
<li>Ported Latest Ultrabox Update (2.2.16)</li>
<li>Removed Duty Cycle - will be replaced with an envelop system.</li>
<li>Removed Information page - redundant with FAQ. </li>
<li>Added many new presets and chipwaves (some placeholders)</li>
<li>Updated C64 and AY/YM Chipwaves and Presets- Should be more accurate</li>
<li>Added new theme Unbox Vital - Colors similar to ones on medical equipment and inspired by the Open MPT theme "Oxygen" and "Oxygen Glow" by jmkz.</li>
<li>Modified default values</li>
<li>Song Title and Channel name length increased to 63</li>
<li>Channel name length increased to 63</li>
<li>You can now change the name of the channel by clickig the "Instrument Settings" name (wip)</li>
<li>New plants!</li>
<li>New Themes!</li>
<ul>
<li>1-bit mono, 2-bit mono, 16-bit RG, Gameboy +Light (WIP), Atari STe (WIP), ZxSpectrum (WIP). </li>
</ul>
<li>New transitions (WIP)</li>
<li>Added the ability to put envelopes on panning, distortion, bit/freq crush, chorus, echo, reverb.</li>
<li>Started work on Sequence </li>
</ul>
</h3>
<p>24th of July, 2025</p>
<h2> Version 0.0.11 Pre-Release 11</h2>
<h3>
<ul>
<li>Ported latest Ultrabox Updates (2.2.15)</li>
<li>Added many new Presets!</li>
<ul>
<li>Some presets denoted with <em><b>_p#</b></em> are intended to be <em>used</em> together.</li>
</ul>
<li>Revised The AY/YM chipwaves to use more accurate values - </li>
<li>Moved old/outdated waveforms to Old/Legacy
<ul>
<li>Renamed old AY Buzzer waves to "<em>Obelisco</em>" to prevent confusion.
<li>Obelisco is the term used to describe the waveform in <a href="https://github.com/tildearrow/furnace/blob/master/doc/7-systems/ay8910.md">Furnace</a>.</li>
</li>
</ul>
<li>Added VRC6 Sawtooth and Its "<em>HI</em>" variant chipwave and Preset</li>
<ul>
<li>The VRC6 Sawtooth should be the more accurate one to use over the existing one</li>
<li>These use 7 steps for both of the waveforms</li>
<!--<ul>
<li>Swap between Standard and HI via Duty Cycle?</li> - Add this to the Sequence Editor Update?
</ul>-->
</ul>
<li>Added new theme - Unbox Glow</li>
<li>Added chipwaves and presets based off of real sawteeth(🪚)</li>
<li>Renamed "Pre-Alpha Release" to "Pre-Release"</li>
<ul>
<li>Updated the version system to reflect updates better [Pre-Release = Version 0.0.#]</li>
<li><small>Versions (0.0.0.1 -> 0.0.9.8) are now (0.0.1 -> 0.0.11)</small></li>
</ul>
</ul>
</h3>
<p>15th of March, 2025</p>
<h2> Version 0.0.10 Pre-Release 10</h2>
<h3>
<ul>
<li>Removed redundant 1/16 pulse width increments </li>
<li>Added 2 themes</li>
<ul>
<li>Unbox Dark - </li>
<li>Unbox Legacy</li>
</ul>
<li>Added more plants</li>
</ul>
</h3>
<p>12th of November, 2024</p>
<h2> Version 0.0.9 Pre-Release 9</h2>
<h3>
<ul>
<li>Added 1/16 pulse width incriments </li>
<li>Added some Namco Waveforms</li>
<li>Added more Rhythms</li>
<li>Added an Information page named FAQ. It is located next to patch notes</il>
<li>Found 🐛, It does not want to be removed. It lives here now.</li>
</ul>
</h3>
<p>2nd of October, 2024</p>
<h2> Version 0.0.8 Pre-Release 8</h2>
<h3>
<ul>
<li>Ported Ultrabox update 2.2.8? and 2.2.9</li>
</ul>
</h3>
<p>12th of June, 2024</p>
<h2> Version 0.0.7 Pre-Release 7</h2>
<h3>
<ul>
<li>Ported Ultrabox updates 2.2.7 (Please look at Ultrabox's Patch notes for more information)</li>
<li>Now with its own URL tag (u to U) and Version 1 in preparation for Alpha release 1</li>
<li>Tempo now extends to 1000. 400hz is now possible!</li>
<li>Fixed Default pulse width not being set to 50%</li>
<li>Compatibility with other mods should work? i hope...</li>
</ul>
</h3>
<p>16th of May, 2024</p>
<h2> Version 0.0.6 Pre-Release 6</h2>
<h3>
<ul>
<li>Ported Ultrabox updates 2.2.5 and 2.2.6 (Please look at Ultrabox's Patch notes for more information)</li>
</ul>
</h3>
<p>21st of April, 2024</p>
<h2> Version 0.0.5 Pre-Release 5</h2>
<h3>
<ul>
<li>Decimal offset now goes to 100 from 99 previously, therefore a true 0% to 100% pulse width is now possible</li>
<li>Added a new "Unison"- Shattered SYNC (This is a placeholder until SYNC is added)</li>
<li>Added a keybind to set playerhead to the start of the loop (Shift + F)</li>
<li>Fixed plants</li>
</ul>
</h3>
<p>31st of March, 2024</p>
<h2> Version 0.0.4 Pre-Release 4</h2>
<h3>
<ul>
<li>Updated Pulse Width and Duty Cycle to include 51-100%. 0% to 100% sweeps are now possible!
<ul>
<li>Please note that Pulse Width and Duty Cycle are still inverted, same as Custom chip
<li>There is a plan to add compatibility between single "letter" and the new "two-letter" system, but that will come later on.</li>
</li>
</ul>
<li>Unbox Custom chip presets have been transferred to chipwave as well as in its corrected polarity
<ul>Removed defunct presets
<li>Presets that mimicked AM and Sync will return with proper function once it is implemented
<li>Added some non chip presets as well</li>
</li>
</ul>
<li> Added 10 new plants [have fun finding them all]</li>
</li>
</li>
</ul>
</h3>
<p>11th of March, 2024</p>
<h2>Version 0.0.3 Pre-Release 3</h2>
<h3><ul><li>Ported Latest Ultrabox Updates</li></ul></h3>
<p>7th of March, 2024</p>
<h2>Version 0.0.2 Pre-Release 2</h2>
<h3>
<ul>
<li>Added the first iterations of Unbox's presets</li>
<ul>
<li>Added some Placeholder instruments for AY3/YM, SID, Noise Square, Rising Sawtooth and Falling Sawtooth, Half n' Half Instruments, Beeper and more planned </li>
</ul>
<li>Changed Pitch Shift's range to go from ±12 to ±24 semitones</li>
<li>Started work on The Duty Cycle instrument which is a clone of Pulse Width at this point in time</li>
<li>Ported/copied unison support for Pulse Width and copied over to Duty Cycle</li>
<li>Changed several mentions of UltraBox to properly refer to Unbox</li>
</h3>
<p>4th of March, 2024</p>
<h2>Version 0.0.1 Pre-Release 1</h2>
<h3><ul><li>Initial release</li></ul></h3>
<p>20th of January, 2024</p>
</body>
</html>