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

The entire process works in three stages:

Perl -> Csound -> Soundfile

Perl is the top level in this chain. It's where I compose the piece. Rain.pl generates Rain.sco. Csound is a synthesis language. Csound takes Rain.sco and Rain.orc and generates a soundfile.

As for the errors, I'm not getting those on my machine. But I take full responsibility for anything broken in my code. :)
  • Comment on Re: Re: Rain - Musical Composition written with Perl

Replies are listed 'Best First'.
Re^3: Rain - Musical Composition written with Perl
by Flexx (Pilgrim) on Sep 13, 2002 at 17:32 UTC

    Nothing broken here, the message is just a warning, not an error. The reason it does not occur on your machine might be that you're using differnt perl builds.

    So long,
    Flexx