myTestlll: None

[ bsd3, deprecated, library, unclassified ] [ Propose Tags ]
Deprecated

Can you really not delete a library?


[Skip to Readme]

Modules

  • Control
    • CCA
      • Control.CCA.ArrowP
    • SF
      • Control.SF.SF
  • Euterpea
    • Examples
      • Euterpea.Examples.Additive
      • Euterpea.Examples.EuterpeaExamples
      • Euterpea.Examples.Instruments
      • Euterpea.Examples.Interlude
      • Euterpea.Examples.IntervalTrainer
      • Euterpea.Examples.LSystems
      • Euterpea.Examples.MUI
      • Euterpea.Examples.MUIExamples
      • Euterpea.Examples.MusicToSignal
      • Euterpea.Examples.NewResolutions
      • Euterpea.Examples.RandomMusic
      • Euterpea.Examples.SSF
      • Euterpea.Examples.SelfSimilar
      • Euterpea.Examples.SigFuns
      • Euterpea.Examples.SoundCheck
    • Euterpea.Experimental
    • Euterpea.ExperimentalPlay
    • IO
      • Euterpea.IO.Audio
        • Euterpea.IO.Audio.BasicSigFuns
        • Euterpea.IO.Audio.Basics
        • Euterpea.IO.Audio.CSound
        • Euterpea.IO.Audio.IO
        • Euterpea.IO.Audio.Render
        • Euterpea.IO.Audio.Types
      • Euterpea.IO.MIDI
        • Euterpea.IO.MIDI.ExportMidiFile
        • Euterpea.IO.MIDI.FromMidi
        • Euterpea.IO.MIDI.GeneralMidi
        • Euterpea.IO.MIDI.MidiIO
        • Euterpea.IO.MIDI.ToMidi
      • Euterpea.IO.MUI
        • Euterpea.IO.MUI.FFT
        • Euterpea.IO.MUI.Guitar
        • Euterpea.IO.MUI.InstrumentBase
        • Euterpea.IO.MUI.InstrumentWidgets
        • Euterpea.IO.MUI.MidiWidgets
        • Euterpea.IO.MUI.Piano
        • Euterpea.IO.MUI.UISFCompat
    • Music
      • Note
        • Euterpea.Music.Note.MoreMusic
        • Euterpea.Music.Note.Music
        • Euterpea.Music.Note.Performance
      • Signal
        • Euterpea.Music.Signal.SpectrumAnalysis
  • System
    • Random
      • System.Random.Distributions

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0
Dependencies array, arrows (>=0.4), base (>=3 && <5), bytestring, CCA (>=0.1.3), containers, deepseq, ghc-prim, HCodecs (>=0.2), heap (==0.6.0), markov-chain, monadIO, mtl, PortMidi, pure-fft, random, stm, syb, template-haskell, UISF (>=0.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2008-2014
Author Mark Santolucito <mark.santolucito@yale.edu>,
Maintainer Mark Santolucito <mark.santolucito@yale.edu>,
Revised Revision 4 made by MarkSantolucito at 2015-01-11T21:39:34Z
Category Unclassified
Home page http://haskell.cs.yale.edu/
Bug tracker mailto:mark.santolucito@yale.edu
Uploaded by MarkSantolucito at 2015-01-11T20:52:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1517 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-20 [all 8 reports]

Readme for myTestlll-1.0.0

[back to package 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.  It also includes a "musical user interface," a set of 
computer-music specific GUI widgets such as keyboards, pushbuttons, 
sliders, and so on.  The performance of Euterpea is intended to be 
as good as any other computer music language, with the goal of being 
able to develop real-time applications, using both MIDI and a 
high-performance back-end for real-time audio.  

See Liense for licensing information.

Homepage: http://haskell.cs.yale.edu/


============================
==== Getting the Source ====
============================

Currently (2/8/2014), the most up-to-date version of Euterpea is 
available through GitHub at:

    https://github.com/Euterpea/Euterpea

We recommend checking out the master version, as it should always be 
kept stable.

When we reach milestones, we will release stable versions to Hackage.


============================
======= Installation =======
============================

Installing from source RECOMMENDED (updated 2/8/2014)

  1) Clone the source from github
     git clone https://github.com/Euterpea/Euterpea

  2) cd into the Euterpea directory
     cd Euterpea

  3) install Euterpea with cabal
     cabal install

--------- Windows ----------
There are currently no further steps or known issues installing on Windows.


