Clapping music: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
See [[Bash]] for help with loops & variables | |||
Template for midge, each channel is one of the parts. | Template for midge, each channel is one of the parts. | ||
Line 28: | Line 30: | ||
} | } | ||
}</source> | }</source> | ||
<source lang="bash"> | |||
for ((i=0; i<13;i++)) | |||
do | |||
done | |||
</source> |
Revision as of 12:20, 12 October 2010
See Bash for help with loops & variables
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
}
}
for ((i=0; i<13;i++))
do
done