blob: ec4a42883f2c6aa9ea09f83acca5e39e487673c1 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" id="theme"/>
<script defer="true" src="/scripts/cookie.js"></script>
<script defer="true" src="/scripts/theme.js"></script>
<title>CircleShift - Creatools</title>
</head>
<body>
<h1><a href="../">Homepage</a></h1>
<h3>Here you can find linux builds of <a href="https://musictop69.wixsite.com/creatools">Creatools</a> VST3 plugins</h3>
<span>These were not written by me, I'm just providing downloads since I couldn't find builds of them anywhere else.</span>
</br>
<ul>
<li>
<h4>Piano XS</h4>
<br/>
<a href="/noversion/Creatools/Creatools-Piano-XS.tar.xz">Download (Linux x86_64 VST3)</a></span>
<br/>
<span>Source built from <a href="https://github.com/ilirbajri/Creatools-piano-xs">GitHub</a> on Void Linux (2026-02-22)</span>
<br/>
<span>Licensed under the GPL v3</span>
</li>
<li>
<h4>Keys</h4>
<br/>
<a href="/noversion/Creatools/Creatools-Keys.tar.xz">Download (Linux x86_64 VST3)</a></span>
<br/>
<span>Source built from <a href="https://github.com/ilirbajri/Creatools-Keys">GitHub</a> on Void Linux (2026-02-22)</span>
<br/>
<span>Licensed under the GPL v3</span>
</li>
</ul>
<span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">NatCounter</a></span>
</body>
</html>
|