Skip to content

Commit

Permalink
Add UltrasonicRingMod manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Aug 12, 2022
1 parent b731bc9 commit 8cf21b5
Show file tree
Hide file tree
Showing 13 changed files with 2,424 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ exclude:
- manual/SyncSawSynth/SyncSawSynth_ja.md
- manual/TrapezoidSynth/TrapezoidSynth_en.md
- manual/TrapezoidSynth/TrapezoidSynth_ja.md
- manual/UltrasonicRingMod/UltrasonicRingMod_en.md
- manual/UltrasonicRingMod/UltrasonicRingMod_ja.md
- manual/WaveCymbal/WaveCymbal_en.md
- manual/WaveCymbal/WaveCymbal_ja.md
- manual/common/contact_installation_guiconfig_en.md
Expand Down
33 changes: 31 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="2022-08-11" />
<meta name="dcterms.date" content="2022-08-12" />
<title>index</title>
<style>
code { white-space: pre-wrap; }
Expand Down Expand Up @@ -196,7 +196,7 @@
<body>
<header>
<p>
Update: 2022-08-11
Update: 2022-08-12
</p>
<details>
<summary translate="yes">Table of Contents</summary>
Expand All @@ -210,6 +210,8 @@
<li><a href="#synthesizers"
id="toc-synthesizers">Synthesizers</a></li>
<li><a href="#effects" id="toc-effects">Effects</a></li>
<li><a href="#ultrasonicringmod"
id="toc-ultrasonicringmod">UltrasonicRingMod</a></li>
<li><a href="#clangsynth" id="toc-clangsynth">ClangSynth</a></li>
<li><a href="#minicliffeq" id="toc-minicliffeq">MiniCliffEQ</a></li>
<li><a href="#pitchshiftdelay"
Expand Down Expand Up @@ -362,6 +364,33 @@ <h4 id="effects">Effects</h4>
<a href="#sevendelay"> <ruby>SevenDelay<rt>セブン ディレイ</rt></ruby>
</a>
</div>
<div class="pluginlist">
<a href="#ultrasonicringmod">
<ruby>UltrasonicRingMod<rt>ウルトラソニック リング モッド</rt></ruby>
</a>
</div>
<h2 id="ultrasonicringmod">UltrasonicRingMod</h2>
<figure>
<img src="manual/UltrasonicRingMod/img/UltrasonicRingMod.png" alt="Image of UltrasonicRingMod graphical user interface." style="padding-bottom: 12px;"/>
</figure>
<p>UltrasonicRingMod は 64
倍のオーバーサンプリングを行うリングモジュレータで、最高 1 MHz
のサイン波による変調をかけることができます。とは言っても単に変調すると可聴域外なので何も聞こえなくなってしまいますが、フィードバックによる位相変調やハードクリッピングができるので、いくらかノイズが出せます。</p>
<ul>
<li><a
href="manual/UltrasonicRingMod/UltrasonicRingMod_ja.html">UltrasonicRingMod
のマニュアル (日本語)</a></li>
</ul>
<p>UltrasonicRingMod is a ring modulator with 64-fold oversampling.
Maximum modulator frequency is 1 MHz. That said, just modulating with
ultrasonic frequency doesn’t produce anything audible. Therefore, phase
modulation and hard clipping are added to make some noise in audible
frequency.</p>
<ul>
<li><a
href="manual/UltrasonicRingMod/UltrasonicRingMod_en.html">UltrasonicRingMod
Manual (English)</a></li>
</ul>
<h2 id="clangsynth">ClangSynth</h2>
<figure>
<img src="manual/ClangSynth/img/clangsynth.png" alt="Image of ClangSynth graphical user interface." style="padding-bottom: 12px;"/>
Expand Down
16 changes: 16 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ All the plugin download link can be found at release page on following link.
<div class="pluginlist"><a href="#sevendelay">
<ruby>SevenDelay<rt>セブン ディレイ</rt></ruby>
</a></div>
<div class="pluginlist"><a href="#ultrasonicringmod">
<ruby>UltrasonicRingMod<rt>ウルトラソニック リング モッド</rt></ruby>
</a></div>

## UltrasonicRingMod
<figure>
<img src="manual/UltrasonicRingMod/img/UltrasonicRingMod.png" alt="Image of UltrasonicRingMod graphical user interface." style="padding-bottom: 12px;"/>
</figure>

UltrasonicRingMod は 64 倍のオーバーサンプリングを行うリングモジュレータで、最高 1 MHz のサイン波による変調をかけることができます。とは言っても単に変調すると可聴域外なので何も聞こえなくなってしまいますが、フィードバックによる位相変調やハードクリッピングができるので、いくらかノイズが出せます。

- [UltrasonicRingMod のマニュアル (日本語)](manual/UltrasonicRingMod/UltrasonicRingMod_ja.html)

UltrasonicRingMod is a ring modulator with 64-fold oversampling. Maximum modulator frequency is 1 MHz. That said, just modulating with ultrasonic frequency doesn't produce anything audible. Therefore, phase modulation and hard clipping are added to make some noise in audible frequency.

- [UltrasonicRingMod Manual (English)](manual/UltrasonicRingMod/UltrasonicRingMod_en.html)

## ClangSynth
<figure>
Expand Down
35 changes: 35 additions & 0 deletions docs/manual/UltrasonicRingMod/UltrasonicRingMod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"UltrasonicRingMod": {
"latest_version": "0.0.2",
"urls": {
"plugin_url": [
"https://github.com/ryukau/VSTPlugins/releases/download/UhhyouPlugins0.43.0/UltrasonicRingMod_0.0.2.zip"
],
"preset_url": ""
},
"changelog": {
"0.0.2": {
"en": [
"Added gains to hard clipping and to output.",
"Added parameter smoothing time, as a parameter.",
"Changed modulator amplitude clipping algorithm to floating point number modulo.",
"Changed center note number to note offset from C4."
],
"ja": [
"ハードクリッピングと出力のゲインを追加。",
"パラメータ平滑化時間をパラメータとして追加。",
"変調波の振幅のクリッピングを浮動小数点数のモジュロに変更。",
"ノートの転調を行うパラメータの表現を C4 からのオフセットに変更。"
]
},
"0.0.1": {
"en": [
"Initial release. Not distributed."
],
"ja": [
"初期リリース。未配布。"
]
}
}
}
}
Loading

0 comments on commit 8cf21b5

Please sign in to comment.