Skip to content

Commit

Permalink
double max pan values
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 4, 2024
1 parent 159ca83 commit 741246a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ const MUTE_IN: usize = 0;
const MUTE_OUT: usize = 1;
const CLEAR_TAPS: usize = 2;
const LOCK_TAPS: usize = 3;
const MAX_HAAS_MS: f32 = 5.0;
const MAX_HAAS_MS: f32 = 10.0;
const NO_GUI_SMOOTHING: f32 = f32::MAX;
const MIN_EQ_GAIN: f32 = -13.0;
const MIN_EQ_GAIN: f32 = -26.0;
const PANNER_EQ_FREQ: f32 = 18_000.0;
const PANNER_EQ_Q: f32 = 0.42;
const MIN_PAN_GAIN: f32 = -4.2;
const MIN_PAN_GAIN: f32 = -8.4;
const DEFAULT_TEMPO: f32 = 60.0;

pub struct Del2 {
Expand Down

0 comments on commit 741246a

Please sign in to comment.