aboutsummaryrefslogtreecommitdiff
path: root/site/udo/fnml/transition_test.csd
blob: d8c754264c5c7f97e921756b603ed3fe54193a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<CsoundSynthesizer>
<CsOptions>
-odac
</CsOptions>
<CsInstruments>
sr = 44100
kr = 4410
nchnls = 2
0dbfs = 1
seed 0

#include "fnml/transition_click.udo"
#include "fnml/transition_snare.udo"
#include "fnml/transition_mburn.udo"
#include "bussing.udo"

instr debug
	a1 metronome
	outs a1, a1
endin


instr master
	;schedule "fnmt_clickplay", 1, 1, 6, -1, 2, 1, 0, 0, "main"
	;schedule "fnmt_rollplay", 1, 1, 6, -1, 2, 1, 0, 0, "main"
	schedule "fnmt_mburnplay", 1, 1, 6, -1, 0, "main"

	aL, aR bus_read "clicktest"
	aL, aR freeverb aL, aR, 0.7, 0.4
	outs aL, aR
endin


</CsInstruments>
<CsScore>
i"master" 0 510
i"debug" 0 501
</CsScore>
</CsoundSynthesizer>