~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to arts/examples/example_cflanger.arts

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name=example_cflanger
 
2
module=Arts::Synth_FX_CFLANGER
 
3
{
 
4
  id=11
 
5
  x=1
 
6
  y=5
 
7
  port=mintime
 
8
  {
 
9
    id=12
 
10
    audio_data=0.00100
 
11
  }
 
12
  port=maxtime
 
13
  {
 
14
    id=13
 
15
    audio_data=0.00500
 
16
  }
 
17
  port=invalue
 
18
  {
 
19
    id=14
 
20
    connect_to=29
 
21
  }
 
22
  port=lfo
 
23
  {
 
24
    id=15
 
25
    connect_to=19
 
26
  }
 
27
  port=outvalue
 
28
  {
 
29
    id=16
 
30
    connect_to=36
 
31
  }
 
32
}
 
33
module=Arts::Synth_WAVE_SIN
 
34
{
 
35
  id=17
 
36
  x=8
 
37
  y=3
 
38
  port=pos
 
39
  {
 
40
    id=18
 
41
    connect_to=22
 
42
  }
 
43
  port=outvalue
 
44
  {
 
45
    id=19
 
46
    connect_to=15
 
47
  }
 
48
}
 
49
module=Arts::Synth_FREQUENCY
 
50
{
 
51
  id=20
 
52
  x=8
 
53
  y=1
 
54
  port=frequency
 
55
  {
 
56
    id=21
 
57
    audio_data=1.00000
 
58
  }
 
59
  port=pos
 
60
  {
 
61
    id=22
 
62
    connect_to=18
 
63
  }
 
64
}
 
65
module=Arts::Synth_BUS_DOWNLINK
 
66
{
 
67
  id=27
 
68
  x=1
 
69
  y=1
 
70
  port=busname
 
71
  {
 
72
    id=28
 
73
    string_data=Flanger
 
74
  }
 
75
  port=left
 
76
  {
 
77
    id=29
 
78
    connect_to=14
 
79
    connect_to=37
 
80
  }
 
81
  port=right
 
82
  {
 
83
    id=30
 
84
  }
 
85
}
 
86
module=Arts::Synth_ADD
 
87
{
 
88
  id=35
 
89
  x=5
 
90
  y=7
 
91
  port=invalue1
 
92
  {
 
93
    id=36
 
94
    connect_to=16
 
95
  }
 
96
  port=invalue2
 
97
  {
 
98
    id=37
 
99
    connect_to=29
 
100
  }
 
101
  port=outvalue
 
102
  {
 
103
    id=38
 
104
    connect_to=9
 
105
    connect_to=45
 
106
  }
 
107
}
 
108
module=Arts::Synth_BUS_UPLINK
 
109
{
 
110
  id=43
 
111
  x=1
 
112
  y=9
 
113
  port=busname
 
114
  {
 
115
    id=44
 
116
    string_data=out_soundcard
 
117
  }
 
118
  port=left
 
119
  {
 
120
    id=45
 
121
    connect_to=38
 
122
  }
 
123
  port=right
 
124
  {
 
125
    id=46
 
126
  }
 
127
}