fix warnings
This commit is contained in:
parent
85ad5e7955
commit
1020684e13
1 changed files with 2 additions and 2 deletions
|
@ -82,10 +82,10 @@ impl DspNode for AllP {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn process<T: NodeAudioContext>(
|
fn process<T: NodeAudioContext>(
|
||||||
&mut self, ctx: &mut T, _ectx: &mut NodeExecContext,
|
&mut self, ctx: &mut T, _ectx: &mut NodeExecContext,
|
||||||
atoms: &[SAtom], _params: &[ProcBuf], inputs: &[ProcBuf],
|
_atoms: &[SAtom], _params: &[ProcBuf], inputs: &[ProcBuf],
|
||||||
outputs: &mut [ProcBuf], ctx_vals: LedPhaseVals)
|
outputs: &mut [ProcBuf], ctx_vals: LedPhaseVals)
|
||||||
{
|
{
|
||||||
use crate::dsp::{at, out, inp, denorm};
|
use crate::dsp::{out, inp, denorm};
|
||||||
|
|
||||||
let inp = inp::AllP::inp(inputs);
|
let inp = inp::AllP::inp(inputs);
|
||||||
let time = inp::AllP::time(inputs);
|
let time = inp::AllP::time(inputs);
|
||||||
|
|
Loading…
Reference in a new issue