Skip to content

Commit

Permalink
fix(abrasive): post-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Mar 23, 2024
1 parent 64ea3c6 commit 2d63430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/abrasive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::sync::{Arc, Mutex};
use valib::dsp::blocks::Series;
use valib::dsp::buffer::AudioBuffer;

use valib::dsp::DSPProcessBlock;
use valib::dsp::{DSPMeta, DSPProcessBlock};
use valib::simd::{AutoF32x2, SimdValue};

pub mod editor;
Expand Down

0 comments on commit 2d63430

Please sign in to comment.