mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Fix very important typo
This commit is contained in:
@@ -209,7 +209,7 @@ impl<const N: usize> FirCoefficients<N> {
|
||||
pub fn design_fourth_order_linear_phase_low_pass_from_biquad(
|
||||
biquad_coefs: BiquadCoefficients<f32>,
|
||||
) -> Self {
|
||||
// Ruest doesn't allow you to define this as a constant
|
||||
// Rust doesn't allow you to define this as a constant
|
||||
let center_idx = N / 2;
|
||||
|
||||
// We'll start with an impulse (at exactly half of this odd sized buffer)...
|
||||
|
||||
Reference in New Issue
Block a user