Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
9
Task/Musical-scale/Perl/musical-scale.pl
Normal file
9
Task/Musical-scale/Perl/musical-scale.pl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use MIDI::Simple;
|
||||
|
||||
# setup, 1 quarter note is 0.5 seconds (500,000 microseconds)
|
||||
set_tempo 500_000;
|
||||
|
||||
# C-major scale
|
||||
n 60; n 62; n 64; n 65; n 67; n 69; n 71; n 72;
|
||||
|
||||
write_score 'scale.mid';
|
||||
Loading…
Add table
Add a link
Reference in a new issue