The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Csound::ScoreStatement

http://www.csounds.com/manual/html/ScoregensTop.html

SYNOPSIS

    use Csound::ScoreStatement::i;

    ...

The f statement causes a so called GEN subroutine to place values in a stored function table.

The syntax is

    f tableNumber actionTime size genRoutine …

METHODS

new

This method should not be called by the end user, it should be called by "i" in Csound::Instrument.

score_text

    my $txt = $i->score_text();

Returns the text to be written into the score.

instrument_nr

    my $inr = $i->instrument_nr();

Returns the number of the instrument to which this I statement belongs.

Copyright Copyright © 2017 René Nyffenegger, Switzerland. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: http://www.perlfoundation.org/artistic_license_2_0

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

Unknown directive: =head