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

« back to all changes in this revision

Viewing changes to arts/examples/example_brickwall.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_brickwall
 
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=13
 
16
    connect_to=25
 
17
  }
 
18
}
 
19
module=Arts::Synth_AMAN_PLAY
 
20
{
 
21
  id=3
 
22
  x=1
 
23
  y=9
 
24
  port=title
 
25
  {
 
26
    id=4
 
27
    string_data=Brickwall
 
28
  }
 
29
  port=autoRestoreID
 
30
  {
 
31
    id=5
 
32
    string_data=Brickwall
 
33
  }
 
34
  port=left
 
35
  {
 
36
    id=6
 
37
    connect_to=20
 
38
  }
 
39
  port=right
 
40
  {
 
41
    id=7
 
42
    connect_to=20
 
43
  }
 
44
}
 
45
module=Arts::Synth_BRICKWALL_LIMITER
 
46
{
 
47
  id=18
 
48
  x=2
 
49
  y=7
 
50
  port=invalue
 
51
  {
 
52
    id=19
 
53
    connect_to=34
 
54
  }
 
55
  port=outvalue
 
56
  {
 
57
    id=20
 
58
    connect_to=6
 
59
    connect_to=7
 
60
  }
 
61
}
 
62
module=Arts::Synth_WAVE_SIN
 
63
{
 
64
  id=24
 
65
  x=1
 
66
  y=3
 
67
  port=pos
 
68
  {
 
69
    id=25
 
70
    connect_to=2
 
71
  }
 
72
  port=outvalue
 
73
  {
 
74
    id=26
 
75
    connect_to=33
 
76
  }
 
77
}
 
78
module=Arts::Synth_MUL
 
79
{
 
80
  id=31
 
81
  x=1
 
82
  y=5
 
83
  port=invalue1
 
84
  {
 
85
    id=32
 
86
    audio_data=5.00000
 
87
  }
 
88
  port=invalue2
 
89
  {
 
90
    id=33
 
91
    connect_to=26
 
92
  }
 
93
  port=outvalue
 
94
  {
 
95
    id=34
 
96
    connect_to=19
 
97
  }
 
98
}