Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ology committed Nov 27, 2020
1 parent 9e67508 commit 441fd48
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ex-06-02.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env perl
use strict;
use warnings;

use MIDI::Drummer::Tiny;

my $d = MIDI::Drummer::Tiny->new;

$d->count_in(4); # Closed hi-hat for 4 bars

$d->write;

0 comments on commit 441fd48

Please sign in to comment.