Skip to content

Commit

Permalink
fix silence after plugin is reset
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyDM committed May 2, 2024
1 parent b95af72 commit eddbd87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vitalium_verb"
version = "0.1.0"
version = "1.0.1"
edition = "2021"
authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion vitalium_verb_dsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vitalium_verb_dsp"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A port of the reverb module from the Vital/Vitalium synthesizer"
readme = "README.md"
Expand Down
3 changes: 0 additions & 3 deletions vitalium_verb_dsp/src/reverb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,6 @@ impl Reverb {

/// Resets all buffers.
pub fn reset(&mut self) {
self.wet_amp = V_0;
self.dry_amp = V_0;

self.pre_low_filter.reset();
self.pre_high_filter.reset();

Expand Down

0 comments on commit eddbd87

Please sign in to comment.