dobutokO2 0.7.1.0 → 0.7.1.1
raw patch · 3 files changed
+7/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.markdown +2/−2
- dobutokO2.cabal +1/−1
CHANGELOG.md view
@@ -55,3 +55,7 @@ ## 0.7.1.0 -- 2020-03-10 * Seventh version revised A. Fixed issue with being not compiled because of the implicit dependency being not explicitly specified.++## 0.7.1.1 -- 2020-03-10++* Seventh version revised B. Fixed issue with improper README.markdown file information.
README.markdown view
@@ -21,7 +21,7 @@ that is supported by your SoX installation) to obtain sound information from. If the first command line argument equals to "1", or "3", or "5", then the executable-uses the oberTones funcions, so for the given parameters the obertones+uses the oberTones functions, so for the given parameters the obertones are the same for every call. The "3" adittionally gives an opportunity to specify the signs for the harmonics coefficients for obertones by additional String. And the "5" additionally to that one functionality provided by "3" gives@@ -30,7 +30,7 @@ to be used for every note. Otherwise, the executable uses uniqOberTones functions, which can have different obertones because of the provided the second, additional, text. The third one is used to generate the obertones. In such a case, another-text gives the other obertones. If you specify something else, except "1", or "3",+text gives the other obertones. If you specify something else, than "1", or "2", or "3", or "5", then the program uses uniqOberTones functions and (similarly to "3" option) it uses additional String to define signs for the harmonics coefficients for obertones. If you specify the "6" option, then the program behaves like for the "5" option,
dobutokO2.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO2-version: 0.7.1.0+version: 0.7.1.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