Skip to content

Commit

Permalink
Use latest M::U
Browse files Browse the repository at this point in the history
  • Loading branch information
ology committed Jan 29, 2021
1 parent 030de37 commit f620807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions random-selection
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

use lib '/Users/gene/sandbox/MIDI-Util/lib';
use MIDI::Util;
use MIDI::Util qw(setup_score);
use MIDI::Simple;
use Music::AtonalUtil;
use Text::Levenshtein qw(distance);
Expand Down Expand Up @@ -55,7 +55,7 @@ my %name = int2name(@notes);
my @pitches = map { $name{$_} } @sample;
print "@pitches\n";

my $score = MIDI::Util::setup_score( patch => 0 );
my $score = setup_score( patch => 0 );

$score->n( 'qn', $_ ) for @pitches;

Expand Down

0 comments on commit f620807

Please sign in to comment.