File: CSOUNDladspaFlanger.csd

package info (click to toggle)
csladspa 1%3A6.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 152 kB
  • sloc: ansic: 532; cpp: 510; makefile: 9
file content (63 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<csLADSPA>
Name=Csound-FLANGER
Maker=Victor Lazzarini
UniqueID=1054
Copyright=None
ControlPort=Flange Depth|depth
Range=0|1
ControlPort=Flange Rate|rate
Range=0|10
</csLADSPA>
	

<CsoundSynthesizer>
	
<CsInstruments>
	
sr = 44100
ksmps = 10
nchnls = 1

instr 1
	
kdeltime    chnget "depth"
krate       chnget "rate"
	
ain         in

	
a1          oscil kdeltime, 1, 1
	
ar          vdelay3 ain, a1+kdeltime, 1000
	
            out ar+ain

endin
	
</CsInstruments>
	
<CsScore>
	
f1 0 1024 10 1
i1 0 3600
	
</CsScore>

</CsoundSynthesizer>
<bsbPanel>
 <label>Widgets</label>
 <objectName/>
 <x>100</x>
 <y>100</y>
 <width>320</width>
 <height>240</height>
 <visible>true</visible>
 <uuid/>
 <bgcolor mode="nobackground">
  <r>255</r>
  <g>255</g>
  <b>255</b>
 </bgcolor>
</bsbPanel>
<bsbPresets>
</bsbPresets>