-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch_notes.html
More file actions
375 lines (344 loc) · 13.6 KB
/
patch_notes.html
File metadata and controls
375 lines (344 loc) · 13.6 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="subpages.css">
<link rel='shortcut 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="#ffe845"/>
<meta property="og:image" content="/icon_maskable_192.png" />
<meta name="description" content="The patch notes for LemmBox, an online tool for sketching and sharing instrumental music. " />
<script>
function linkTo(update) {
window.history.replaceState(null, "", location.pathname + "#" + update);
navigator.clipboard.writeText(window.location).then(() => {
const popup = document.getElementById("popup");
popup.classList.add("show");
setTimeout(() => {
popup.classList.remove("show");
}, 2000);
});
}
</script>
<title>LemmBox - Patch Notes</title>
</head>
<body>
<nav class="navbar">
<a title="Click to go back to homepage" href="https://lemmbox.github.io">
<div class="logo-wrapper">
<img src="theme_resources/LemmBoxLogo.png" alt="LemmBox" class="logo" height="64px">
<img src="theme_resources/LemmBoxLogo.png" alt="" class="logo-glow" height="64px" aria-hidden="true">
</div>
</a>
<div class="navbartitle col"><b>Patch Notes - Reverse Chronological</b></div>
<div class="col">
<a class="navbarlinks" href="faq"><button>FAQ</button></a>
<a class="navbarlinks" href="lemmbox-features"><button>Features</button></a>
<a class="navbarlinks" onclick="history.back()"><button>Go Back</button></a>
</div>
</nav>
<article id="0.1.2b">
<h2>
Version 0.1.2-b | Minor update
<a class="link" onclick="linkTo('0.1.2b')" title="Copy link">⎋</a>
</h2>
<ul>
<li>Updated the LemmBox default theme <p class="beforeafter1">--pitch-background: #44444A;</p> to <p class="beforeafter2">--pitch-background: #443d4a;</p></li>
<li>Added 31 new plants for each day in October!</li>
<p>(I would list them all but that would take up so much space 💔)</p>
</ul>
<p class="date">09/30/2025</p>
</article>
<article id="0.1.1b">
<h2>
Version 0.1.1-b | Minor update
<a class="link" onclick="linkTo('0.1.1b')" title="Copy link">⎋</a>
</h2>
<ul>
<li>Updated the 404 page
<ul>
<li>Added a few randomized sentences that can show up.</li>
<li>Added the navbar, including a back button.</li>
</ul>
</ul>
<ul>
<li>fixed and added some stuff on the song editor page
<ul>
<li>Fixed some CSS on the main page to fix the look of some buttons.</li>
<li>Added a small footer on the main page that points to the GitHub issues page for LemmBox.</li>
<li>Made all links open in a new tab so you save your song data.</li>
</ul>
<li>Added a few community made plants that have a chance to show up next to the mod name!</li>
<ul>
<li>"asdfjoiksop! ,!! " <p>- seraphim._</p></li>
<li>"Hi! I'm Mr. Buying!" <p>- mr_buying</p></li>
<li>"i am in lemmbox" <p>- lilsmafurako</p></li>
</ul>
</ul>
<p class="date">09/03/2025</p>
</article>
<article id="0.1.0b">
<h2>
Version 0.1.0-b | Major update
<a class="link" onclick="linkTo('0.1.0b')" title="Copy link">⎋</a>
</h2>
<ul>
<li>Visual overhaul to all subpages
<ul>
<li>Added a navbar to all subpages</li>
<li>This new navbar has a clickable logo that brings you back to the main page.</li>
<li>There are also links that can help you navigate back home and to other subpages.</li>
<li>A footer showing the page title, with buttons to return to the top or go back to the home page.</li>
<li>Fixed some CSS weirdness and cleaned up some CSS for my sake</li>
</ul>
</li>
<li>Changes on the main page
<ul>
<li>Moved the "Songs shared on Bluesky" section as to no longer squish the instructions.</li>
<li>Removed a plant "it's called LemmBox, not LemonBox... come on Mid" as I felt it came off as kinda rude.</li>
<li>Added two new plants and easter eggs</li>
</ul>
</li>
<li>Added new export options
<ul>
<li>Ability to export .ogg files</li>
<li>Ability to export .ogx (opus) files</li>
<li>Ability to export .txt files</li>
<li>Ability to export .png files</li>
</ul>
</li>
<li>Copied over the song editor layouts from <a href="https://choptop84.github.io/abyssbox-app/">AbyssBox</a>
<ul>
<details>
<summary>Before</summary>
<img src="media/Before.png">
</details>
<details>
<summary>After</summary>
<img src="media/After.png">
</details>
</ul>
</li>
<li>Added a new keybind for the song editor and player
<ul>
<li><b>G</b>: Shorten song URL</li>
</ul>
</li>
<li>Changed the color of fifth notes from <b class="fifth1">this</b> to <b class="fifth2">this</b></li>
<li>Made the preference "Highlight "Fifth" Note" on by default</li>
</ul>
<p class="date">08/04/2025</p>
</article>
<article id="0.9.9a">
<h2>Version 0.9.9-a | Minor update<a class="link" onclick="linkTo('0.9.9a')" title="Copy link">⎋</a></h2>
<ul>
<li>Added some new presets</li>
<ul>
<li>bit wobble</li>
<audio controls>
<source src="media/bit wobble.mp3" type="audio/mpeg">
</audio>
<li>muffled pulse</li>
<audio controls>
<source src="media/muffled pulse.mp3" type="audio/mpeg">
</audio>
<li>singing ghost</li>
<audio controls>
<source src="media/singing ghost.mp3" type="audio/mpeg">
</audio>
<li>summoning bell</li>
<audio controls>
<source src="media/summoning bell.mp3" type="audio/mpeg">
</audio>
<li>crystal bell</li>
<audio controls>
<source src="media/crystal bell.mp3" type="audio/mpeg">
</audio>
<li>otherworldly steelpan</li>
<audio controls>
<source src="media/otherworldly steelpan.mp3" type="audio/mpeg">
</audio>
<li>calm light</li>
<audio controls>
<source src="media/calm light.mp3" type="audio/mpeg">
</audio>
<li>mellow triangle</li>
<audio controls>
<source src="media/mellow triangle.mp3" type="audio/mpeg">
</audio>
</ul>
</ul>
<p class="date">07/26/2025</p>
</article>
<article id="0.9.8a">
<h2>Version 0.9.8-a | Updated the default preferences<a class="link" onclick="linkTo('0.9.8a')" title="Copy link">⎋</a></h2>
<ul>
<li>Place Notes Out of Scale and Notes Flash When Played are now on by default.</li>
<p>Thank you CoolTasDude for the feedback :)</p>
</ul>
<p class="date">06/20/2025</p>
</article>
<article id="0.9.7a">
<h2>Version 0.9.7-a | Minor update<a class="link" onclick="linkTo('0.9.7a')" title="Copy link">⎋</a></h2>
<ul>
<li>Updated the look of many subpages</li>
<li>Updated <a href="patch_notes.html">patch_notes.html</a>,<a href="lemmbox-features.html">lemmbox-features.html</a> and <a href="faq.html">faq.html</a></li>
</ul>
<p class="date">06/15/2025</p>
</article>
<article id="0.9.6a">
<h2>Version 0.9.6-a | Minor update <a class="link" onclick="linkTo('0.9.6a')" title="Copy link">⎋</a></h2>
<ul>
<li>Added all LemmBox chipwave presets to the "Retro Presets" tab,<br> and the "LemmBox Presets" tab in the instrument selector.</li>
<li>Fixed a bug to do with JSON importing</li>
</ul>
<p class="date">05/16/2025</p>
</article>
<article id="0.9.5a">
<h2>Version 0.9.5-a | Updated the default preferences <a class="link" onclick="linkTo('0.9.5a')" title="Copy link">⎋</a></h2>
<ul>
<li>Turned on "Show All Channels" as a default preference</li>
</ul>
<p class="date">04/28/2025</p>
</article>
<article id="0.9.4a">
<h2>Version 0.9.4-a | Minor bug fix<a class="link" onclick="linkTo('0.9.4a')" title="Copy link">⎋</a></h2>
<ul>
<li>Fixed the tempo slider and added a modulator channel as default when creating a new blank song</li>
<li>Fixed a bug with the tempo slider only going up to 500BPM instead of the max of 1000</li>
</ul>
<p class="date">04/24/2025</p>
</article>
<article id="0.9.3a">
<h2>Version 0.9.3-a | Minor bug fix & technical change<a class="link" onclick="linkTo('0.9.3a')" title="Copy link">⎋</a></h2>
<ul>
<li>Fixed a bug with volume being set incorrectly when importing from JSON and copying instruments from one channel to another</li>
<li>Added a variant to the URL that replaces the UltraBox one. ( u → L )</li>
</ul>
<p class="date">04/16/2025</p>
</article>
<article id="0.9.2a">
<h2>Version 0.9.2-a | Minor site update <a class="link" onclick="linkTo('0.9.2a')" title="Copy link">⎋</a></h2>
<ul>
<li>Replaced mentions of UltraBox with LemmBox across the site </li>
</ul>
<p class="date">04/16/2025</p>
</article>
<article id="0.9.1a">
<h2>Version 0.9.1-a | Minor site update <a class="link" onclick="linkTo('0.9.1a')" title="Copy link">⎋</a></h2>
<ul>
<li>Updated the patch notes to talk about LemmBox instead of UltraBox</li>
<li>Added back buttons to every subpage (except sample extractor)</li>
<li>Updated the theme for every subpage</li>
</ul>
<p class="date">03/29/2025</p>
</article>
<article id="0.9.0a">
<h2>Version 0.9.0-a | Major update <a class="link" onclick="linkTo('0.9.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Updated the import prompt to add a LemmBox option, it is currently just visual</li>
<li>When exporting to JSON, it now specifies in the file that it came from LemmBox</li>
<li>Updated the mod title color to be more consistent with the rest of the theme</li>
<li>Added a back button to the page with the list of features</li>
</ul>
<p class="date">03/29/2025</p>
</article>
<article id="0.8.0a">
<h2>Version 0.8-a | Major update <a class="link" onclick="linkTo('0.8.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Added the LemmBox dark theme as the default theme.</li>
<li>Updated the theme prompt to replace UltraBox's theme with LemmBox dark</li>
<li>Added UltraBox's theme to the "Mod themes" section when picking out a theme</li>
</ul>
<p class="date">03/29/2025</p>
</article>
<article id="0.7.0a">
<h2>Version 0.7.0-a | Updated the default preferences & minor bug fix<a class="link" onclick="linkTo('0.7.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Show Piano Keys is now on by default</li>
<li>Always Fine Note Volume is now on by default</li>
<li>Display Volume Bar is now on by default</li>
<li>Instrument import/export buttons are now on by default</li>
<li>The record button is now available by default</li>
<li>Default layout is now long instead of small</li>
<li>Fixed a bug with the max tempo</li>
</ul>
<p class="date">03/28/2025</p>
</article>
<article id="0.6.0a">
<h2>Version 0.6.0-a | Updated the <a href="lemmbox-features.html">features</a> page<a class="link" onclick="linkTo('0.6.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Added an image to show what I was talking about for a bug</li>
<li>Added a section that talks about bugs that I know about & need to fix</li>
<li>Talked about trapasquare chipwave in the stuff I added section</li>
</ul>
<p class="date">01/16/2025</p>
</article>
<article id="0.5.0a">
<h2>Version 0.5.0-a | Bug fix and extra chipwave<a class="link" onclick="linkTo('0.5.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Fixed sine chipwave & added "trapasquare" chipwave</li>
</ul>
<p class="date">01/14/2025</p>
</article>
<article id="0.4.2a">
<h2>Version 0.4.2-a | Minor site bug fix<a class="link" onclick="linkTo('0.4.2a')" title="Copy link">⎋</a></h2>
<ul>
<li>Fixed some links not working on the main page</li>
<p>(ultrabox.github.io -> https://ultraabox.github.io)</p>
</ul>
<p class="date">01/13/2025</p>
</article>
<article id="0.4.1a">
<h2>Version 0.4.1-a | <a href="faq.html">FAQ page</a> update<a class="link" onclick="linkTo('0.4.1a')" title="Copy link">⎋</a></h2>
<ul>
<li>FAQ now talks about LemmBox instead of UltraBox</li>
</ul>
<p class="date">01/12/2025</p>
</article>
<article id="0.4.0a">
<h2>Version 0.4.0-a | minor update<a class="link" onclick="linkTo('0.4.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Updated the main page to change the color of the mod title from <b style="color:#9c64f7;">LemmBox</b> to <b style="color:#eef078;">LemmBox</b></li>
<li>Changed the embed color from <a style="color:#CCCCCC;">#CCCCCC</a> to <a style="color:#ffe845;">#ffe845</a> and added an image when linking the site</li>
<li>Added all of Midbox's unisons</li>
<li>Added higher quality chipwaves (HD rounded, HD triangle, and HD sawtooth) alongside the supersaw sax instrument</li>
</ul>
<p class="date">01/11/2025</p>
</article>
<article id="0.3.0a">
<h2>Version 0.3.0-a | minor update<a class="link" onclick="linkTo('0.3.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Changed the description when linking the site</li>
</ul>
<p class="date">01/09/2025</p>
</article>
<article id="0.2.0a">
<h2>Version 0.2.0-a | minor update<a class="link" onclick="linkTo('0.2.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Removed wackybox Hotdog from main page</li>
<li>Added a small chance for a 🍋 to show up next to the mod name alongside the other random messages</li>
<li>Removed anything that was labeled as UltraBox on the home page and changed that to LemmBox </li>
</ul>
<p class="date">01/08/2025</p>
</article>
<article id="0.1.0a">
<h2>Version 0.1.0-a | minor update<a class="link" onclick="linkTo('0.1.0a')" title="Copy link">⎋</a></h2>
<ul>
<li>Copied the UltraBox source code - start of LemmBox</li>
</ul>
<p class="date">01/07/2025</p>
</article>
<div id="popup">Link to patch note is now copied!</div>
<div class="footer">
<nav class="navbar">
<div class="col"></div>
<footer class="navbartitle col footertext">HappyLemonLime | LemmBox - Patch Notes </footer>
<div class="col">
<a class="footerlinks" href="https://lemmbox.github.io">Home</a>
<a class="footerlinks" href="#top">Back to top</a>
</div>
</nav>
</div>
</body>
</html>