-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSunshineResonator-VST-AU.html
75 lines (54 loc) · 2.1 KB
/
SunshineResonator-VST-AU.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>modularsamples.com</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img/favicon.png" type="image/png" />
</head>
<body>
<header>
<h1>modularsamples.com</h1>
<nav>
<a href="index.html">Home</a>
<a href="Plugins.html">Plugins</a>
<a href="Samples.html">Sample Libraries</a>
<a href="https://modularsamples.gumroad.com">Shop</a>
<a href="custom-projects.html">Custom Projects</a>
</nav>
</header>
<main>
<section class="highlighted-project">
<h2>Sunshine Resonator</h2>
<div class="projects-overview">
<p>8 stage, multi-mode resonator</p>
</div>
</section>
<main class="project-page">
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/m9ivDUjtaw4?si=9W0EqDkQGuUITtz7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>A multi-stage resonator effect in the early stages of developement. </p>
</ul>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>8 stage resonator</li>
<li>Various "models" </li>
<li>Multiple ways of adjusting the input signal</li>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Sunshine-Resonator/releases">v0.2</a></p>
</aside>
</p>
</main>
</main>
<footer>
<p>© 2025 modularsamples.com</p>
<div>
<a href="mailto:[email protected]">Contact</a> | <a href="https://www.youtube.com/@modularsamples">YouTube</a> | <a href="https://www.instagram.com/modularsamples/">Instagram</a>
</div>
</footer>
</body>
</html>