-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXolotl_VST_AU.html
96 lines (66 loc) · 3.56 KB
/
Xolotl_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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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>Xolotl</h2>
<div class="projects-overview">
<p>Xolotl is an open source "harmonic" synthesiser plugin available for Mac OS (VST3 & AudioUnit) & Windows.</p>
</div>
</section>
<main class="project-page">
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/6n68KYFES9o?si=5utNasA9HIbbP5qa" 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>
<h3>Harmonic oscillator</h3>
<p>The “oscillator" consists of up to 32 independently pitched waveforms. These can be standard synth waveforms, multi-samples (expanded version only) or single cycle waveforms (expanded version only). By default the pitch increments through the harmonic series, but can be un-quantised using the step knob.</p>
<h3>Flexible 16 Stage Sample and Hold</h3>
<p>32 waveforms need at least 32 sample and hold effects, right? maybe not under normal circumstances, but this one's a bit different. Depending on how it’s configured, it can act as an effect, sound generator or modulator.</p>
<h3>32 Stage Multimode Filter</h3>
<p>A bunch of filters with independent control of the cutoff. There's a ton of sonic potential here. Comb filtering, phaser effects and some very tasty interaction between the S&H section.</p>
<h3>Finally..</h3>
<p>At the end of the signal chain is simple ADSR envelope and pan spread control.</p>
<p>An <a href="https://modularsamples.gumroad.com/l/rhnqwh">expanded version</a> with additional 3.5Gb of samples and presets is available for a small fee, in addition to introducing several sample playback modes. </p>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>32 Stage harmonic oscillator</li>
<li>32 stage sample & hold fx/modulator</li>
<li>multi-sample playback (expanded version only)</li>
<li>Unusual user sample mode (expanded version only)</li>
<li>AIF, WAV, FLAC and SFZ import</li>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Xolotl/releases">v0.7.0</a></p>
<h3>Expanded</h3>
<p><script src="https://gumroad.com/js/gumroad.js"></script>
<a class="gumroad-button" href="https://modularsamples.gumroad.com/l/rhnqwh" data-gumroad-overlay-checkout="true">Buy on</a>
</aside>
</p>
</main>
</main>
<footer>
<p>© 2025 modularsamples.com</p>
<div>
<a href="mailto:modularsamples@gmail.com">Contact</a> | <a href="https://www.youtube.com/@modularsamples">YouTube</a> | <a href="https://www.instagram.com/modularsamples/">Instagram</a>
</div>
</footer>
</body>
</html>