-- Examples
--
-- In this folder you can find some examples for 'temporal-music-notation'
-- package. It can produce no sound but can combine events in
-- functional way. Package 'csound-expression' is responsible for
-- sound output. 'csound-expression' allows to construct csounds '.csd'
-- files from haskell. See Orchestra.hs to see how it can be done.
--
-- warning : external libraries are used
-- 'temporal-music-notation', 'temporal-music-notation-western',
-- and 'csound-expression'
--
-- If you have installed only 'temporal-music-notation',
-- to run examples make first:
--
-- cabal update
-- cabal install temporal-music-notation-western
-- cabal install csound-expression
--
-- Sound is produced with csound language.
-- 'temporal-music-notation' combines
-- notes tigether. Output of the example is out.csd
-- file, which is for csound.
--
-- If you are not familliar with csound. Csound is
-- language for musical composition and sound synthesis.
-- It can be downloaded here <http://csounds.com>.
-- Run csound on out.csd to hear result finally.
--
-- >csound out.csd