Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / c / condrum / loop.txt
1 ;all lines containing ';' are comments
2 ;every line, that starts with '!' will be printed
3 !MyLoop01 - (my 1st "Amen Break" try)
4
5 ;delay in ms = ( 60*1000 )/( BPM*(Beats_in_Bar) )
6 ;example: delay between beats = 150ms
7 ?150
8 ;or you can set BPM (only if you have 4beats in bar)...
9 @120
10
11 ;load drums - starts with ':'
12 ;:bd.wav
13 ;:hi.wav
14 ;:s.wav
15 :er0\tbd.wav
16 :er0\snr.wav
17 :er0\hi.wav
18
19
20 ;groove patern
21 ;-[1st drum][2nd drum][the other drum...]
22 ;beats are in the same order as loaded upper...
23 ;1 = beat
24 ;0 (or anything else) = silence
25 ;newline = next beat
26
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...
31
32 #Pattern starts here
33 -110
34 -000
35 -110
36 -011
37 -110
38 -001
39 -010
40 -001
41 -110
42 -100
43 -011
44 -000
45
This page took 0.473819 seconds and 4 git commands to generate.