/euterpea-sandbox

Repo for blog posts around music composition with Euterpea and Haskell

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Euterpea playground

Build Status

Playground for creating simple music with the Haskell Euterpea library.

Blog Posts

See the accompanying blog posts:

Build

Using stack

stack build

Setup

Midi

The Euterpea guide to MIDI output is as good as any.

On Ubuntu (with PulseAudio as default), Timidity and VMPK were very useful for me in investigating which problems were MIDI / synthesizer related and which were programming.

Linux tips

This is helpful to get a nice loud output:

timidity -iA -Os -A 220 -f

Run

stack exec music