Clapping music: Difference between revisions
(Created page with "<source lang="text"> @head { $tempo 120 $time_sig 4/4 } @body { @channel 1 { $patch 1 $length 16 $octave 4 c c c r c c r c r c c r c ...") |
No edit summary |
||
Line 1: | Line 1: | ||
Template for midge, each channel is one of the parts. | |||
<source lang="text"> | <source lang="text"> | ||
@head { | @head { |
Revision as of 11:59, 12 October 2010
Template for midge, each channel is one of the parts.
@head {
$tempo 120
$time_sig 4/4
}
@body {
@channel 1 {
$patch 1
$length 16
$octave 4
c c c r c c r c r c c r
c c c r c c r c r c c r
}
@channel 2 {
$patch 2
$length 16
$octave 7
c c c r c c r c r c c r
c c r c c r c r c c r c
}
}