A little of both. When I was designing the instrument, I definately took the "Let's see how this sounds?" approach. I did a lot of experimenting generating csound code with perl. After my experiments, I had a bunch of material that was ready to be made into the piece. Rain was part of this material.

When I was ready to compose Rain, the instrument had already been developed. I took my Rain instrument and made it a perl sound object (Rain.pm).

But as for composition goes, it was very much a "That's what I want to hear" type thing. I spent a long time fine tuning the sections of the piece and rewritting code to get it do pseudo-exactly what I wanted to do. I say pseudo-exactly because it doesn't generate the exact same csound score everytime. But it always generates within the limits of where I want everything to be.

I should also point out that the Rain sound is based on something I call a Harmonic Tree.

The whole thing took 9 months to complete. But to be fair, I wasn't working on it the entire time.

In reply to Re: Re: Rain - Musical Composition written with Perl by jake
in thread Rain - Musical Composition written with Perl by jake

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.