Having come from a serious music background, you better believe that using Perl to create sounds has crossed my mind more than once.

I recommend using Audio::Wav to create interesting sound effects (via Audio::Wav::Write). But that is about all. :(

The CPAN MIDI modules are really not very useful, but that's to be expected - who really wants to spend 5 hours composing MIDI in Perl when you can get the job done in 1 hour with a shareware MIDI composer?

As for Audio::CoolEdit (playing with CoolEdit is one of my favorite past times!), well, all it seams to do is arrange wav files for a multitrack - seems to be a waste of Perl's time if you ask me . . . . hmmmm, but maybe not for a CGI app?

Anyhoo - good luck to you, like i said - i think the best thing to do is to use Perl to create 'SOUNDS' and use another application to mix/merge those sounds together.

jeffa


In reply to (jeffa) Re: Making Music with Perl by jeffa
in thread Making Music with Perl by bladx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.