-
Notifications
You must be signed in to change notification settings - Fork 0
04 Selecting pitches
Gene Boggs edited this page Feb 17, 2021
·
12 revisions

For MIDI-Perl "C4" and "60" are identical.
We really don't have to select anything at all. Rather, we can just add the right notes to the score.
for my $note (qw(C4 F4 G4 C5)) {
$score->n('qn', $note);
}But this page is about selection...
- With Music::Scales
- With Music::Note