---------- Linux -----------
You may require additional steps to get MIDI sound output working on Linux.  
First of all, we recommend using TiMidity (http://timidity.sourceforge.net/) 
and either Freepats (http://freepats.zenvoid.org/) or PersonalCopy 
(ftp://ftp.personalcopy.net/pub/Unison.sf2.gz) for MIDI support.  
Make sure timidity is properly depending on the PersonalCopy soundfont 
if you're using it.

Make sure timidity is the default MIDI-Through port.  The easiest way to 
do this is probably to remove the default dummy port:
sudo rmmod snd_seq_dummy
Then, while Euterpea programs are running, you must have timidity running 
in the background:
timidity -iA -Os &


--------- Mac OS X ---------
OS X is the least desirable platform on which to run Euterpea.  In fact,  
the latest release of OS X (Mavericks) has trouble with GHC in general.

We, the maintainers, currently do not have a Mac to test with, and so we 
have no exact instructions for how to set up GHC and Euterpea to get them 
into a functioning condition.

Once Euterpea is set up, you may require additional steps to get MIDI sound 
output working.  Download SimpleSynth and open it before you run ghci.  It�s 
a software MIDI synthesizer that plays MIDI output through the speaker.

Furthermore, you will have to use the ``EnableGUI trick'' to run GUI 
programs for Euterpea.  To do so, first compile EnableGUI.hs from the 
Euterpea/Examples directory to binary:
ghc -c -fffi EnableGUI.hs
(Note: on some systems it is necessary to add the option 
``-framework ApplicationServices'')
Then, run your Euterpea GUI programs in ghci like this:

ghci UIExamples.hs EnableGUI
*UIExamples> :m +EnableGUI
*UIExamples EnableGUI> enableGUI >> main

With this, GHCi will be able to fully activate the Graphics Window. (Fully 
compiled GUI programs do not suffer from this anomaly.)


------ Troubleshooting -----
If you get errors about packages not being installed, make sure that cabal 
binaries are in your `$PATH`.

To add cabal binaries to your path first add 
export PATH=$HOME/.cabal/bin:$PATH
to your .bashrc and then run 
source ~/.bashrc
Now you should be able to successfully cabal install.


============================
======= Building HSoM ======
============================

This Euterpea distribution comes with the source code for the book:

    The Haskell School of Music, by Paul Hudak.

Building the source into a PDF requires LaTeX as well as the package 
lhs2TeX.  Information about LaTeX can be found at 

    http://www.latex-project.org/

and information about lhs2TeX can be found at

    http://www.andres-loeh.de/lhs2tex/

As lhs2TeX is available on Hackage, it can be installed with cabal:

    cabal install lhs2tex

Once these are ready, building the book can be achieved by running the 
batch script MakeTex.bat in the HSoM directory.  This will compile the 
lhs files into tex files, the tex files to a dvi, the dvi into a ps, and 
finally the ps to a pdf.

Note that the files of HSoM are Literate Haskell (lhs) files.  As such, 
they can be run directly with GHC.  However, the batch script MakeCode.bat 
will extract just the code.  Although they can be regenerated, these 
extracted files are already included with the Euterpea distribution, and 
many are important files for the proper functioning of the library.


============================
====== Getting Started =====
============================

A good place to begin learning about Euterpea is from the text that 
accompanies this distribution: The Haskell School of Music, by Paul Hudak.  
The source files are available in the HSoM directory, and building them 
to a PDF is described above.

Using Euterpea is generally as easy as adding

    import Euterpea

to the imports of your Haskell program.  However, for specific advanced uses, 
other specific imports can be appropriate.

Lastly, the Euterpea.Examples subdirectory contains many examples of using 
Euterpea in practice.  These examples are designed to showcase Euterpea's 
powers, but they may also be useful simply as a starting off point.


============================
======== Information =======
============================

Euterpea was created by:
    Paul Hudak <paul.hudak@cs.yale.edu>, 
    Eric Cheng <eric.cheng@aya.yale.edu>,
    Hai (Paul) Liu <hai.liu@aya.yale.edu>
and is currently maintained by
    Paul Hudak <paul.hudak@cs.yale.edu>, 
    Donya Quick <donya.quick@yale.edu>,
    Dan Winograd-Cort <daniel.winograd-cort@yale.edu>

This file was last modified on 2/8/2014
by Daniel Winograd-Cort