Files
2026-08-16 18:24:52 +07:00

55 lines
2.5 KiB
HTML

<html>
<head>
<title>Welcome to Steinberg VST SDK 3.7.x!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Author" content="Yvan Grabit" />
<link rel="stylesheet" type="text/css" href="docu.css" />
</head>
<body>
<table border="0" width="100%" height="100%">
<tr>
<td>
<div align="center">
<a href="http://www.steinberg.net" target="_blank"><img src="gfx/Steinberg_LOGO.png" alt="Steinberg" width="700" border="0" /></a>
<br />
<br />
<br />
<a href="vstsdk/index.html"><img src="gfx/vst3_logo.jpg" alt="VST 3 SDK" border="2" /></a>
<br />
<br />
<table id="Table1" width="450" border="0">
<tr>
<td style="height: 154px">
<div align="center">
<font color="#666666" size="+2"><b>Software Development Kit</b></font>
<br />
<br />
for developing <b>VST 3 plug-ins</b> audio-processing software modules to be used in VST 3 host applications<br />
<br />
<b> <span style="font-size: 18pt; color: #666666">Version 3.8.x</span></b>
</div>
</td>
</tr>
</table>
<br />
<span style="font-size: 20pt; color: #00008b;"><a href="https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html" target="_blank">Online Documentation Here!</a></span>
<br />
<br />
<br />
<hr size="2" width="100%" />
<div align="center">
Copyright &copy;<span id="year"></span> <a href="http://www.steinberg.net" target="_blank">Steinberg Media Technologies GmbH</a>.
All Rights Reserved. This documentation is under this <a href="http://www.steinberg.net/sdklicenses" target="_blank"><u>license</u></a>.
</div>
</div>
</td>
</tr>
</table>
<script>
document.querySelector("#year").textContent = new Date().getFullYear();
</script>
</body>
</html>