Skip to content

Commit

Permalink
feat: Phaser (Overview)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Oct 11, 2024
1 parent 5baf0ad commit f345267
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6640,6 +6640,18 @@ <h4>FM 変調</h4>
</p>
</section>
</section>
<section id="section-effectors-phaser">
<h3>フェイザー</h3>
<p>
<b>フェイザー</b>は, (テキストでは表現しにくいですが) シュワシュワという独特な感じのエフェクトを与えます. パラメータの設定しだいでは,
フランジャーっぽい感じにもなります. 実際, 楽曲を聴くと, フェイザーかフランジャーを使っているかは判断ができないぐらい似ているエフェクターです.
</p>
<p>
フランジャーに似ているエフェクトでありながら, その原理はまったく異なります. フェイザーは, 特定の周波数帯域の音の<b>位相</b>を周期的に変化させて,
原音と合成して, 音を<b>干渉</b>させることによって実装できるエフェクターです. ちなみに, フェイザーの正式な名称は, <b>フェイズ・シフター</b>であり,
まさに, 名称がその原理を表していると言えます.
</p>
</section>
</section>
</main>
<script defer src="https://cdn.jsdelivr.net/npm/prismjs@latest/prism.min.js"></script>
Expand Down

0 comments on commit f345267

Please sign in to comment.