algorithmic-composition-basic 0.1.0.0 → 0.1.1.0
raw patch · 3 files changed
+5/−1 lines, 3 files
Files
CHANGELOG.md view
@@ -6,3 +6,6 @@ Rewritten from the dobutokO2 package using arrays and lists based functionality instead of vector based one. Added some new functions, removed some functions. +## 0.1.1.0 -- 2021-22-02++* First version revised A. Fixed issue with BangPatterns extension not being enabled.
Composition/Sound/DIS5G6G.hs view
@@ -9,6 +9,7 @@ -- It can also generate a timbre for the notes. Uses SoX inside. {-# OPTIONS_GHC -threaded #-}+{-# LANGUAGE BangPatterns #-} module Composition.Sound.DIS5G6G ( -- ** Auxiliary functions
algorithmic-composition-basic.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: algorithmic-composition-basic-version: 0.1.0.0+version: 0.1.1.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. homepage: https://hackage.haskell.org/package/algorithmic-composition-basic