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

« back to all changes in this revision

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