Csound::ScoreStatement

SYNOPSIS

use Csound::Score;

...

Scores

METHODS

new

my $score = Csound::Score->new();

play

my $instr = Csound::Instrument->new(…)
…

$orchestra->play($instr, $t_start, $t_len, "c♯3");

f

Create a Csound::ScoreStatement::f.

Probably called from "orchestra_text" in Csound::Instrument

write

$score->write('filename');

Writes filename.sco and filename.orc.

filename.orc is written by calling $self->{orchestra}->write("$filename.orc") which in turn is called by $composition -> write($filename).

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 34:

Unknown directive: =head