-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsine-wave-3d-auto-generator.html
472 lines (442 loc) · 17.8 KB
/
sine-wave-3d-auto-generator.html
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<script async src="./js/serviceLoader.js"></script>
<meta charset="utf-8" >
<meta http-equiv="x-ua-compatible" content="ie=edge" >
<title>
sine wave 3D auto Generator | Brain Beats | Brainwave Entrainment
</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name="description"
content="sine wave 3D generator is tool which generates custom sets of sine wave tones by having the input of frequency values and setting the 3D co-ordinates automatically."
>
<meta
name="keywords"
content="pure tones, brainwave, entertainment, monaural beats, monaural, binaural, beats, rife, auto, generator"
>
<meta name="robot" content="index, follow" >
<meta name="robots" content="noarchive" >
<meta
name="subject"
content="sine wave 3D auto Generator | Brain Beats | Brainwave Entrainment"
>
<meta name="author" content="Abhishek Kumar" >
<meta name="coverage" content="Worldwide" >
<meta name="distribution" content="Global" >
<meta name="rating" content="General" >
<meta name="HandheldFriendly" content="True" >
<meta name="MobileOptimized" content="320" >
<meta name="target" content="all" >
<meta
name="apple-mobile-web-app-title"
content="Brain Beats | sine wave 3D auto Generator"
>
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-touch-fullscreen" content="yes" >
<link rel="apple-touch-icon" href="./img/mandala-1757304_1280.png">
<meta
name="application-name"
content="Brain Beats | sine wave 3D auto Generator"
>
<meta name="twitter:card" content="summary" >
<meta
name="twitter:title"
content="brain beats | sine wave 3D auto Generator"
>
<meta
name="twitter:description"
content="sine wave 3D generator is tool which generates custom sets of sine wave tones by having the input of frequency values and setting the 3D co-ordinates automatically."
>
<meta property="og:site_name" content="Brain Beats" >
<meta property="og:title" content="brain beats | sine wave 3D auto Generator" >
<meta property="og:type" content="website" >
<meta
property="og:url"
content="https://brain-beats.in/sine-wave-3d-auto-generator.html"
>
<meta name="theme-color" content="#FFFFFF">
<link rel="manifest" href="./manifest.json" >
<link rel="stylesheet" href="./css/normalize.min.css" >
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/main.css" >
<link rel="canonical" href="https://brain-beats.in/sine-wave-3d-auto-generator.html" >
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1948728148006217"
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Ads: 645983156 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-645983156"></script>
<script async src="./js/google-ads.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-70747360-2"
></script>
<script async src="./js/google-analytics.js" ></script>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve
your experience and security.
</p>
<![endif]-->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="/">Brain Beats</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown4" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Single tones
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
<li>
<a class="dropdown-item" href="solfeggio-frequency.html"
>Solfeggio Frequency</a
>
</li>
<li>
<a class="dropdown-item" href="angel-frequency.html"
>Angel Frequency</a
>
</li>
<li>
<a class="dropdown-item" href="pure-tones.html"
>Pure Tones</a
>
</li>
<li>
<a class="dropdown-item" href="isochronic-tones.html"
>Isochronic tones</a
>
</li>
<li>
<a class="dropdown-item" href="rife-frequencies-cafl-xref.html"
>Rife Frequencies CAFL XREF</a
>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown1" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Beats
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li>
<a class="dropdown-item" href="binaural-base-beats.html"
>Binaural Beats</a
>
</li>
<li>
<a class="dropdown-item" href="monaural-base-beats.html"
>Monaural Beats</a
>
</li>
<li>
<a class="dropdown-item" href="square-wave-monaural-base-beats.html"
>Square wave Monaural Beats</a
>
</li>
<li>
<a class="dropdown-item" href="3d-rife-machine.html"
>3D rife machine</a
>
</li>
<li>
<a class="dropdown-item" href="monaural-rife-machine.html"
>monaural rife machine</a
>
</li>
<li>
<a class="dropdown-item" href="3d-alt-frequency.html"
>3D ALT frequencies</a
>
</li>
<li>
<a class="dropdown-item" href="monaural-alt-frequency.html"
>Monaural ALT frequencies</a
>
</li>
<li>
<a class="dropdown-item" href="dreamachine-presets.html"
>Dreamachine Presets</a
>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown2" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Generators
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
<li>
<a class="dropdown-item" href="pure-tone-generator.html"
>Pure Tone Generator</a
>
</li>
<li>
<a class="dropdown-item" href="binaural-beats-generator.html"
>Binaural Beats Generator</a
>
</li>
<li>
<a class="dropdown-item" href="monaural-beats-generator.html"
>Monaural Beats Generator</a
>
</li>
<li>
<a class="dropdown-item" href="square-wave-monaural-beats-generator.html"
>Square wave Monaural Beats Generator</a
>
</li>
<li>
<a class="dropdown-item" href="isochronic-tones-generator.html"
>Isochronic tone Generator</a
>
</li>
<li>
<a class="dropdown-item" href="sine-wave-3d-generator.html"
>Sine Wave 3D Generator</a
>
</li>
<li>
<a class="dropdown-item" href="sine-wave-3d-auto-generator.html"
>Sine Wave 3D auto Generator</a
>
</li>
<li>
<a class="dropdown-item" href="sine-wave-monaural-generator.html"
>Sine Wave Monaural Generator</a
>
</li>
<li>
<a class="dropdown-item" href="rife-3d-generator.html"
>Rife 3D Generator</a
>
</li>
<li>
<a class="dropdown-item" href="rife-3d-auto-generator.html"
>Rife 3D auto Generator</a
>
</li>
<li>
<a class="dropdown-item" href="rife-monaural-generator.html"
>Rife Monaural Generator</a
>
</li>
<li>
<a class="dropdown-item" href="dreamachine-generator.html"
>Dreamachine Generator</a
>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown4" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Custom Presets
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
<li>
<a class="dropdown-item" href="noise.html"
>Colours of Noise</a
>
</li>
<li>
<a class="dropdown-item" href="kundalini-ascension.html"
>Kundalini Ascension</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="favorites.html">Favorites</a>
</li>
<li class="nav-item">
<a class="nav-link" href="search.html">Search Presets</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown3" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Support
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
<li>
<a class="dropdown-item" href="mailto:brainbeats@protonmail.com?subject=Brain%20Beats%20Help"
>Email</a
>
</li>
<li>
<a class="dropdown-item" href="https://discord.gg/JNRPJDFWdY"
>Chat</a
>
</li>
<li>
<a class="dropdown-item" href="https://ko-fi.com/brainbeats"
>Give Coffee</a
>
</li>
<li>
<a class="dropdown-item" href="/privacy-policy.html"
>Privacy Policy</a
>
</li>
<li>
<a class="dropdown-item" href="https://brain-beats.in/blog/"
>Blog</a
>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid fluidaner">
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<h1 class="card-title">sine wave 3D auto Generator</h1>
<div class="row">
<div class="col text-left">
<div class="card-text">
<form id="freq-form">
<div class="row" id="freq-row-0">
<div class="form-group col-xxl-10 col-xl-10 col-lg-9 col-md-8 col-sm-7 col-6">
<label for="freq-0">Frequency</label>
<input
id="freq-0"
type="number"
class="form-control"
placeholder="Frequency"
min="20"
max="22000"
step="0.01"
>
</div>
<div class="form-group col-xl-2 col-lg-3 col-md-4 col-sm-5 col-6">
<label for="remove-0"> </label>
<button
id="remove-0"
type="button"
class="form-control btn btn-danger"
onclick="remove_freq_field(0);"
>Remove</button>
</div>
</div>
</form>
<button
id="add-freq-btn"
type="button"
class="btn btn-success mt-3"
onclick="add_freq_field();"
>
Add Frequency
</button>
</div>
</div>
</div>
<div class="row">
<div class="col text-end">
<button
onclick="play_sine_3d_auto_generator();"
class="btn btn-play-stop btn-primary"
>
Play
</button>
<button onclick="stop_sine_3d_auto();" class="btn btn-play-stop btn-secondary">
Stop
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="volume-box">
<p>
<b><i>volume</i></b>
</p>
<div class="text-center">
<input id="volume" type="number" value="1" min="0" max="100" >
</div>
</div>
</div>
<script src="./js/jquery-3.6.0.slim.min.js" ></script>
<script src="./js/bootstrap.bundle.min.js" ></script>
<script src="./js/plugins.js"></script>
<script src="./js/bootstrap-input-spinner.js"></script>
<script src="./js/main.js"></script>
<script>
// A function to add a new frequency field to the form
function add_freq_field() {
// Create a new div element for the frequency field
var freq_div = document.createElement("div");
freq_div.className = "row";
freq_div.id = "freq-row-" + freq_count;
// Create a new input element for the frequency value
var freq_input = document.createElement("input");
freq_input.id = "freq-" + freq_count;
freq_input.type = "number";
freq_input.className = "form-control";
freq_input.placeholder = "Frequency";
freq_input.min = "20";
freq_input.max = "22000";
freq_input.step = "0.01"
// Create a new label element for the frequency input
var freq_label = document.createElement("label");
freq_label.htmlFor = "freq-" + freq_count;
freq_label.textContent = "Frequency";
// Create a new button element for removing the frequency field
var remove_btn = document.createElement("button");
remove_btn.id = "remove-" + freq_count;
remove_btn.type = "button";
remove_btn.className = "form-control btn btn-danger";
remove_btn.textContent = "Remove";
remove_btn.setAttribute("onclick", "remove_freq_field(" + freq_count +")");
// Create a new label element for the remove button
var remove_label = document.createElement("label");
remove_label.htmlFor = "remove-" + freq_count;
remove_label.textContent = "\u00a0"; // Non-breaking space
// Create two new div elements for the form group columns
var input_col = document.createElement("div");
input_col.className = "form-group col-xxl-10 col-xl-10 col-lg-9 col-md-8 col-sm-7 col-6";
var btn_col = document.createElement("div");
btn_col.className = "form-group col-xl-2 col-lg-3 col-md-4 col-sm-5 col-6";
// Append the input and label elements to the input column
input_col.appendChild(freq_label);
input_col.appendChild(freq_input);
// Append the button and label elements to the button column
btn_col.appendChild(remove_label);
btn_col.appendChild(remove_btn);
// Append the two columns to the frequency field div
freq_div.appendChild(input_col);
freq_div.appendChild(btn_col);
// Append the frequency field div to the form element
var form_element = document.getElementById("freq-form");
form_element.appendChild(freq_div);
// Increment the frequency count by one
freq_count++;
}
function remove_freq_field(index) {
// Get the frequency field div element by its id
var freq_div = document.getElementById("freq-row-" + index);
// Remove the frequency field div element from its parent node
freq_div.parentNode.removeChild(freq_div);
}
</script>
<script>
warning(6);
</script>
</body>
</html>