Skip to content

Commit

Permalink
refactor: move OpAmp saturator into dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Feb 11, 2024
1 parent 33ee035 commit faa2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/svfmixer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use valib::dsp::blocks::{ModMatrix, Series2};
use valib::oversample::Oversample;
use valib::saturators::Saturator;

Check warning on line 13 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

unused import: `valib::saturators::Saturator`
use valib::oversample::Oversample;

Check failure on line 14 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

the name `Oversample` is defined multiple times

Check warning on line 14 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

unused import: `valib::oversample::Oversample`
use valib::saturators::{Clipper, Saturator, Slew};
use valib::saturators::Saturator;

Check failure on line 15 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

the name `Saturator` is defined multiple times

Check warning on line 15 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

unused import: `valib::saturators::Saturator`
use valib::simd::SimdValue;

Check failure on line 16 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

the name `SimdValue` is defined multiple times

Check warning on line 16 in examples/svfmixer/src/lib.rs

View workflow job for this annotation

GitHub Actions / Build and test all components (ubuntu-22.04)

unused import: `valib::simd::SimdValue`
use valib::Scalar;

Expand Down

0 comments on commit faa2411

Please sign in to comment.