mmsyn7ukr-common 0.1.0.0 → 0.1.1.0
raw patch · 3 files changed
+11/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Sound.SoXBasics1: getULFromExt :: FilePath -> ULencode
+ Sound.SoXBasics1: moveSnd2Fst :: FilePath -> FilePath -> FinalException -> IO ()
+ Sound.SoXBasics1: threeFiles1Exception :: ExitCode -> FilePath -> FilePath -> FilePath -> FinalException -> IO ()
+ Sound.SoXBasics1: twoExceptions2Files :: ExitCode -> FilePath -> FilePath -> FinalException -> FinalException -> IO ()
Files
- ChangeLog.md +4/−0
- Sound/SoXBasics1.hs +6/−1
- mmsyn7ukr-common.cabal +1/−1
ChangeLog.md view
@@ -5,3 +5,7 @@ * First version. Released on an unsuspecting world. Code is taken from the mmsyn7ukr package that is intended to be replaced by the new mmsyn7ukr-array package. Is provided for backward compatibility for mmsyn7ukr.++## 0.1.1.0 -- 2021-01-15++* First version revised A. Added more functions to the export of Sound.SoXBasics1 module.
Sound/SoXBasics1.hs view
@@ -15,8 +15,13 @@ module Sound.SoXBasics1 ( -- * Produce sound+ -- ** General processment functions+ moveSnd2Fst+ , getULFromExt+ , twoExceptions2Files+ , threeFiles1Exception -- ** Amplitude modification- norm+ , norm , normL , gainL , quarterSinFade
mmsyn7ukr-common.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7ukr-common-version: 0.1.0.0+version: 0.1.1.0 synopsis: Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX. description: A program and a library that can be used as a simple basic interface to some SoX functionality. homepage: https://hackage.haskell.org/package/mmsyn7ukr-common