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

« back to all changes in this revision

Viewing changes to arts/examples/example_rc.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_rc
 
2
module=Arts::Synth_NOISE
 
3
{
 
4
  id=45
 
5
  x=4
 
6
  y=1
 
7
  port=outvalue
 
8
  {
 
9
    id=46
 
10
    connect_to=60
 
11
  }
 
12
}
 
13
module=Arts::Synth_AMAN_PLAY
 
14
{
 
15
  id=47
 
16
  x=2
 
17
  y=5
 
18
  port=title
 
19
  {
 
20
    id=48
 
21
  }
 
22
  port=autoRestoreID
 
23
  {
 
24
    id=49
 
25
  }
 
26
  port=left
 
27
  {
 
28
    id=50
 
29
    connect_to=61
 
30
  }
 
31
  port=right
 
32
  {
 
33
    id=51
 
34
    connect_to=61
 
35
  }
 
36
}
 
37
module=Arts::Synth_RC
 
38
{
 
39
  id=57
 
40
  x=3
 
41
  y=3
 
42
  port=b
 
43
  {
 
44
    id=58
 
45
    audio_data=10.00000
 
46
  }
 
47
  port=f
 
48
  {
 
49
    id=59
 
50
    audio_data=10.00000
 
51
  }
 
52
  port=invalue
 
53
  {
 
54
    id=60
 
55
    connect_to=46
 
56
  }
 
57
  port=outvalue
 
58
  {
 
59
    id=61
 
60
    connect_to=50
 
61
    connect_to=51
 
62
  }
 
63
}