-- Initial algorithmic-composition-overtones.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: algorithmic-composition-overtones
version: 0.1.1.0
synopsis: Some variants of the overtones functions to generate a timbre.
description: Can be used with the Composition.Sound.Functional.Basics.overSoXSynthGG function or some other way.
homepage: https://hackage.haskell.org/package/algorithmic-composition-overtones
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Sound, Audio
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Composition.Sound.Functional.OvertonesO
-- other-modules:
other-extensions: BangPatterns
build-depends: base >=4.8 && <5, algorithmic-composition-basic >=0.5 && <1
-- hs-source-dirs:
default-language: Haskell2010