-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
367 lines (314 loc) · 9.99 KB
/
faq.html
File metadata and controls
367 lines (314 loc) · 9.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="#CCCCCC"/>
<meta property="og:image" content="/icon_maskable_192.png" />
<meta name="description" content="LemmBox is an online tool for sketching and sharing instrumental music." />
<title>LemmBox FAQ</title>
</script>
<title>LemmBox Patch Notes</title>
<style type="text/css">
html {
background: var(--page-margin, #020009);
overflow-x: hidden;
font-size: large;
font-family: 'B612', sans-serif;
line-height: 1.3;
color: var(--primary-text, white);
}
body {
max-width: 1100px;
margin: auto;
padding: 1rem;
}
h1 {
font-size: 1.7rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
h1.title {
color: #fff570;
}
h2 {
padding-top: 1rem;
margin-top: 2rem;
font-size: 1.5rem;
}
h3 {
font-size: 1.2rem;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
p {
font-size: 0.8rem;
color: #9C9BA3;
}
a {
color: var(--link-accent, #98f);
}
a.link {
color: var(--secondary-text, rgb(193, 193, 193));
margin-left: 8px;
}
a.link:hover {
color: var(--secondary-text, rgb(233, 233, 233));
}
button {
margin-top: 15px;
padding: 10px 15px;
border: 0;
border-radius: 100px;
background-color: #fff570;
color: #020009;
font-weight: bold;
transition: all 0.5s;
-webkit-transition: all 0.5s;
cursor: pointer;
}
button:hover {
background-color: #fff570;
box-shadow: 0 0 20px #fff57050;
transform: scale(1.1);
}
button:active {
background-color: #e6da4c;
transition: all 0.25s;
-webkit-transition: all 0.25s;
box-shadow: none;
transform: scale(0.98);
}
label {
padding-right: 10px;
font-size: 1rem;
}
.backbuttondiv {
display: flex;
justify-content: center;
width: 100%;
}
.headertext {
color: #fff570;
width: 100%;
}
#popup {
position: fixed;
bottom: 20px;
left: 20px;
background-color: #78c25a;
color: white;
margin-top: 15px;
padding: 10px 15px;
font-weight: bold;
border-radius: 4px;
opacity: 0;
transform: translateX(-100%);
transition: all 0.5s ease;
pointer-events: none;
z-index: 1000;
}
#popup.show {
opacity: 1;
transform: translateX(0);
pointer-events: auto;
}
.navbar {
color: #f2f3f5;
font-family: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #020009;
text-align: left;
padding: 5px 20px;
display: flex;
flex-direction: row;
align-items: center;
position: relative;
}
.col, .logo {
flex: 1 1 0px;
}
.navbartitle {
color: #f2f3f5;
background-color: #020009;
text-align: center;
font-family: 'B612', sans-serif;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
}
.navbarlinks {
color: #f2f3f5;
background-color: #020009;
text-align: right;
padding-left: 5px;
float: right;
font-family: 'B612', sans-serif;
cursor: pointer;
}
.logo-wrapper {
position: relative;
display: inline-block;
}
.logo {
position: relative;
z-index: 2;
transition: transform 0.3s ease;
}
.logo-glow {
position: absolute;
top: 0;
left: 0;
z-index: 1;
filter: blur(8px) brightness(1.5);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.logo-wrapper:hover .logo {
transform: scale(1.1);
}
.logo-wrapper:hover .logo-glow {
opacity: 1;
}
@media (min-width: 1100px) {
body {
width: 1100px;
}
h2 {
width: 1100px;
align-items: start;
align-content: start;
border-radius: 2px;
padding-top: 32px;
}
}
.footertext {
font-size:11px;
color: #868c95;
text-align: center;
font-family: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footerlinks {
color: #f2f3f5;
font-family: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: right;
padding-left: 5px;
float: right;
font-size: 11px;
}
.footer {
margin-top: auto;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</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>LemmBox - FAQ</b></div>
<div class="col">
<a class="navbarlinks" href="lemmbox-features"><button>Features</button></a>
<a class="navbarlinks" href="patch_notes"><button>Patch Notes</button></a>
<a class="navbarlinks" onclick="history.back()"><button>Go Back</button></a>
</div>
</nav>
<!-- description of LemmBox here? -->
<br><br><br><br>
<details>
<summary>How does LemmBox differ from UltraBox?</summary>
LemmBox aims to expand apon UltraBox New features include:
<ul>
<li>
Higher quality chipwaves (Rounded, Triange and Sawtooth)</li>
<li>
More unison options / presets. Thank you <a href="https://mid-the-modder.github.io/Midbox/">MidBox</a>!</li>
<li>
More flexability coming to some restrictions, such as higher max BPM <sub class="smalltip">(Click on the number next to the slider to type in anything above 500)</sub> and -8 and +8 Octave options.</li>
<li>
New themes, and the ability to make custom themes.
</li>
</ul>
</details>
<details>
<summary>What are some planned things I should expect to come to LemmBox soon™?</summary> <!--This is my todo list lmao-->
Things I want to add:
<ul>
<li>
The ability to export all channels as their own file, this will be very helpful for a few things I do (such as, bringing tracks into an audio editing program for better mixing and whatnot, putting your tracks into an oscilloscope program for viewing each channel's waveform [check out my youtube for an example of what I am talking about] <a href="https://www.youtube.com/@ARealLemonLime">:3</a> and prolly a few other things.</li>
<li>
More instrument presets</li>
<li>
More note effects (ring modulation, phaser, reverse reverb ) </li>
<li>More themes</li>
</ul>
<sub> if you want to help, Please reach out to me on discord or on github!</sub>
</details>
<details>
<summary>How do I add custom samples?</summary>
Since LemmBox doesn't have a web server of its own, you'll have to first upload your sample to a CORS <sub class="smalltip">(Cross-Origin Resource Sharing)</sub> -friendly website.
<ul><li>The easiest to use are <a href="https://filegarden.com/">File Garden</a> or <a href="https://catbox.moe/">Catbox</a>.</li></ul>
Next, you have to copy the URL of the sound itself. The URL should end with the filetype, such as <code>.wav</code> or <code>.mp3</code>.
<br><br>
To import it into LemmBox, open the Edit tab, scroll to the bottom, and click on "Add Custom Samples..."
<br><br>
Paste your url and press "Okay." If everything goes smoothly, LemmBox will reload and your sample will be available in the preset list.
</details>
<!-- <details>
<summary>How do I add samples to UB Offline?</summary>
stuff
</details> -->
<!-- <details> -->
<!-- <summary>What are the original sources of the built-in samples? Can I use them without legal repercussions?</summary> -->
<!-- stuff -->
<!-- huge list of all the legacysample origins here -->
<!-- </details> -->
<details>
<summary>Does LemmBox have an offline version?</summary>
Kind of- It does not have any executables or anything like UltraBox, but you can download everything <a href="https://github.com/LemmBox/lemmbox.github.io">here</a> and it should work without an internet connection. Custom samples will not work sadly. I plan on getting this working when v1.0 comes out.
</details>
<details>
<summary>Does LemmBox claim ownership over songs created with it?</summary>
LemmBox does not claim ownership over songs created with it, so original songs belong to their authors.<br><br>
Neither LemmBox or its creator assume responsibility for any copyrighted material played on LemmBox. No songs are ever received, recorded, or distributed by LemmBox's servers. All song data is contained in the URL after the hash (#) mark, and LemmBox running inside your browser converts that data into sound waves.
</details>
<!-- <details>
<summary>Can I modify UltraBox?</summary>
Yes! You can download and use <a href="https://github.com/ultraabox/ultrabox_typescript" target="_blank">the source code</a> under the MIT license.<br>
The original BeepBox source code by John Nesky can be found <a href="https://github.com/johnnesky/beepbox" target="_blank">here.
</details> -->
<details>
<summary>When will <code>x</code> feature be added?</summary>
You can track the progress of new features on the <a href="https://github.com/lemmbox/lemmbox_typescript/issues">issues page</a>.<br>
Please be patient, I can't guarantee that anything will be out in a timely manner.
</details>
<details>
<summary>Where can I contact the developer?</summary>
You can find me on many places! a few of those are, the BeepBox discord server [my username is happylemonlime] (you can join that <a href="https://discord.gg/QPCYnxV28q">here</a>), the BeepBox Modding server (you can join that <a href="https://discord.gg/Tc997TstJb">here</a>), my Bluesky account (you can find that <a href="https://bsky.app/profile/thehappylemonlime.bsky.social">here</a>)
</details>
<div class="footer">
<nav class="navbar">
<div class="col"></div>
<footer class="navbartitle col footertext">HappyLemonLime | LemmBox - Features </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>
</head>
</html>