Skip to content

Commit

Permalink
Update manual html
Browse files Browse the repository at this point in the history
  • Loading branch information
cu committed Mar 5, 2020
1 parent 1ca9616 commit 82ef248
Show file tree
Hide file tree
Showing 19 changed files with 1,657 additions and 93 deletions.
15 changes: 13 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="2020-01-25" />
<meta name="dcterms.date" content="2020-03-01" />
<title>index</title>
<style>
code { white-space: pre-wrap; }
Expand Down Expand Up @@ -137,14 +137,15 @@
<body>
<header>
<p>
Update: 2020-01-25
Update: 2020-03-01
</p>
<details>
<summary translate="yes">Table of Contents</summary>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#uhhyou-plugins">Uhhyou Plugins</a></li>
<li><a href="#lv2-plugins">LV2 Plugins</a><ul>
<li><a href="#cubicpadsynth">CubicPadSynth</a></li>
<li><a href="#esphaser">EsPhaser</a></li>
<li><a href="#envelopedsine">EnvelopedSine</a></li>
<li><a href="#iterativesincluster">IterativeSinCluster</a></li>
Expand Down Expand Up @@ -175,6 +176,16 @@ <h1 id="lv2-plugins">LV2 Plugins</h1>
<ul>
<li><a href="https://github.com/ryukau/LV2Plugins">GitHub - ryukau/LV2Plugins</a></li>
</ul>
<h2 id="cubicpadsynth">CubicPadSynth</h2>
<p><img src="manual/CubicPadSynth/img/cubicpadsynth.png" /></p>
<p>CubicPadSynth は PADsynth アルゴリズムを使ってオシレータのウェーブテーブルを生成するシンセサイザです。キュービック補間を使っているので、可聴域以下の低い周波数でもわりと滑らかな音が出ます。波形を直接描画できる LFO もついています。</p>
<ul>
<li><a href="manual/CubicPadSynth/CubicPadSynth_ja.html">CubicPadSynth のマニュアル (日本語)</a></li>
</ul>
<p>CubicPadSynth is a wavetable synthesizer which uses PADsynth algorithm is used to generate oscillator tables. Cubic interpolation is used to get smooth sound even at inaudible low frequency range. LFO waveform can be directly drawn.</p>
<ul>
<li><a href="manual/CubicPadSynth/CubicPadSynth_en.html">CubicPadSynth Manual (English)</a></li>
</ul>
<h2 id="esphaser">EsPhaser</h2>
<p><img src="manual/EsPhaser/img/esphaser.png" /></p>
<p>EsPhaser は最大 4096 の 2 次 Thiran オールパスフィルタを直列につなぐことができるフェイザです。 EnvelopedSine のフェイザと同じアルゴリズムを使っています。</p>
Expand Down
Loading

0 comments on commit 82ef248

Please sign in to comment.