dobutokO4 0.2.0.0 → 0.2.1.0
raw patch · 3 files changed
+17/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- README.markdown +10/−0
- dobutokO4.cabal +2/−2
ChangeLog.md view
@@ -10,5 +10,9 @@ ## 0.2.0.0 -- 2020-06-09 -* Second version. Added a README.markdown file. Added new functions to the DobutokO.Sound.Faded module with 'N' ending to generalize the name(s) of the resulting +* Second version. Added new functions to the DobutokO.Sound.Faded module with 'N' ending to generalize the name(s) of the resulting file(s). Some minor code improvements.++## 0.2.1.0 -- 2020-06-09++* Second version. Added a README.markdown file.
+ README.markdown view
@@ -0,0 +1,10 @@+ Model Explanation for DobutokO.Sound.Faded+ ==========================================++[]+(https://drive.google.com/file/d/1DUXtj-2YMMxc6wAmTcQS8Ub2czDFSOro)++The line with dashes and dots for the different variants can be changed to the other +types of lines (not the linear ones), but if there is a t_{2} point as on the right +plot then its coordinates is preserved.+
dobutokO4.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO4-version: 0.2.0.0+version: 0.2.1.0 synopsis: Helps to create experimental music. Uses SoX inside. description: Uses SoX fade (in a special 2D way) and frequency modulation. Provides a special representation for the composition. homepage: https://hackage.haskell.org/package/dobutokO4@@ -13,7 +13,7 @@ -- copyright: category: Sound build-type: Simple-extra-source-files: ChangeLog.md+extra-source-files: ChangeLog.md, README.markdown cabal-version: >=1.10 library