mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Make eq snap smaller
This commit is contained in:
parent
fc6ae06816
commit
c960c2ede0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
} from "../actionTypes";
|
||||
import { Band, Dispatchable } from "../types";
|
||||
|
||||
const BAND_SNAP_DISTANCE = 10;
|
||||
const BAND_SNAP_DISTANCE = 5;
|
||||
const BAND_MID_POINT_VALUE = 50;
|
||||
|
||||
function _snapBandValue(value: number): number {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue