Add spectral sidechain compression to SC [2/2]
Forgot to stage this in 9550fe0d10
.
This commit is contained in:
parent
9550fe0d10
commit
14450da80a
|
@ -402,7 +402,9 @@ impl Plugin for SpectralCompressor {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
compressor_bank::ThresholdMode::Sidechain => self.stft.process_overlap_add_sidechain(
|
compressor_bank::ThresholdMode::SidechainMatch
|
||||||
|
| compressor_bank::ThresholdMode::SidechainCompress => {
|
||||||
|
self.stft.process_overlap_add_sidechain(
|
||||||
buffer,
|
buffer,
|
||||||
[&aux.inputs[0]],
|
[&aux.inputs[0]],
|
||||||
overlap_times,
|
overlap_times,
|
||||||
|
@ -433,7 +435,8 @@ impl Plugin for SpectralCompressor {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
self.dry_wet_mixer.mix_in_dry(
|
self.dry_wet_mixer.mix_in_dry(
|
||||||
|
|
Loading…
Reference in a new issue