Skip to content

Commit

Permalink
increase panning level and delay range
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 5, 2024
1 parent 9d1e7c1 commit 1d408d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ const LOCK_TAPS: usize = 3;
// another value with a special meaning
const NO_GUI_SMOOTHING: f32 = f32::MAX;

const MAX_HAAS_MS: f32 = 5.0;
const MAX_HAAS_MS: f32 = 30.0;
const PANNER_EQ_FREQ: f32 = 5_000.0;
const MIN_EQ_GAIN: f32 = -13.0;
const MIN_PAN_GAIN: f32 = -4.2;
const MIN_PAN_GAIN: f32 = -6.0;
const DEFAULT_TEMPO: f32 = 60.0;

pub struct Del2 {
Expand Down

0 comments on commit 1d408d7

Please sign in to comment.