my @sections;
push @sections, [undef,undef, map $tn{$_},qw(Main Mixdown)];
push @sections, [$tn{Main},$bn{Main},map $tn{$_},$bn{Main}->tracks ];
if( $mode->mastering ){
push @sections, [undef,undef, map $tn{$_},$bn{Mastering}->tracks]
} elsif($this_bus ne 'Main'){
push @sections, [$tn{$this_bus},$bn{$this_bus},
map $tn{$_}, $this_bus, $bn{$this_bus}->tracks]
}
@sections
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 428:
Unknown directive: =comment