-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
2,489 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<meta name="dcterms.date" content="2024-10-12" /> | ||
<meta name="dcterms.date" content="2024-10-23" /> | ||
<title>index – Uhhyou Plugins</title> | ||
<link rel="icon" type="image/svg+xml" href="img/favicon/favicon.svg"> | ||
<link rel="icon" type="image/png" href="img/favicon/favicon.svgindex-relative-path="> | ||
|
@@ -284,7 +284,7 @@ | |
<body> | ||
<header> | ||
<p> | ||
Update: 2024-10-12 | ||
Update: 2024-10-23 | ||
</p> | ||
<details> | ||
<summary translate="yes">Table of Contents</summary> | ||
|
@@ -303,6 +303,8 @@ | |
<li><a href="#synthesizers" | ||
id="toc-synthesizers">Synthesizers</a></li> | ||
<li><a href="#effects" id="toc-effects">Effects</a></li> | ||
<li><a href="#spectralphaser" | ||
id="toc-spectralphaser">SpectralPhaser</a></li> | ||
<li><a href="#doubleloopcymbal" | ||
id="toc-doubleloopcymbal">DoubleLoopCymbal</a></li> | ||
<li><a href="#glitchsprinkler" | ||
|
@@ -404,17 +406,23 @@ | |
<h1 id="uhhyou-plugins"><a href="#uhhyou-plugins" | ||
class="header-anchor" aria-hidden="true">Uhhyou Plugins</a></h1> | ||
<p><a href="#vst_logo">VST®</a> 3 プラグインを公開しています。</p> | ||
<p>何かあれば <a href="https://github.com/ryukau/VSTPlugins">GitHub | ||
のリポジトリ</a>に issue を投げるか <code>[email protected]</code> | ||
にメールを送信してもらえれば対応します。お気軽にお問い合わせください。</p> | ||
<p>何かあれば <a | ||
href="https://github.com/ryukau/VSTPlugins/discussions">GitHub | ||
リポジトリの discussion に投稿</a>するか、 | ||
<code>[email protected]</code> | ||
にメールを送信してもらえれば対応します。バグ報告は <a | ||
href="https://github.com/ryukau/VSTPlugins">GitHub リポジトリの | ||
issue</a>にどうぞ。お気軽にお問い合わせください。</p> | ||
<p><a | ||
href="https://www.paypal.com/paypalme/ryukau">paypal.me/ryukau</a> | ||
から開発資金を投げ銭することもできます。</p> | ||
<p>This page is publishing <a href="#vst_logo">VST®</a> 3 plugins.</p> | ||
<p>If you find a bug, feel free to report the issue at <a | ||
href="https://github.com/ryukau/VSTPlugins">GitHub repository</a> or | ||
send email to <code>[email protected]</code>. Note that I’m not native | ||
in English.</p> | ||
<p>To make a contact, feel free to <a | ||
href="https://github.com/ryukau/VSTPlugins/discussions">post on the | ||
discussion page on GitHub repository</a>. If you find a bug, <a | ||
href="https://github.com/ryukau/VSTPlugins/issues">open a issue at | ||
GitHub repository</a> or send email to <code>[email protected]</code>. | ||
Note that I’m not native in English.</p> | ||
<p>You can fund the development via <a | ||
href="https://www.paypal.com/paypalme/ryukau">paypal.me/ryukau</a>.</p> | ||
<h2 id="gui-の色について-color-configuration"><a | ||
|
@@ -575,10 +583,34 @@ <h4 id="effects"><a href="#effects" class="header-anchor" | |
<ruby>RingModSpacer<rt>リング モッド スペーサ</rt></ruby> </a></span> | ||
<span class="pluginlist"><a href="#sevendelay"> | ||
<ruby>SevenDelay<rt>セブン ディレイ</rt></ruby> </a></span> <span | ||
class="pluginlist"><a href="#ultrasonicringmod"> | ||
class="pluginlist"><a href="#spectralphaser"> | ||
<ruby>SpectralPhaser<rt>スペクトラル フェイザ</rt></ruby> </a></span> | ||
<span class="pluginlist"><a href="#ultrasonicringmod"> | ||
<ruby>UltrasonicRingMod<rt>ウルトラソニック リング モッド</rt></ruby> | ||
</a></span> | ||
</p> | ||
<h3 id="spectralphaser"><a href="#spectralphaser" | ||
class="header-anchor" aria-hidden="true">SpectralPhaser</a></h3> | ||
<figure> | ||
<img src="manual/SpectralPhaser/img/SpectralPhaser.png" alt="Image of SpectralPhaser graphical user interface."/> | ||
</figure> | ||
<p>SpectralPhaser | ||
は周波数領域でマスクをかけることでフェイザのような音が出るエフェクタです。 | ||
FFT に加えて、高速 Walsh-Hadamard 変換 (FWHT) 、 Haar | ||
変換が使えます。</p> | ||
<ul> | ||
<li><a | ||
href="manual/SpectralPhaser/SpectralPhaser_ja.html">SpectralPhaser | ||
のマニュアル (日本語)</a></li> | ||
</ul> | ||
<p>SpectralPhaser is an effect that produces a phaser-like sound by | ||
applying a mask in the frequency domain. In addition to FFT, fast | ||
Walsh-Hadamard transform (FWHT) and Haar transform are available.</p> | ||
<ul> | ||
<li><a | ||
href="manual/SpectralPhaser/SpectralPhaser_en.html">SpectralPhaser | ||
Manual (English)</a></li> | ||
</ul> | ||
<h3 id="doubleloopcymbal"><a href="#doubleloopcymbal" | ||
class="header-anchor" aria-hidden="true">DoubleLoopCymbal</a></h3> | ||
<figure> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ span.pluginlist { | |
# Uhhyou Plugins | ||
[VST®](#vst_logo) 3 プラグインを公開しています。 | ||
|
||
何かあれば [GitHub のリポジトリ](https://github.com/ryukau/VSTPlugins)に issue を投げるか `[email protected]` にメールを送信してもらえれば対応します。お気軽にお問い合わせください。 | ||
何かあれば [GitHub リポジトリの discussion に投稿](https://github.com/ryukau/VSTPlugins/discussions)するか、 `[email protected]` にメールを送信してもらえれば対応します。バグ報告は [GitHub リポジトリの issue ](https://github.com/ryukau/VSTPlugins)にどうぞ。お気軽にお問い合わせください。 | ||
|
||
[paypal.me/ryukau](https://www.paypal.com/paypalme/ryukau) から開発資金を投げ銭することもできます。 | ||
|
||
This page is publishing [VST®](#vst_logo) 3 plugins. | ||
|
||
If you find a bug, feel free to report the issue at [GitHub repository](https://github.com/ryukau/VSTPlugins) or send email to `[email protected]`. Note that I'm not native in English. | ||
To make a contact, feel free to [post on the discussion page on GitHub repository](https://github.com/ryukau/VSTPlugins/discussions). If you find a bug, [open a issue at GitHub repository](https://github.com/ryukau/VSTPlugins/issues) or send email to `[email protected]`. Note that I'm not native in English. | ||
|
||
You can fund the development via [paypal.me/ryukau](https://www.paypal.com/paypalme/ryukau). | ||
|
||
|
@@ -196,11 +196,27 @@ All the plugin download link can be found at release page on following link. | |
<span class="pluginlist"><a href="#sevendelay"> | ||
<ruby>SevenDelay<rt>セブン ディレイ</rt></ruby> | ||
</a></span> | ||
<span class="pluginlist"><a href="#spectralphaser"> | ||
<ruby>SpectralPhaser<rt>スペクトラル フェイザ</rt></ruby> | ||
</a></span> | ||
<span class="pluginlist"><a href="#ultrasonicringmod"> | ||
<ruby>UltrasonicRingMod<rt>ウルトラソニック リング モッド</rt></ruby> | ||
</a></span> | ||
</p> | ||
|
||
### SpectralPhaser | ||
<figure> | ||
<img src="manual/SpectralPhaser/img/SpectralPhaser.png" alt="Image of SpectralPhaser graphical user interface."/> | ||
</figure> | ||
|
||
SpectralPhaser は周波数領域でマスクをかけることでフェイザのような音が出るエフェクタです。 FFT に加えて、高速 Walsh-Hadamard 変換 (FWHT) 、 Haar 変換が使えます。 | ||
|
||
- [SpectralPhaser のマニュアル (日本語)](manual/SpectralPhaser/SpectralPhaser_ja.html) | ||
|
||
SpectralPhaser is an effect that produces a phaser-like sound by applying a mask in the frequency domain. In addition to FFT, fast Walsh-Hadamard transform (FWHT) and Haar transform are available. | ||
|
||
- [SpectralPhaser Manual (English)](manual/SpectralPhaser/SpectralPhaser_en.html) | ||
|
||
### DoubleLoopCymbal | ||
<figure> | ||
<img src="manual/DoubleLoopCymbal/img/DoubleLoopCymbal.png" alt="Image of DoubleLoopCymbal graphical user interface."/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"SpectralPhaser": { | ||
"latest_version": "0.1.0", | ||
"urls": { | ||
"plugin_url": [ | ||
"https://github.com/ryukau/VSTPlugins/releases/download/UhhyouPlugins0.64.0/SpectralPhaser_0.1.0.zip" | ||
], | ||
"preset_url": [] | ||
}, | ||
"changelog": { | ||
"0.1.0": { "en": ["Initial release."], "ja": ["初期リリース。"] } | ||
} | ||
} | ||
} |
Oops, something went wrong.