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

« back to all changes in this revision

Viewing changes to arts/examples/example_multi_add.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_multi_add
 
2
module=Arts::Synth_MULTI_ADD
 
3
{
 
4
  id=3
 
5
  x=2
 
6
  y=3
 
7
  port=invalue
 
8
  {
 
9
    id=4
 
10
    connect_to=11
 
11
    connect_to=17
 
12
    connect_to=23
 
13
  }
 
14
  port=outvalue
 
15
  {
 
16
    id=5
 
17
    connect_to=29
 
18
  }
 
19
}
 
20
module=Arts::Synth_DATA
 
21
{
 
22
  id=9
 
23
  x=1
 
24
  y=1
 
25
  port=value
 
26
  {
 
27
    id=10
 
28
    audio_data=1.00000
 
29
  }
 
30
  port=outvalue
 
31
  {
 
32
    id=11
 
33
    connect_to=4
 
34
  }
 
35
}
 
36
module=Arts::Synth_DATA
 
37
{
 
38
  id=15
 
39
  x=5
 
40
  y=1
 
41
  port=value
 
42
  {
 
43
    id=16
 
44
    audio_data=2.00000
 
45
  }
 
46
  port=outvalue
 
47
  {
 
48
    id=17
 
49
    connect_to=4
 
50
  }
 
51
}
 
52
module=Arts::Synth_DATA
 
53
{
 
54
  id=21
 
55
  x=9
 
56
  y=1
 
57
  port=value
 
58
  {
 
59
    id=22
 
60
    audio_data=3.00000
 
61
  }
 
62
  port=outvalue
 
63
  {
 
64
    id=23
 
65
    connect_to=4
 
66
  }
 
67
}
 
68
module=Arts::Synth_DEBUG
 
69
{
 
70
  id=27
 
71
  x=1
 
72
  y=5
 
73
  port=comment
 
74
  {
 
75
    id=28
 
76
    string_data=Result
 
77
  }
 
78
  port=invalue
 
79
  {
 
80
    id=29
 
81
    connect_to=5
 
82
  }
 
83
}