(1)Fixed notes about VST3 (2)Fixed donation link

This commit is contained in:
Takeshi Yokemura 2022-02-12 10:15:08 +09:00
parent 13ea03a0a5
commit 5fdf244a45
2 changed files with 10 additions and 21 deletions

View File

@ -221,9 +221,9 @@
<td>C:¥Program Files¥Common Files¥VST3</td>
</tr>
</table>
<p>About VST2 and VST3 : Steinberg, which defines the VST specifcation, encourages their new format VST3. But for
now(as of 2020) it seems like not all of the host applications fully comply to VST3. With some hosts the layout
may corrupt, with some others the sound may not played and so on. In that case please try using VST2.</p>
<p>About VST2 and VST3 : Steinberg, which defines the VST specifcation, now supports only their new format, VST3.
But there might be some host applications which still don't fully comply to VST3 and don't work as expected.
In that case try using VST2.</p>
<!--------------------------------------------------------
@ -561,16 +561,10 @@
<p>This plugin is released under <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL v3</a> License. The source
code is open on GitHub, you can duplicate, distribute or modify it under the condition of GPL.</p>
<h1>Donation</h1>
<p>You can support developing Magical 8bit Plug not only by the contribution of source code but by the donation as
<p>You can support developing Magical 8bit Plug not only by contribing source code but by a donation as
well. We really appreciate your support.</p>
<div class="donate">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="5CKQFPFTHRNMS">
<input type="image" src="http://www.ymck.net/images/download/btn_donate.png" border="0" name="submit" alt="Donate"
formtarget="_blank">
</form>
</div>
<p>You can make donation from <a href="https://ymck.net/app/magical-8bit-plug-en/">this page</a>.</p>
</body>
</html>

View File

@ -220,7 +220,9 @@
</tr>
</table>
<p>※VST2とVST3について :
VST規格を制定しているSteinberg社は、新しい規格であるVST3を推奨しています。しかし、2020年現在、VST3に完全に対応できているホストアプリケーションはまだ少ないようで、起動できてもレイアウトが崩れる・音が出ないなど不具合が出ることがあるようです。そのような場合はVST2版の方をお試しください。
VST規格を制定しているSteinberg社は、現在新しい規格であるVST3のみをサポートしています。
しかし、VST3に完全に対応できていおらず期待通りに動作しないホストアプリケーションもあるかもしれません。
そのような場合はVST2版の方をお試しください。
</p>
<!--------------------------------------------------------
@ -533,14 +535,7 @@
v3</a>ライセンスにて配布しています。ソースコードを開示しておりますので、GPLに従い複製、頒布および改変することができます。</p>
<h1>ドネーション</h1>
<p>開発へのご支援は、ソースコードの共有を通じた直接のご支援のほか、ドネーションを受け付けております。ご協力いただける方はぜひよろしくお願いします。</p>
<div class="donate">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="5CKQFPFTHRNMS">
<input type="image" src="http://www.ymck.net/images/download/btn_donate.png" border="0" name="submit"
alt="Donate" formtarget="_blank">
</form>
</div>
<p>ドネーションは<a href="https://ymck.net/app/magical-8bit-plug">こちら</a>のページからお申込みいただけます。</p>
</div>
</body>