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

« back to all changes in this revision

Viewing changes to arts/examples/example_tremolo.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_tremolo
 
2
module=Arts::Synth_BUS_DOWNLINK
 
3
{
 
4
  id=0
 
5
  x=1
 
6
  y=1
 
7
  port=busname
 
8
  {
 
9
    id=1
 
10
    string_data=Tremolo
 
11
  }
 
12
  port=left
 
13
  {
 
14
    id=2
 
15
    connect_to=9
 
16
  }
 
17
  port=right
 
18
  {
 
19
    id=3
 
20
    connect_to=13
 
21
  }
 
22
}
 
23
module=Arts::Synth_BUS_UPLINK
 
24
{
 
25
  id=4
 
26
  x=1
 
27
  y=7
 
28
  port=busname
 
29
  {
 
30
    id=5
 
31
    string_data=out_soundcard
 
32
  }
 
33
  port=left
 
34
  {
 
35
    id=6
 
36
    connect_to=11
 
37
  }
 
38
  port=right
 
39
  {
 
40
    id=7
 
41
    connect_to=15
 
42
  }
 
43
}
 
44
module=Arts::Synth_TREMOLO
 
45
{
 
46
  id=8
 
47
  x=1
 
48
  y=5
 
49
  port=invalue
 
50
  {
 
51
    id=9
 
52
    connect_to=2
 
53
  }
 
54
  port=inlfo
 
55
  {
 
56
    id=10
 
57
    connect_to=21
 
58
  }
 
59
  port=outvalue
 
60
  {
 
61
    id=11
 
62
    connect_to=6
 
63
  }
 
64
}
 
65
module=Arts::Synth_TREMOLO
 
66
{
 
67
  id=12
 
68
  x=5
 
69
  y=5
 
70
  port=invalue
 
71
  {
 
72
    id=13
 
73
    connect_to=3
 
74
  }
 
75
  port=inlfo
 
76
  {
 
77
    id=14
 
78
    connect_to=21
 
79
  }
 
80
  port=outvalue
 
81
  {
 
82
    id=15
 
83
    connect_to=7
 
84
  }
 
85
}
 
86
module=Arts::Synth_FREQUENCY
 
87
{
 
88
  id=16
 
89
  x=6
 
90
  y=1
 
91
  port=frequency
 
92
  {
 
93
    id=17
 
94
    audio_data=5.00000
 
95
  }
 
96
  port=pos
 
97
  {
 
98
    id=18
 
99
    connect_to=20
 
100
  }
 
101
}
 
102
module=Arts::Synth_WAVE_SIN
 
103
{
 
104
  id=19
 
105
  x=6
 
106
  y=3
 
107
  port=pos
 
108
  {
 
109
    id=20
 
110
    connect_to=18
 
111
  }
 
112
  port=outvalue
 
113
  {
 
114
    id=21
 
115
    connect_to=10
 
116
    connect_to=14
 
117
  }
 
118
}