packages feed

dobutokO2 0.8.0.0 → 0.8.0.1

raw patch · 3 files changed

+13/−4 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ DobutokO.Sound: oberSoXSynth2DN :: Double -> Double -> String -> IO ()
+ DobutokO.Sound: oberSoXSynth2FDN :: (Double -> Vector (Double, Double)) -> Double -> Double -> String -> IO ()
+ DobutokO.Sound: oberSoXSynthDN :: Double -> String -> IO ()

Files

CHANGELOG.md view
@@ -70,5 +70,9 @@  ## 0.8.0.0 -- 2020-03-12 -* Eigth version. Added the new functions to the library that allows to produce richer sounds especially 'oberSoXSynth2FDN' one. The user can now specify a+* Eigth version. Added the new functions to the library that allow to produce richer sounds especially 'oberSoXSynth2FDN' one. The user can now specify a function to be passed as an argument to it and obtain therefore own obertones formula. Added OPTIONS_GHC pragma to the module DobutokO.Sound.++## 0.8.0.1 -- 2020-03-12++* Eigth version revised A. Added the new functions to the exporting by the library.
DobutokO/Sound.hs view
@@ -24,7 +24,12 @@   , oberSoXSynth2   , oberSoXSynthN2   , oberSoXSynthN3-  -- *** Uses a file for information+  -- *** Use additional parameters+  , oberSoXSynthDN+  , oberSoXSynth2DN+  -- *** Use additional function as a parameter+  , oberSoXSynth2FDN +  -- *** Use a file for information   , oberSoXSynthNGen   , oberSoXSynthNGen2   , oberSoXSynthNGen3@@ -37,7 +42,7 @@   , uniqOberSoXSynth2   , uniqOberSoXSynthN3   , uniqOberSoXSynthN4-  -- *** Uses a file for information+  -- *** Use a file for information   , uniqOberSoXSynthNGen   , uniqOberSoXSynthNGen3   -- ** Work with octaves
dobutokO2.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                dobutokO2-version:             0.8.0.0+version:             0.8.0.1 synopsis:            A program and a library to create experimental music from a mono audio and a Ukrainian text description:         It can also create a timbre for the notes homepage:            https://hackage.haskell.org/package/dobutokO2