1 ;all lines containing ';' are comments
2 ;every line, that starts with '!' will be printed
3 !MyLoop01 - (my 1st "Amen Break" try)
5 ;delay in ms = ( 60*1000 )/( BPM*(Beats_in_Bar) )
6 ;example: delay between beats = 150ms
8 ;or you can set BPM (only if you have 4beats in bar)...
11 ;load drums - starts with ':'
21 ;-[1st drum][2nd drum][the other drum...]
22 ;beats are in the same order as loaded upper...
24 ;0 (or anything else) = silence
27 ;Pattern starts with '#' (only lines, that starts with '-' will be accepted after '#')
28 ;Pattern is only thing, that you can change while playing...
29 ;Leave few blank lines after pattern!!
30 ;Maybe you need add silence (-000000) at start of your pattern for better sound...