hello,

what i would like to see is a Perl interface for Csound. Csound allows anything imaginable with regard to digital sound manipulation and is only limited by ones creativity. it is licensed under LGPL.

with the introduction of a API in Csound 5 (links to a PDF document), a number of interfaces have appeared for Java, LISP, Python, etc. the Python interface for Csound has been used for creating a graphical audio application, named TamTam, that will be included in the laptops from One Laptop Per Child project.

unfortunately i have very minimal C coding skills. when i first got the idea of a Csound Perl module, a while ago, i read a little about XS and SWIG, but currently i think i couldn't write that interface, but i would be very happy if somebody else would do it :)

also related to this topic is an article about Hacking Perl in Nightclubs that you might find interesting.

:)))))


In reply to Re: The state of audio processing with Perl by asz
in thread The state of audio processing with Perl by Joost

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.