From 1b411f3cde696dd9739b07ca9929b1c91354b444 Mon Sep 17 00:00:00 2001 From: Takamitsu Endo Date: Thu, 31 Oct 2024 22:00:59 +0900 Subject: [PATCH] Fix SpectralPhaser documentation Removed or replaced the term orthogonal, because Haar transform is not orthogonal. --- docs/manual/SpectralPhaser/SpectralPhaser_en.html | 8 ++++---- docs/manual/SpectralPhaser/SpectralPhaser_en.md | 2 +- docs/manual/SpectralPhaser/SpectralPhaser_ja.html | 12 ++++++------ docs/manual/SpectralPhaser/SpectralPhaser_ja.md | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/SpectralPhaser/SpectralPhaser_en.html b/docs/manual/SpectralPhaser/SpectralPhaser_en.html index 7908bb1d..3a956273 100644 --- a/docs/manual/SpectralPhaser/SpectralPhaser_en.html +++ b/docs/manual/SpectralPhaser/SpectralPhaser_en.html @@ -5,7 +5,7 @@ - + SpectralPhaser_en – Uhhyou Plugins @@ -285,7 +285,7 @@

Back to Index

- Update: 2024-10-24 + Update: 2024-10-31

Table of Contents @@ -840,8 +840,8 @@

Amount of phase rotation in the frequency domain.

This only applies when Transform is FFT; when other - orthogonal transforms are selected, Rotation is used as - an amount to swap frequency components.

+ transforms are selected, Rotation is used as an amount to + swap frequency components.

Spectral Shift
diff --git a/docs/manual/SpectralPhaser/SpectralPhaser_en.md b/docs/manual/SpectralPhaser/SpectralPhaser_en.md index e8384b3d..f60943b3 100644 --- a/docs/manual/SpectralPhaser/SpectralPhaser_en.md +++ b/docs/manual/SpectralPhaser/SpectralPhaser_en.md @@ -165,7 +165,7 @@ Rotation : Amount of phase rotation in the frequency domain. - This only applies when `Transform` is FFT; when other orthogonal transforms are selected, `Rotation` is used as an amount to swap frequency components. + This only applies when `Transform` is FFT; when other transforms are selected, `Rotation` is used as an amount to swap frequency components. Spectral Shift diff --git a/docs/manual/SpectralPhaser/SpectralPhaser_ja.html b/docs/manual/SpectralPhaser/SpectralPhaser_ja.html index dab561bd..e50ed34e 100644 --- a/docs/manual/SpectralPhaser/SpectralPhaser_ja.html +++ b/docs/manual/SpectralPhaser/SpectralPhaser_ja.html @@ -5,7 +5,7 @@ - + SpectralPhaser_ja – Uhhyou Plugins @@ -285,7 +285,7 @@

Back to Index

- Update: 2024-10-24 + Update: 2024-10-31

Table of Contents @@ -354,7 +354,7 @@

SpectralPhaserスペクトラル フェイザ は周波数領域でマスクをかけることでフェイザのような音が出るエフェクタです。 FFT に加えて、高速 Walsh-Hadamard 変換 (FWHT) 、 Haar - 変換といった直行変換が使えます。

+ 変換が使えます。