-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTezcatlipoca-VST-AU.html
79 lines (56 loc) · 2.07 KB
/
Tezcatlipoca-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
<!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>Tezcatlipoca</h2>
<div class="projects-overview">
<p>Delay/Looper/Glitcher</p>
</div>
</section>
<main class="project-page">
<div class="content">
<img src="img/Tezcatlipoca.png" alt="Featured Project" style="width: 100%; max-width: 600px;">
<p>Imagine 8 tape recorders/delay buffers with crossfaders on both the input and output channels. This is what we have here. Sonically, it's somewhere between a delay, looper or buffer glitcher.</p>
<p>Currently, I'm not sure how useful this thing is. </p>
<ul>
</ul>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>8 crossfadeable sample buffers</li>
<li>3 Delay modes. Clean, tape and granular</li>
<li> Multi-stage filter and pan</li>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Tezcatlipoca/releases/tag/0.0.2">v0.2</a></p>
</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>