Yippee!!!! ... Euterpea got built and installed correctly. Thanks for the 
asound help.

After this, I tried to do "play childSong6" - nothing happened - my sound card 
probably does not support midi. So I installed timidity and
ran it as follows "timidity -iA -Os&" - I re-ran ghci and found that it still 
did not play the music. So did a "" and generated the midi file. timidity 
played it beautifully!!!!

I still cannot believe "the quality of synthesis" .... does timidity synthesize 
the instruments or it has stored samples???

Anyway, it'll be nice if you could give me some pointers on how I could get my 
timidity to work such that I am able to alter music from GHCI and listen to it 
directly!!!

Regards,
Kashyap



>________________________________
> From: Henning Thielemann <lemm...@henning-thielemann.de>
>To: CK Kashyap <ck_kash...@yahoo.com>; "haskell-art@lurk.org" 
><haskell-art@lurk.org> 
>Sent: Saturday, July 7, 2012 1:20 PM
>Subject: Re: [haskell-art] asound not found during Euterpea installation
> 
>
>On Thu, 5 Jul 2012, CK Kashyap wrote:
>
>> Hi all,
>> 
>> I tried to install Euterpea on ubuntu 12.04 and ran into this problem. Can 
>> someone tell me the exact package
>> name that I need to install using apt-get to solve this problem?
>> 
>> Resolving dependencies...
>> Configuring PortMidi-0.1.3...
>> cabal: Missing dependency on a foreign library:
>> * Missing C library: asound
>> This problem can usually be solved by installing the system package that
>> provides this library (you may need the "-dev" version). If the library is
>> already installed but in a non-standard location then you can use the flags
>> --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
>
>apt-get install libasound2-dev
>
>
>(found with: dpkg --search alsa/pcm.h )
>
>
>
_______________________________________________
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to