Skip to content

Commit

Permalink
Move tempo in README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
pelevesque committed Mar 9, 2023
1 parent 7f33a94 commit 4f3ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ my $t = Track.new;
$t.name: 'piano';
$t.note-on: 60;
$t.dt: 128;
$t.tempo: ♩80;
$t.time: 3\2;
$t.note-off: 60;
$t.note-on: 72;
$t.dt: 128;
$t.tempo: ♩80;
$t.note-off: 72;

my $f = File.new(:PPQ(96));
Expand Down

0 comments on commit 4f3ad9f

Please sign in to comment.