diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 14:35:32 +0100 | 
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-09 14:35:32 +0100 | 
| commit | 96954e570a1143c25cd7674d4551e9813afd1416 (patch) | |
| tree | 3c44f1411a597396eadd488b97472cedee80e025 | |
| parent | 10ed6c7c73ac455b3dbfbbae2dd522f1581e68dc (diff) | |
| download | trivmix-96954e570a1143c25cd7674d4551e9813afd1416.tar trivmix-96954e570a1143c25cd7674d4551e9813afd1416.tar.gz trivmix-96954e570a1143c25cd7674d4551e9813afd1416.tar.bz2 trivmix-96954e570a1143c25cd7674d4551e9813afd1416.tar.xz trivmix-96954e570a1143c25cd7674d4551e9813afd1416.zip | |
Make adjustment more precise by default
| -rw-r--r-- | adjmix/Adjmix.hs | 2 | ||||
| -rw-r--r-- | trivmix.cabal | 2 | ||||
| -rw-r--r-- | trivmix.nix | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/adjmix/Adjmix.hs b/adjmix/Adjmix.hs index bc04a50..debeab3 100644 --- a/adjmix/Adjmix.hs +++ b/adjmix/Adjmix.hs | |||
| @@ -61,7 +61,7 @@ optionParser = do | |||
| 61 | ]) | 61 | ]) | 
| 62 | ] | 62 | ] | 
| 63 | adjBy = option auto (mconcat | 63 | adjBy = option auto (mconcat | 
| 64 | [ long "by", short 'b', metavar "LEVEL", value (read "5dB"), showDefault | 64 | [ long "by", short 'b', metavar "LEVEL", value (read "2.5dB"), showDefault | 
| 65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" | 65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" | 
| 66 | ]) | 66 | ]) | 
| 67 | in ($) <$> adjMode <*> adjBy | 67 | in ($) <$> adjMode <*> adjBy | 
| diff --git a/trivmix.cabal b/trivmix.cabal index 0386561..130680d 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 
| 3 | 3 | ||
| 4 | name: trivmix | 4 | name: trivmix | 
| 5 | version: 2.7.0 | 5 | version: 2.7.1 | 
| 6 | -- synopsis: | 6 | -- synopsis: | 
| 7 | -- description: | 7 | -- description: | 
| 8 | license: PublicDomain | 8 | license: PublicDomain | 
| diff --git a/trivmix.nix b/trivmix.nix index 4230663..88df3fe 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | }: | 4 | }: | 
| 5 | mkDerivation { | 5 | mkDerivation { | 
| 6 | pname = "trivmix"; | 6 | pname = "trivmix"; | 
| 7 | version = "2.7.0"; | 7 | version = "2.7.1"; | 
| 8 | src = ./.; | 8 | src = ./.; | 
| 9 | isLibrary = true; | 9 | isLibrary = true; | 
| 10 | isExecutable = true; | 10 | isExecutable = true; | 
