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

« back to all changes in this revision

Viewing changes to arts/examples/example_xfade.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_xfade
 
2
module=Arts::Synth_AMAN_PLAY
 
3
{
 
4
  id=10
 
5
  x=1
 
6
  y=7
 
7
  port=title
 
8
  {
 
9
    id=11
 
10
    string_data=Crossfade
 
11
  }
 
12
  port=autoRestoreID
 
13
  {
 
14
    id=12
 
15
    string_data=Crossfade
 
16
  }
 
17
  port=left
 
18
  {
 
19
    id=13
 
20
    connect_to=48
 
21
  }
 
22
  port=right
 
23
  {
 
24
    id=14
 
25
    connect_to=48
 
26
  }
 
27
}
 
28
module=Arts::Synth_WAVE_SIN
 
29
{
 
30
  id=15
 
31
  x=1
 
32
  y=3
 
33
  port=pos
 
34
  {
 
35
    id=16
 
36
    connect_to=20
 
37
  }
 
38
  port=outvalue
 
39
  {
 
40
    id=17
 
41
    connect_to=33
 
42
    connect_to=45
 
43
  }
 
44
}
 
45
module=Arts::Synth_FREQUENCY
 
46
{
 
47
  id=18
 
48
  x=1
 
49
  y=1
 
50
  port=frequency
 
51
  {
 
52
    id=19
 
53
    audio_data=440.00000
 
54
  }
 
55
  port=pos
 
56
  {
 
57
    id=20
 
58
    connect_to=16
 
59
  }
 
60
}
 
61
module=Arts::Synth_WAVE_SIN
 
62
{
 
63
  id=25
 
64
  x=5
 
65
  y=3
 
66
  port=pos
 
67
  {
 
68
    id=26
 
69
    connect_to=30
 
70
  }
 
71
  port=outvalue
 
72
  {
 
73
    id=27
 
74
    connect_to=37
 
75
    connect_to=46
 
76
  }
 
77
}
 
78
module=Arts::Synth_FREQUENCY
 
79
{
 
80
  id=28
 
81
  x=5
 
82
  y=1
 
83
  port=frequency
 
84
  {
 
85
    id=29
 
86
    audio_data=880.00000
 
87
  }
 
88
  port=pos
 
89
  {
 
90
    id=30
 
91
    connect_to=26
 
92
  }
 
93
}
 
94
module=Arts::Synth_XFADE
 
95
{
 
96
  id=44
 
97
  x=3
 
98
  y=5
 
99
  port=invalue1
 
100
  {
 
101
    id=45
 
102
    connect_to=17
 
103
  }
 
104
  port=invalue2
 
105
  {
 
106
    id=46
 
107
    connect_to=27
 
108
  }
 
109
  port=percentage
 
110
  {
 
111
    id=47
 
112
    audio_data=0.00000
 
113
  }
 
114
  port=outvalue
 
115
  {
 
116
    id=48
 
117
    connect_to=13
 
118
    connect_to=14
 
119
  }
 
120
}