Updated TODO.
[ahxm.git] / examples / eff_wobble.ahs
blobd7302783c9b1253bc3beb63231eed0c854c434ef
1 { pat "samples/sweeper.pat" sustain 2s }
3 { wobble 0 0.05 0 wobble 1 0.05 0.25 }
4 s1 o4
6 /* the same chord bounces left and right */
7 <c1*10;e&;g>
9 ^mark
11 /* bass and treble bounces left and right, crossing */
12 o3<c1*10;c'>
14 { vol 1 0 wobble 0 0.05 0 }
15 /* bass and treble alternate */
16 <c1*10;c'>
18 { vol 1 0 off 0 off 1 }
19 { half_wobble 0 0.1 0 }
20 /* alternate with half_wobble */
22 <d1*10;d'>
26 { pat "samples/sweeper.pat" sustain 2s }
28 { wobble 1 0.05 0 wobble 0 0.05 0.25 }
29 s1 o5
31 @mark
32 <c1*10;e&;g>
34 { vol 0 1 wobble 1 0.05 0.25 }
35 <c1*10;d;g>
37 { vol 0 1 off 0 off 1 }
38 { half_wobble 1 0.1 0.5 }
39 /* alternate with half_wobble */
40 <d1*10;d'>