SIGSEGV crashes seem fixed (Closes: #1145).
[ahxm.git] / examples / eff_fader.ahs
blobc7fa8e7c042e2e363bb5f4a59d40ecdc2d632de7
1 /* tests for the fader effect */
3 /* percussion track */
4 { wav "samples/amen1.wav" c1 c1 c1 0 -1 }
6 /* fade in */
7 { fader 0 5s 0 1 fader 1 5s 0 1 }
8 o1 c1*6
10 { off 0 off 1 }
13 /* fade out */
14 { fader 0 7s 1 0 fader 1 7s 1 0 }
15 o1 c1*6
17 { off 0 off 1 }
20 /* pan */
21 { fader 0 5s 1 0 fader 1 5s 0 1 }
22 o1 c1*6