forked from Euterpea/Euterpea2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Euterpea.cabal
71 lines (70 loc) · 2.6 KB
/
Euterpea.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: Euterpea
version: 2.0.8
Cabal-Version: >= 1.8
license: BSD3
license-file: License
copyright: Copyright (c) 2008-2019 Euterpea authors
category: Sound, Music
stability: experimental
build-type: Custom
author: Paul Hudak <paul.hudak@yale.edu>,
Eric Cheng <eric.cheng@aya.yale.edu>,
Hai (Paul) Liu <hai.liu@aya.yale.edu>,
Donya Quick <donyaquick@gmail.com>,
Dan Winograd-Cort <dwincort@gmail.com >
maintainer: Donya Quick <donyaquick@gmail.com>
bug-reports: https://github.com/Euterpea/Euterpea2/issues
homepage: http://www.euterpea.com
synopsis: Library for computer music research and education
description:
Euterpea is a domain-specific language embedded in Haskell for
computer music research, education, and development, providing
both note-level and signal-level abstractions. It is a descendant
of Haskore and HasSound, and is intended for both educational purposes
as well as serious computer music applications. Euterpea is a
wide-spectrum DSL, suitable for high-level music representation,
algorithmic composition, and analysis; mid-level concepts such as
MIDI; and low-level audio processing, sound synthesis, and instrument
design.
extra-source-files:
ReadMe.txt
Library
hs-source-dirs: .
ghc-options: -O2 -funbox-strict-fields -fexcess-precision
extensions: CPP
exposed-modules:
Euterpea,
Euterpea.Music,
Control.Arrow.ArrowP,
Control.SF.SF,
Euterpea.IO.Audio.Basics,
Euterpea.IO.Audio.BasicSigFuns,
Euterpea.IO.Audio.IO,
Euterpea.IO.Audio.Render,
Euterpea.IO.Audio.Types,
Euterpea.IO.Audio.CSound,
Euterpea.IO.Audio,
Euterpea.IO.MIDI.MEvent,
Euterpea.IO.MIDI.MidiIO,
Euterpea.IO.MIDI.FromMidi,
Euterpea.IO.MIDI.FromMidi2,
Euterpea.IO.MIDI.GeneralMidi,
Euterpea.IO.MIDI.ToMidi,
Euterpea.IO.MIDI.ToMidi2,
Euterpea.IO.MIDI.Play,
Euterpea.IO.MIDI.ExportMidiFile,
Euterpea.IO.MIDI
other-modules:
build-depends:
base >= 4 && < 5,
arrows >= 0.4 && < 0.5,
array>=0.5.0.0 && <=0.6,
deepseq>=1.3.0.2 && <=1.5,
random>=1.0.1.1 && <=1.2,
PortMidi==0.2.0.0,
HCodecs == 0.5.1,
stm >= 2.4 && <2.6,
containers>=0.5.5.1 && <0.7,
bytestring>=0.10.4.0 && <= 0.10.9,
heap >= 1.0 && < 2.0,
ghc-prim