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

« back to all changes in this revision

Viewing changes to arts/examples/example_data.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_data
 
2
module=Arts::Synth_DATA
 
3
{
 
4
  id=3
 
5
  x=1
 
6
  y=1
 
7
  port=value
 
8
  {
 
9
    id=4
 
10
    audio_data=3.00000
 
11
  }
 
12
  port=outvalue
 
13
  {
 
14
    id=5
 
15
    connect_to=11
 
16
  }
 
17
}
 
18
module=Arts::Synth_DEBUG
 
19
{
 
20
  id=9
 
21
  x=1
 
22
  y=3
 
23
  port=comment
 
24
  {
 
25
    id=10
 
26
    string_data=Data:
 
27
  }
 
28
  port=invalue
 
29
  {
 
30
    id=11
 
31
    connect_to=5
 
32
  }
 
33
}
 
34
module=Arts::Synth_NIL
 
35
{
 
36
  id=13
 
37
  x=5
 
38
  y=1
 
39
}