-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShapey-VST-AU.html
118 lines (76 loc) · 4.87 KB
/
Shapey-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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!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>Shapey!</h2>
<div class="projects-overview">
<p>Wavetable/sample player with waveshaping</p>
</div>
</section>
<main class="project-page">
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/T0nSAhDObs0?si=PM0c3W1ZW3cJgAV2" 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>Shapey! is an open source, experimental synthesiser with a unusal approach to wavetable synthesis. Its primary sound generator is a single "complex" wavetable oscillator with three sections. While it borrows terminology from FM synthesis, its architecture is quite different. The modulator controls the pitch and, to a certain extent, timing of a sample player (carrier), enabling several distinct synthesis techniques depending on their configuration.</p>
<p>An additional collection of sounds and presets is available for purchase here. Not only does this expand Shapey!'s sonic capabilities, but it also helps support its future development—and me, the person who made it.</p>
<h2>Modulator</h2>
<p>In its first mode, the modulator functions as a simple multi-waveform oscillator with pitch, glide, and output gain controls. A sub-oscillator with phase and AM controls can be added to the signal. Additionally, the pitch can be quantized or synced to tempo, allowing it to act as an LFO. In its second mode, it replicates the entire oscillator section, placing a sample player after the oscillator, which enables the use of two samples within a single patch.</p>
<h2>Transformer</h2>
<p>The transformer sits between the modulator and carrier, providing various waveshaping, FX, and filtering options. It includes a mix control along with two additional controls whose functionality depends on the current mode.</p>
<h2>Carrier</h2>
<p>The carrier is a versatile sample player with controls for position, input gain, smoothing, quantization, and pitch shifting.</p>
<h2>The Filter and "VCA"</h2>
<p>The filter is a dual low-pass/high-pass design, similar to the Korg MS-20, capable of operating in serial or parallel. Additionally, the "modulator in" control allows the signal from the modulator to be routed directly into the filter, finally there is a simple AHDSR envelope at the end of the chain.</p>
<h2>The Modulators</h2>
<p>The modulation section includes an AHDSR envelope, a looping AR envelope with tempo-synced attack and release stages, a loopable table envelope, and two master LFOs with multiple wave shapes and quantization options.</p>
<h2>The Arpeggiator</h2>
<p>A flexible arpeggiator/step sequencer rounds out the feature set.</p>
<p>Built with HISE & FAUST.</p>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>AComplex wavetable oscillator with three sections.</li>
<li>ATwo modulator modes: waveform oscillator or sample-based.</li>
<li>AWaveshaping & FX section for further sound transformation.</li>
<li>AVersatile sample-based carrier with pitch and timing controls.</li>
<li>ADual-mode filter (serial/parallel) inspired by the Korg MS-20.</li>
<li>AComprehensive modulation system with envelopes and LFOs.</li>
<li>AArpeggiator/step sequencer for rhythmic pattern creation.</li>
<li>AMac OS & Windows with VST3 and audio unit plugins.</li>
<li>ABuilt using HISE & FAUST for a flexible and efficient synthesis engine.</li>
</ul>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Shapey/releases">v0.4.1</a></p>
<h3>Expansion</h3>
<p> <a href="https://modularsamples.gumroad.com/l/lgzxw">v0.4.1</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>