dobutokO2 0.45.1.1 → 0.45.2.0
raw patch · 3 files changed
+10/−5 lines, 3 filesdep ~aftovolioPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aftovolio
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- DobutokO/Sound/Aftovolio/Ukrainian/Filter.hs +1/−1
- dobutokO2.cabal +4/−4
CHANGELOG.md view
@@ -416,3 +416,8 @@ ## 0.45.1.1 -- 2025-02-16 * Fourty-fifth version revised B. Fixed issues with documentation for the module DobutokO.Sound.Aftovolio.Ukrainian.Filter and case of empty last argument.++## 0.45.2.0 -- 2025-02-24++* Fourty-fifth version revised C. Updated the dependency boundaries. Some documentations improvements.+
DobutokO/Sound/Aftovolio/Ukrainian/Filter.hs view
@@ -53,7 +53,7 @@ -> IO [Double] quantizeDurationsBasedOnUkrainianText file k quants ukrstrs argss lineNumbersSels = do syllableDurationsDs <- readSyllableDurations file- (code, stdout0, strerr0) <- readProcessWithExitCode (fromJust (showE "aftovolioUkr")) (argss ++ concat [["+nm"], if null lineNumbersSels then ["1-400000"] else lineNumbersSels, ["-nm"]] ++ words ukrstrs) ""+ (code, stdout0, strerr0) <- readProcessWithExitCode (fromJust (showE "aftovolioUkr")) (argss ++ concat [["+nm"], if null lineNumbersSels then ["1-362880"] else lineNumbersSels, ["-nm"]] ++ words ukrstrs) "" if code == ExitSuccess then do let basicDurations = map fromIntegral . read3 (not . null . filter (not . isSpace))
dobutokO2.cabal view
@@ -2,9 +2,9 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO2-version: 0.45.1.1+version: 0.45.2.0 synopsis: Helps to create experimental music from a file (or its part) and a Ukrainian text.-description: It can also generate a timbre for the notes. Uses SoX inside.+description: It can also generate a timbre for the notes. Uses SoX and AFTOVolio inside. For generation of the timbres uses additive synthesis. homepage: https://hackage.haskell.org/package/dobutokO2 license: MIT license-file: LICENSE@@ -21,7 +21,7 @@ exposed-modules: Main, DobutokO.Sound.Overtones, DobutokO.Sound.Uniq, DobutokO.Sound.Functional, DobutokO.Sound.Process, DobutokO.Sound.Executable, DobutokO.Sound.IntermediateF, DobutokO.Sound.ParseList, DobutokO.Sound.Keyboard, DobutokO.Sound.Functional.Basics, DobutokO.Sound.Functional.Params, DobutokO.Sound.Functional.Split, DobutokO.Sound.DIS5G6G, DobutokO.Sound.Functional.Elements, DobutokO.Sound.Decibel, DobutokO.Sound.Extended, DobutokO.Sound.Octaves, DobutokO.Sound.FunctionF, DobutokO.Sound.Aftovolio.Ukrainian.Filter -- other-modules: other-extensions: MultiWayIf- build-depends: base >=4.13 && <5, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, end-of-exe ==0.1.2.0, mmsyn7ukr-common ==0.3.1.0, directory >=1.2.7 && <1.7, mmsyn2-array ==0.3.1.1, aftovolio ==0.7.0.0, quantizer ==0.4.0.0, mmsyn7l ==0.9.2.0, mmsyn7ukr-array ==0.3.0.0+ build-depends: base >=4.13 && <5, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, end-of-exe ==0.1.2.0, mmsyn7ukr-common ==0.3.1.0, directory >=1.2.7 && <1.7, mmsyn2-array ==0.3.1.1, aftovolio ==0.7.1.0, quantizer ==0.4.0.0, mmsyn7l ==0.9.2.0, mmsyn7ukr-array ==0.3.0.0 -- hs-source-dirs: default-language: Haskell2010 @@ -29,7 +29,7 @@ main-is: Main.hs other-modules: DobutokO.Sound.Overtones, DobutokO.Sound.Uniq, DobutokO.Sound.Functional, DobutokO.Sound.Process, DobutokO.Sound.Executable, DobutokO.Sound.IntermediateF, DobutokO.Sound.ParseList, DobutokO.Sound.Keyboard, DobutokO.Sound.Functional.Basics, DobutokO.Sound.Functional.Params, DobutokO.Sound.Functional.Split, DobutokO.Sound.DIS5G6G, DobutokO.Sound.Functional.Elements, DobutokO.Sound.Decibel, DobutokO.Sound.Extended, DobutokO.Sound.Octaves, DobutokO.Sound.FunctionF, DobutokO.Sound.Aftovolio.Ukrainian.Filter other-extensions: MultiWayIf- build-depends: base >=4.13 && <5, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, end-of-exe ==0.1.2.0, mmsyn7ukr-common ==0.3.1.0, directory >=1.2.7 && <1.7, mmsyn2-array ==0.3.1.1, aftovolio ==0.7.0.0, quantizer ==0.4.0.0, mmsyn7l ==0.9.2.0, mmsyn7ukr-array ==0.3.0.0+ build-depends: base >=4.13 && <5, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, end-of-exe ==0.1.2.0, mmsyn7ukr-common ==0.3.1.0, directory >=1.2.7 && <1.7, mmsyn2-array ==0.3.1.1, aftovolio ==0.7.1.0, quantizer ==0.4.0.0, mmsyn7l ==0.9.2.0, mmsyn7ukr-array ==0.3.0.0 -- hs-source-dirs: default-language: Haskell2010