@hackage algorithmic-composition-complex0.1.1.0
Helps to create more complex experimental music from a file (especially timbre).
Deprecated
Dependencies (12)
- algorithmic-composition-basic >=0.1.1 && <1
- base >=4.8 && <5
- bytestring >=0.10.6 && <1
- directory >=1.2.7 && <1.7
- foldable-ix >=0.2 && <1
- mmsyn2-array >=0.1.1 && <1 Show all…
Dependents (0)
***** Basic Info *****
======================
Is rewritten from the dobutokO3 package on Hackage (https://hackage.haskell.org/package/dobutokO3) using arrays and list instead of vector-related functionality.
Helps to create (in a more complicated manner compared to algorithmic-composition-basic package) experimental music from a file (or its part). Can be used to generate sounds with changing timbre.
Is more complicated than algorithmic-composition-basic and uses its functionality. Uses SoX inside.
The functions are taken and fixed some issues from the package algorithmic-composition-basic https://hackage.haskell.org/package/algorithmic-composition-basic