Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 934 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 934 Bytes

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