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 f620807 commit 27ef27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fulfilled
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use lib map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music

use Data::Dumper::Compact 'ddc';
use MIDI::Drummer::Tiny;
use MIDI::Util;
use MIDI::Util qw(set_chan_patch);
use Music::Duration::Partition;
use Music::Scales;
use Music::VoiceGen;
Expand Down Expand Up @@ -73,7 +73,7 @@ sub beat {
}

sub bass {
MIDI::Util::set_chan_patch($d->score, 0, $bottom_patch);
set_chan_patch($d->score, 0, $bottom_patch);

my $mdp = Music::Duration::Partition->new(
size => 4,
Expand Down

0 comments on commit 27ef27c

Please sign in to comment.