RobertBendun / euterpea-template

Template for using Euterpea, Haskell library for music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

euterpea-template

This is a template for using Euterpea library. It can be real pain to setup it properly on ArchLinux haskell support, Stack is simpler solution. Should work on any linux with Stack.

Usage

You need to have:

  • Stack
  • Synthesizer, I use fluidsynth.
$ git clone https://github.com/RobertBendun/euterpea-template
$ cd euterpea-template
$ stack repl

Stack will download all dependencies and required version of GHC and run GHCI.

ghci> import Euterpea
ghci> play song

song beeing defined in src/Example.hs.

See also

About

Template for using Euterpea, Haskell library for music

License:Boost Software License 1.0


Languages

Language:Haskell 100.0%