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

« back to all changes in this revision

Viewing changes to arts/examples/example_noise.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_noise
 
2
module=Arts::Synth_AMAN_PLAY
 
3
{
 
4
  id=3
 
5
  x=1
 
6
  y=3
 
7
  port=title
 
8
  {
 
9
    id=4
 
10
    string_data=Noise
 
11
  }
 
12
  port=autoRestoreID
 
13
  {
 
14
    id=5
 
15
    string_data=Noise
 
16
  }
 
17
  port=left
 
18
  {
 
19
    id=6
 
20
    connect_to=15
 
21
  }
 
22
  port=right
 
23
  {
 
24
    id=7
 
25
    connect_to=15
 
26
  }
 
27
}
 
28
module=Arts::Synth_NOISE
 
29
{
 
30
  id=14
 
31
  x=1
 
32
  y=1
 
33
  port=outvalue
 
34
  {
 
35
    id=15
 
36
    connect_to=6
 
37
    connect_to=7
 
38
  }
 
39
}