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

« back to all changes in this revision

Viewing changes to arts/examples/example_square.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_square
 
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=10
 
16
    connect_to=16
 
17
  }
 
18
}
 
19
module=Arts::Synth_AMAN_PLAY
 
20
{
 
21
  id=3
 
22
  x=1
 
23
  y=5
 
24
  port=title
 
25
  {
 
26
    id=4
 
27
    string_data=Square
 
28
  }
 
29
  port=autoRestoreID
 
30
  {
 
31
    id=5
 
32
    string_data=Square
 
33
  }
 
34
  port=left
 
35
  {
 
36
    id=6
 
37
    connect_to=17
 
38
  }
 
39
  port=right
 
40
  {
 
41
    id=7
 
42
    connect_to=17
 
43
  }
 
44
}
 
45
module=Arts::Synth_WAVE_SQUARE
 
46
{
 
47
  id=15
 
48
  x=2
 
49
  y=3
 
50
  port=pos
 
51
  {
 
52
    id=16
 
53
    connect_to=2
 
54
  }
 
55
  port=outvalue
 
56
  {
 
57
    id=17
 
58
    connect_to=6
 
59
    connect_to=7
 
60
  }
 
61
}