Skip to content

Commit

Permalink
Update manual markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Mar 7, 2020
1 parent d4853ed commit 7788bb8
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 18 deletions.
4 changes: 3 additions & 1 deletion docs/manual/CubicPadSynth/CubicPadSynth_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CubicPadSynth is a wavetable synthesizer which uses PADsynth algorithm to generate oscillator tables. Cubic interpolation is used to get smooth sound even at inaudible low frequency range. LFO waveform can be directly drawn.

- [Download CubicPadSynth 0.1.0 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/CubicPadSynth0.1.0.zip) <img
- [Download CubicPadSynth 0.1.1 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/CubicPadSynth0.1.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -414,6 +414,8 @@ Refresh PADsynth wavetable based on current configuration of Wavetable tab. Auto
Note that refreshing wavetable stops sound. It also interrupts MIDI notes.

## Change Log
- 0.1.1
- Fixed a bug that cause crash when drawing string.
- 0.1.0
- Initial release.

Expand Down
4 changes: 3 additions & 1 deletion docs/manual/CubicPadSynth/CubicPadSynth_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>CubicPadSynth<rt>キュービック パッドシンセ</rt></ruby> は PADsynth アルゴリズムを使ってオシレータのウェーブテーブルを生成するシンセサイザです。キュービック補間を使っているので、可聴域以下の低い周波数でもわりと滑らかな音が出ます。波形を直接描画できる LFO もついています

- [CubicPadSynth 0.1.0 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/CubicPadSynth0.1.0.zip) <img
- [CubicPadSynth 0.1.1 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/CubicPadSynth0.1.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -410,6 +410,8 @@ invertedSpectrumIm = spectrumIm - sgn(spectrumIm) * maxIm
ウェーブテーブルの更新中は音が止まるので注意してください。発音中のノートも全て停止します。

## チェンジログ
- 0.1.1
- 文字列の描画でクラッシュするバグを修正。
- 0.1.0
- 初期リリース。

Expand Down
4 changes: 3 additions & 1 deletion docs/manual/EnvelopedSine/EnvelopedSine_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EnvelopedSine is an additive synthesizer that computes 64 sine waves for each note. Difference to IterativeSinCluster is that this synth has AD envelope and saturator for each oscillator. EnvelopedSine is better suited for percussive sounds.

- [Download EnvelopedSine 0.1.3 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/EnvelopedSine0.1.3.zip) <img
- [Download EnvelopedSine 0.1.4 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/EnvelopedSine0.1.4.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -224,6 +224,8 @@ LFO phase offset.
LFO phase. This can be used to make sound with automation. Turning `Freq` to leftmost sets LFO frequency to 0.

## Change Log
- 0.1.4
- Fixed a bug that cause crash when drawing string.
- 0.1.3
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.2
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/EnvelopedSine/EnvelopedSine_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>EnvelopedSine<rt>エンベロープド サイン</rt></ruby>はノート 1 つあたり 64 のサイン波を計算する加算合成シンセサイザです。各サイン波に AD エンベロープとサチュレータがついているので IterativeSinCluster よりもパーカッシブな音が得意です。

- [EnvelopedSine 0.1.3 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/EnvelopedSine0.1.3.zip) <img
- [EnvelopedSine 0.1.4 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/EnvelopedSine0.1.4.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -226,6 +226,8 @@ LFO によって変調するオールパスフィルタの特性の最小値で
LFO の位相です。オートメーションで音を作りたいときに使えます。 `Freq` を左いっぱいに回すことで LFO の周波数を 0 にできます。

## チェンジログ
- 0.1.4
- 文字列の描画でクラッシュするバグを修正。
- 0.1.3
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.2
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/EsPhaser/EsPhaser_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EsPhaser is a phaser with up to 4096 stages of order 2 Thiran all-pass filters. This is the same phaser used in EnvelopedSine.

- [Download EsPhaser 0.1.1 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/EsPhaser0.1.1.zip) <img
- [Download EsPhaser 0.1.2 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/EsPhaser0.1.2.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -123,6 +123,8 @@ LfoPhaseOffset = Phase + (L/R Offset) + LfoIndex * (Cas. Offset)
```

## Change Log
- 0.1.2
- Fixed a bug that cause crash when drawing string.
- 0.1.1
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.0
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/EsPhaser/EsPhaser_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>EsPhaser<rt>エス フェイザ</rt></ruby> は最大 4096 の 2 次 Thiran オールパスフィルタを直列につなぐことができるフェイザです。 EnvelopedSine のフェイザと同じアルゴリズムを使っています。

- [EsPhaser 0.1.1 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/EsPhaser0.1.1.zip) <img
- [EsPhaser 0.1.2 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/EsPhaser0.1.2.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -126,6 +126,8 @@ LfoPhaseOffset = Phase + (L/R Offset) + LfoIndex * (Cas. Offset)
パラメータを変更したときに、変更前の値から変更後の値へと移行する秒数です。 `Stage` 以外のパラメータに有効です。

## チェンジログ
- 0.1.2
- 文字列の描画でクラッシュするバグを修正。
- 0.1.1
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.0
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/FDNCymbal/FDNCymbal_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FDNCymbal is a cymbal sound synthesizer. It can also be used as an effect. Unlike the name, most of metallic texture comes from Schroeder allpass section rather than FDN (feedback delay network). FDN section makes nice impact sound when `FDN.Time` is short. Tremolo is added to simulate wobbling of cymbal.

- [Download FDNCymbal 0.2.0 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/FDNCymbal0.2.0.zip) <img
- [Download FDNCymbal 0.2.1 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/FDNCymbal0.2.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -191,6 +191,8 @@ Amount of randomization to `Tremolo.Frequency` for each note on.
Amount of randomization to `Tremolo.DelayTime` for each note on.

## Change Log
- 0.2.1
- Fixed a bug that cause crash when drawing string.
- 0.2.0
- Changed display method for pop-up which shows up by clicking plugin title.
- Added `Pulse` parameter to control pulse gain.
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/FDNCymbal/FDNCymbal_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>FDNCymbal<rt>エフディーエヌシンバル</rt></ruby> はシンバルのような音を合成するシンセサイザです。エフェクトとして使うこともできます。名前とは裏腹に金属的な質感は FDN (feedback delay network) ではなく Schroeder allpass section によって得られています。 `FDN.Time` の値を小さくすることで、わりとナイスなばちの衝突音が合成できます。シンバルの揺れをシミュレートするためにトレモロもついています。

- [FDNCymbal 0.2.0 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/FDNCymbal0.2.0.zip) <img
- [FDNCymbal 0.2.1 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/FDNCymbal0.2.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -191,6 +191,8 @@ LFO によって変化するディレイ時間の最大値です。シンバル
ノートオンのたびに `Tremolo.DelayTime` をランダマイズする度合いです。

## チェンジログ
- 0.2.1
- 文字列の描画でクラッシュするバグを修正。
- 0.2.0
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- `Pulse` パラメータの追加。
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/IterativeSinCluster/IterativeSinCluster_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

IterativeSinCluster is an additive synthesizer. This synth computes 512 sine waves for each note to make tone cluster. I somehow thought "iterative sin" is a valid term. Correct term is "recursive sine".

- [Download IterativeSinCluster 0.1.4 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/IterativeSinCluster0.1.4.zip) <img
- [Download IterativeSinCluster 0.1.5 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/IterativeSinCluster0.1.5.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -211,6 +211,8 @@ Feedback of delay.
When checked, change delay time relative to note frequency.

## Change Log
- 0.1.5
- Fixed a bug that cause crash when drawing string.
- 0.1.4
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.3
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/IterativeSinCluster/IterativeSinCluster_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>IterativeSinCluster<rt>イテレイティブ サイン クラスタ</rt></ruby>はノート 1 つあたり 512 のサイン波を計算する加算合成シンセサイザです。一体、何を考えていたのか iterative sin という言葉を名前に使っていますが、アルゴリズムの種類を表す正しい言葉は recursive sine です。

- [IterativeSinCluster 0.1.4 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/IterativeSinCluster0.1.4.zip) <img
- [IterativeSinCluster 0.1.5 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/IterativeSinCluster0.1.5.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -217,6 +217,8 @@ LFO の位相です。
チェックを入れると、ディレイ時間をノートの音程に応じて変更します。

## チェンジログ
- 0.1.5
- 文字列の描画でクラッシュするバグを修正。
- 0.1.4
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.3
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/SevenDelay/SevenDelay_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

SevenDelay is a stereo delay with 7th order lagrange interpolated fractional delay and 7x oversampling.

- [Download SevenDelay 0.1.8 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/SevenDelay0.1.8.zip) <img
- [Download SevenDelay 0.1.9 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/SevenDelay0.1.9.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -170,6 +170,8 @@ LFO phase is reset to `Phase` for each time host starts playing.
Toggle LFO phase hold. This may be useful for live performance.

## Change Log
- 0.1.9
- Fixed a bug that cause crash when drawing string.
- 0.1.8
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.7
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/SevenDelay/SevenDelay_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>SevenDelay<rt>セブンディレイ</rt></ruby> は7次のラグランジュ補間による分数ディレイと7倍のオーバーサンプリングを使ったステレオディレイです。

- [SevenDelay 0.1.8 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/SevenDelay0.1.8.zip) <img
- [SevenDelay 0.1.9 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/SevenDelay0.1.9.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -172,6 +172,8 @@ LFO の位相はホストが演奏を開始するたびに `Phase` の値にリ
LFO の位相のホールドの切り替え。ライブ演奏などで役に立つかもしれません。

## チェンジログ
- 0.1.9
- 文字列の描画でクラッシュするバグを修正。
- 0.1.8
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.7
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/SyncSawSynth/SyncSawSynth_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

SyncSawSynth is a 32 voice polyphonic synthesizer using up to 10th order PTR sawtooth oscillator. Just a basic synthesizer but very easy to make a noise similar to low battery sound of some toys.

- [Download SyncSawSynth 0.1.10 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/SyncSawSynth0.1.10.zip) <img
- [Download SyncSawSynth 0.1.11 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/SyncSawSynth0.1.11.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -295,6 +295,8 @@ Modulation from MIDI note number to cutoff frequency. Range is -1.0 to 1.0.
Modulation from MIDI note number to feedback. Range is -1.0 to 1.0.

## Change Log
- 0.1.11
- Fixed a bug that cause crash when drawing string.
- 0.1.10
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.9
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/SyncSawSynth/SyncSawSynth_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>SyncSawSynth<rt>シンクソウシンセ</rt></ruby>は10次までのPTR鋸歯波オシレータが使える32ボイスのポリフォニックシンセサイザです。主にハードシンクと周波数変調で電池が切れかけのおもちゃのような音を作る用途に向いています。もちろん普通の音も出ます。

- [SyncSawSynth 0.1.10 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/SyncSawSynth0.1.10.zip) <img
- [SyncSawSynth 0.1.11 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/SyncSawSynth0.1.11.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -294,6 +294,8 @@ ShaperB(x) := 0.7439087749328765 * x^3 * exp(-abs(x))
ノートの MIDI ノート番号によるフィードバックの変調。範囲は -1.0 から 1.0 。

## チェンジログ
- 0.1.11
- 文字列の描画でクラッシュするバグを修正。
- 0.1.10
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.9
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/TrapezoidSynth/TrapezoidSynth_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TrapezoidSynth is a monophonic synthesizer equipped with 2 trapezoid oscillator. Trapezoid oscillator is based on PTR (Polynomial Transition Regions) and it has a drawback that increasing noise at high frequency. Therefore 8 times oversampled. 2 pitch shifters are added to make some chord.

- [Download TrapezoidSynth 0.1.6 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/TrapezoidSynth0.1.6.zip) <img
- [Download TrapezoidSynth 0.1.7 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/TrapezoidSynth0.1.7.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -281,6 +281,8 @@ Time of pitch sliding.
Oscillator 2 slide time with respect to Oscillator 1 slide time.

## Change Log
- 0.1.7
- Fixed a bug that cause crash when drawing string.
- 0.1.6
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.5
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/TrapezoidSynth/TrapezoidSynth_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>TrapezoidSynth<rt>トラピゾイドシンセ</rt></ruby>は台形オシレータを使ったモノフォニックシンセサイザです。台形オシレータは PTR (Polynomial Transition Regions) という手法に基づいて作ったのですが、ピッチが高くなると逆にノイズが増える欠点があるので 8 倍のオーバーサンプリングをしています。コードを作るために 2 つの AM ピッチシフタを搭載しています。

- [TrapezoidSynth 0.1.6 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/TrapezoidSynth0.1.6.zip) <img
- [TrapezoidSynth 0.1.7 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/TrapezoidSynth0.1.7.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -281,6 +281,8 @@ LFO による `Filter.Cut` の変調量です。
Oscillator 1 のスライド時間に対する Oscillator 2 のスライド時間の比率です。

## チェンジログ
- 0.1.7
- 文字列の描画でクラッシュするバグを修正。
- 0.1.6
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.5
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/WaveCymbal/WaveCymbal_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

WaveCymbal is an attempt to make a cymbal synthesizer with banded wave-guide model. The result is more like dragging bunch of empty cans or thin metal plate on asphalt rather than cymbal.

- [Download WaveCymbal 0.1.7 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/WaveCymbal0.1.7.zip) <img
- [Download WaveCymbal 0.1.8 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/WaveCymbal0.1.8.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -152,6 +152,8 @@ Oscillator type.
Transition time from previous value to current value in seconds. `Gain`, `Excitation.Time`, `Random.Amount`, `Bandpass.MinCutoff`, `Bandpass.MaxCutoff` will be affected. Slide effect of `OscType.Sustain` can be tuned by `Smoothness`.

## Change Log
- 0.1.8
- Fixed a bug that cause crash when drawing string.
- 0.1.7
- Changed display method for pop-up which shows up by clicking plugin title.
- 0.1.6
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/WaveCymbal/WaveCymbal_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ruby>WaveCymbal<rt>ウェイブシンバル</rt></ruby>は banded wave-guide という手法を用いてシンバルの音が鳴るはずだったシンセサイザです。実際のところはシンバルというよりも、アスファルトの上でトタン板や紐につないだ空き缶を引きずったときのような音が出ます。

- [WaveCymbal 0.1.7 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/CubicPadSynth0.1.0/WaveCymbal0.1.7.zip) <img
- [WaveCymbal 0.1.8 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/DrawStringFix/WaveCymbal0.1.8.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -156,6 +156,8 @@ Karplus-Strong アルゴリズムによる弦の減衰の速さを調整しま
`Gain`, `Excitation.Time`, `Random.Amount`, `Bandpass.MinCutoff`, `Bandpass.MaxCutoff` を変更したときに、変更前の値から変更後の値に移行する時間(秒)です。 `OscType.Sustain` のスライドの長さも `Smoothness` で調整できます。

## チェンジログ
- 0.1.8
- 文字列の描画でクラッシュするバグを修正。
- 0.1.7
- プラグインタイトルをクリックすると表示されるポップアップの表示方法の変更。
- 0.1.6
Expand Down

0 comments on commit 7788bb8

Please sign in to comment.