-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuetzalcoatl_VST_AU.html
89 lines (66 loc) · 3.53 KB
/
Quetzalcoatl_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
<!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>Quetzalcoatl</h2>
<div class="projects-overview">
<p>Quetzalcoatl is an 8 layer sample playback plugin (VST/AudioUnit) for Mac OS, Windows & Linux (support currently limited to Ubuntu 22+). </p>
</div>
</section>
<main class="project-page">
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=uk-eYrMiRPeVGeZD&list=PL8Rp79UJ5uBDTPUgQJdIidH2vCRYB4T7S" 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> It performs traditional rompler duties, excelling at pads and evolving textures (or whatever else you fancy), but can also be used for melodic and sequenced material thanks to its comprehensive modulation/sequencing options. In this sense, you can think of it as a kind left-field groovebox.</p>
<p>Quetzalcoatl is inspired by the Aztec deity that shares its name. Quetzalcoatl (known to the Maya as Kukulkan), represents wisdom, art and the wind.</p>
<p>Quetzalcoatl is built with HISE, an open source framework for sample based instruments</p>
<p>An <a href="https://modularsamples.gumroad.com/l/gyckl" data-gumroad-overlay-checkout="true">expanded version</a> with additional 4Gb+ of samples and presets is available for a small fee, It include sounds from the Oberheim Xpander, Roland System 100, Kawai K3, Yamaha CS-30 and more.</p>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>An 8 stage crossfading "oscillator"</li>
<li>AIF, WAV, FLAC and SFZ import</li>
<li>Wavetable mode</li>
<li>Wavefolder</li>
<li>Pitch controls for each stage with harmonic & scale modes</li>
<li>Pan per stage</li>
<li>Multistage, multimode filter with lowpass, highpass, bandpass & allpass modes</li>
<li>8 monophonic modulation sources</li>
<li>8 Polyphonic modulation sources</li>
<li>A large and diverse sound library</li>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Quetzalcoatl/releases">v0.8.7</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/gyckl" 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>