Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Nov 11, 2019
1 parent a0e158b commit 9814572
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
8 changes: 4 additions & 4 deletions FDNCymbal/source/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#define SUB_VERSION_STR "1"
#define SUB_VERSION_INT 1

#define RELEASE_NUMBER_STR "0"
#define RELEASE_NUMBER_INT 0
#define RELEASE_NUMBER_STR "1"
#define RELEASE_NUMBER_INT 1

#define BUILD_NUMBER_STR "0"
#define BUILD_NUMBER_INT 0
#define BUILD_NUMBER_STR "1"
#define BUILD_NUMBER_INT 1

#define FULL_VERSION_STR \
MAJOR_VERSION_STR "." SUB_VERSION_STR "." RELEASE_NUMBER_STR "." BUILD_NUMBER_STR
Expand Down
8 changes: 4 additions & 4 deletions SyncSawSynth/source/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#define SUB_VERSION_STR "1"
#define SUB_VERSION_INT 1

#define RELEASE_NUMBER_STR "5"
#define RELEASE_NUMBER_INT 5
#define RELEASE_NUMBER_STR "6"
#define RELEASE_NUMBER_INT 6

#define BUILD_NUMBER_STR "5"
#define BUILD_NUMBER_INT 5
#define BUILD_NUMBER_STR "6"
#define BUILD_NUMBER_INT 6

#define FULL_VERSION_STR \
MAJOR_VERSION_STR "." SUB_VERSION_STR "." RELEASE_NUMBER_STR "." BUILD_NUMBER_STR
Expand Down
8 changes: 4 additions & 4 deletions WaveCymbal/source/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#define SUB_VERSION_STR "1"
#define SUB_VERSION_INT 1

#define RELEASE_NUMBER_STR "1"
#define RELEASE_NUMBER_INT 1
#define RELEASE_NUMBER_STR "2"
#define RELEASE_NUMBER_INT 2

#define BUILD_NUMBER_STR "1"
#define BUILD_NUMBER_INT 1
#define BUILD_NUMBER_STR "2"
#define BUILD_NUMBER_INT 2

#define FULL_VERSION_STR \
MAJOR_VERSION_STR "." SUB_VERSION_STR "." RELEASE_NUMBER_STR "." BUILD_NUMBER_STR
Expand Down
5 changes: 4 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.1.0 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/FDNCymbal0.1.0.zip) <img
- [Download FDNCymbal 0.1.1 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/FDNCymbal0.1.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -154,6 +154,9 @@ Amount of randomization to `Tremolo.Frequency` for each note on.
Amount of randomization to `Tremolo.DelayTime` for each note on.

## Change Log
- 0.1.1
- Fixed note on/off event to be triggered at exact timing.
- Fixed a bug that `Allpass.Stage1.Feedback` was disabled.
- 0.1.0
- Initial release.

Expand Down
5 changes: 4 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.1.0 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/FDNCymbal0.1.0.zip) <img
- [FDNCymbal 0.1.1 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/FDNCymbal0.1.1.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -154,6 +154,9 @@ LFO によって変化するディレイ時間の最大値です。シンバル
ノートオンのたびに `Tremolo.DelayTime` をランダマイズする度合いです。

## チェンジログ
- 0.1.1
- ノートオン・オフが正確なタイミングでトリガされるように修正。
- `Allpass.Stage1.Feedback` が無効になっていたバグを修正。
- 0.1.0
- 初期リリース

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.5 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/SyncSawSynth0.1.5.zip) <img
- [Download SyncSawSynth 0.1.6 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/SyncSawSynth0.1.6.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -272,6 +272,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.6
- Fixed note on/off event to be triggered at exact timing.
- 0.1.5
- Fixed smoothing algorithm to prevent blow up.
- 0.1.4
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.5 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/SyncSawSynth0.1.5.zip) <img
- [SyncSawSynth 0.1.6 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/SyncSawSynth0.1.6.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -272,6 +272,8 @@ ShaperB(x) := 0.7439087749328765 * x^3 * exp(-abs(x))
ノートの MIDI ノート番号によるフィードバックの変調。範囲は -1.0 から 1.0 。

## チェンジログ
- 0.1.6
- ノートオン・オフが正確なタイミングでトリガされるように修正。
- 0.1.5
- スムーシングのアルゴリズムの値が決められた範囲を超えるバグを修正。
- 0.1.4
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.1 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/WaveCymbal0.1.1.zip) <img
- [Download WaveCymbal 0.1.2 - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/WaveCymbal0.1.2.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -129,6 +129,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.2
- Fixed note on/off event to be triggered at exact timing.
- 0.1.1
- Fixed smoothing algorithm to prevent blow up.
- 0.1.0
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.1 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/FDNCymbal0.1.0/WaveCymbal0.1.1.zip) <img
- [WaveCymbal 0.1.2 をダウンロード - VST® 3 (github.com)](https://github.com/ryukau/VSTPlugins/releases/download/MidiNoteTriggerFix/WaveCymbal0.1.2.zip) <img
src="img/VST_Compatible_Logo_Steinberg_negative.svg"
alt="VST compatible logo."
width="60px"
Expand Down Expand Up @@ -133,6 +133,8 @@ Karplus-Strong アルゴリズムによる弦の減衰の速さを調整しま
`Gain`, `Excitation.Time`, `Random.Amount`, `Bandpass.MinCutoff`, `Bandpass.MaxCutoff` を変更したときに、変更前の値から変更後の値に移行する時間(秒)です。 `OscType.Sustain` のスライドの長さも `Smoothness` で調整できます。

## チェンジログ
- 0.1.2
- ノートオン・オフが正確なタイミングでトリガされるように修正。
- 0.1.1
- スムーシングのアルゴリズムの値が決められた範囲を超えるバグを修正。
- 0.1.0
Expand Down

0 comments on commit 9814572

Please sign in to comment.