Csound::ScoreStatement

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

SYNOPSIS

use Csound::ScoreStatement::t;

my $t = Csound::ScoreStatement::t->new();

$t->tempo($t, $beats_per_minute);

The t statement controls the tempo of a score's beats.

The syntax is

t 0 tempo-0 t-1 tempo-1 t-2 tempo-2 t-3 tempo-3 …

where t-n is the number of a beat and tempo-n is the tempo in beats per minute at that given beat.

METHODS

new

my $t = Csound::ScoreStatement::t->new($start_tempo);

new

$t->tempo($t, $beats_per_minute);

new

my $score_text = $t->score_text;

Return the text to be written into the score.

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

Unknown directive: =head