Skip to content

Releases: amariichi/PartialAddSynth

v2.4.2 Release

15 Dec 12:12

Choose a tag to compare

v2.4.2

UI Improvements

  • Adjusted the layout positions of the Sq AA button and Filter Cutoff knob for better alignment.

Documentation

  • Added a tip regarding the Ratio knobs: You can hold Shift or Ctrl (Cmd on macOS) while dragging to disable snapping for fine-tuning.

Maintenance

  • Bumped version to v2.4.2.

v2.4.1 Release

14 Dec 14:25

Choose a tag to compare

Title

v2.4.1 - Partial Additive Synthesizer

Description

Maintenance release significantly improving the build process and documentation.
ビルドプロセスとドキュメントを大幅に改善したメンテナンスリリースです。

🚀 Enhancements (機能改善)

Automated Environment Setup: Included new setup scripts (tools/setup_env.ps1 for Windows, tools/setup_env.sh for macOS) that automatically fetch all necessary dependencies, including iPlug2, VST3 SDK, and required fonts. Users no longer need to manually clone multiple repositories.
自動セットアップ: VST3 SDKやフォントを含む全依存環境を自動構築するスクリプトを追加しました。手動での複雑な準備が不要になりました。

Documentation: Completely restructured README.md to clearly separate English and Japanese instructions, ensuring accurate build steps for both Windows and macOS.
ドキュメント: READMEを整理し、日英それぞれの言語で正確なビルド手順を記述しました。

📦 Release Package (パッケージ)

The Release_v2.4.1 folder structure has been cleaned up and synchronized with the latest documentation.
リリースフォルダ内の構成を整理し、最新のドキュメントと同期しました。

🛠 Fixes (修正)

Fixed missing VST3 SDK instructions in the build guide.
Corrected Japanese typos in the manual.
Full Changelog: v2.4...v2.4.1

v2.4 Release

14 Dec 11:12

Choose a tag to compare

PartialAddSynth v2.4 is a lightweight, 4-partial additive synthesizer VST3 plugin.
This release brings a stable additive engine with anti-aliased oscillators, versatile modulation, and comprehensive documentation.

✨ Key Features

  • 4-Partial Additive Engine: Individual control over Ratio, Amplitude, Phase, and Drift for 4 partials.
  • Waveform Variety: Sine, Triangle, Saw, White Noise, Tunable S&H, and RoundSquare with switchable Anti-Aliasing.
  • Powerful Filter: Resonant SVF Low Pass Filter with dedicated ADSR envelope and reversible polarity.
  • Global LFO: Modulates Amplitude, Ratio, Drift, or Odd/Even harmonic balance.
  • Bilingual Documentation: Updated README with full English and Japanese support.

📦 Installation

  1. Download Release_v2.4.zip below.
  2. Extract and copy the PartialAddSynth.vst3 folder to your VST3 plug-in directory:
    • Windows: C:\Program Files\Common Files\VST3\
    • macOS: /Library/Audio/Plug-Ins/VST3/
  3. Rescan plugins in your DAW.

🇯🇵 日本語

PartialAddSynth v2.4 は、4つの倍音を個別に制御できる軽量な加算合成シンセサイザーです。
本リリースでは、アンチエイリアス対応のオシレーター、多彩な変調機能、および整備されたドキュメントを含みます。
主な特徴:

  • 4パーシャル加算合成: 各パーシャルの比率・音量・位相・アナログな揺らぎを個別制御。
  • 波形選択: サイン/三角/ノコギリ/ノイズ系に加え、エイリアス除去可能な RoundSquare 波形を搭載。
  • フィルター: 専用エンベロープと極性反転スイッチを備えたレゾナンス付きSVFローパスフィルター。
  • LFO変調: 音量やピッチだけでなく、奇数/偶数倍音のバランスなども変調可能。
  • ドキュメント: READMEを全面改訂し、日本語のビルド手順も充実させました。
    開発者向け情報:
    ソースコードからのビルド手順は、同梱の README.md を参照してください。