Skip to content

Commit

Permalink
Change svf_morph/svf_notch_morph authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jan 29, 2025
1 parent bf97622 commit 88e7c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filters.lib
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ svf = environment {
// #### Reference
// <https://github.com/mtytel/vital/blob/636ca0ef517a4db087a6a08a6a8a5e704e21f836/src/synthesis/filters/digital_svf.cpp#L292-L295>
//-----------------------------------------------------
declare svf_morph author "David Braun";
declare svf_morph author "David Braun and Clarence W. Rowley";
declare svf_morph copyright "Copyright (C) 2024 David Braun <[email protected]>";
declare svf_morph license "MIT-style STK-4.3 license";
svf_morph(f, q, _b, x) = svf.lp(f,q,x)*w_LP + svf.bp(f,q,x)*w_BP + svf.hp(f,q,x)*w_HP
Expand Down Expand Up @@ -2874,7 +2874,7 @@ with {
// #### Reference
// <https://github.com/mtytel/vital/blob/636ca0ef517a4db087a6a08a6a8a5e704e21f836/src/synthesis/filters/digital_svf.cpp#L256C36-L263>
//-----------------------------------------------------------
declare svf_notch_morph author "David Braun";
declare svf_notch_morph author "David Braun and Clarence W. Rowley";
declare svf_notch_morph copyright "Copyright (C) 2024 David Braun <[email protected]>";
declare svf_notch_morph license "MIT-style STK-4.3 license";
svf_notch_morph(f, q, _b, x) = svf.lp(f,q,x)*w_LP + svf.hp(f,q,x)*w_HP
Expand Down

0 comments on commit 88e7c11

Please sign in to comment.