-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQFade-VST-AU.html
84 lines (60 loc) · 3.01 KB
/
QFade-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
<!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>Q-Fade</h2>
<div class="projects-overview">
<p>8 channel master/bus crossfader</p>
</div>
</section>
<main class="project-page">
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WfF4OX3LMqo?si=62guHKBSHkMp9-ph" 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>Upset your DJ friends and mash dem down with this attractive, open source 8-in, 2-out crossfader. Low skill Multi-deck mixmasterdom awaits. May also have ambient applications.</p>
<p>Q-Fade is deigned to live on master, or bus channels. As Q-Fade has 8 input channels, it is not suitable for use with all DAWs. Q-fade is known to work in with the following software:<p>
<ul>
<li>Reaper (some pre-configured projects are included</li>
<li>Ableton Live (see pinned comment <a href="https://www.youtube.com/watch?v=WfF4OX3LMqo"> here</a>) Thanks to David Monroy for the tip.</li>
<li> <a href="https://kushview.net/element/"> Element</a> (As both a plugin AND a host, Element is an excellent choice for those working in any DAW that doesn't allow for multi-input FX). Just fire up an instance of Element and load Q-Fade within that. Thanks to N.K Turley for the tip.)</li>
</ul>
</div>
<aside class="sidebar">
<h3>Features</h3>
<ul>
<li>8 channel crossfader with smoothing and multiple fade algorithms</li>
<li>Filter, EQ and granular FX allowing for different values per stage</li>
<li>Per stage pan</li>
<li>2x DAW syncable modulators with table, "sequencer" and LFO modes</li>
<h3>Download</h3>
<p> <a href="https://github.com/publicsamples/Q-Fade/releases">v0.1</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>