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

« back to all changes in this revision

Viewing changes to arts/examples/example_fm.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_fm
 
2
module=Arts::Synth_AMAN_PLAY
 
3
{
 
4
  id=36
 
5
  x=1
 
6
  y=9
 
7
  port=title
 
8
  {
 
9
    id=37
 
10
    string_data=Demo1
 
11
  }
 
12
  port=autoRestoreID
 
13
  {
 
14
    id=38
 
15
    string_data=Demo2
 
16
  }
 
17
  port=left
 
18
  {
 
19
    id=39
 
20
    connect_to=43
 
21
  }
 
22
  port=right
 
23
  {
 
24
    id=40
 
25
    connect_to=43
 
26
  }
 
27
}
 
28
module=Arts::Synth_WAVE_SIN
 
29
{
 
30
  id=41
 
31
  x=2
 
32
  y=7
 
33
  port=pos
 
34
  {
 
35
    id=42
 
36
    connect_to=54
 
37
  }
 
38
  port=outvalue
 
39
  {
 
40
    id=43
 
41
    connect_to=39
 
42
    connect_to=40
 
43
  }
 
44
}
 
45
module=Arts::Synth_WAVE_SIN
 
46
{
 
47
  id=44
 
48
  x=1
 
49
  y=3
 
50
  port=pos
 
51
  {
 
52
    id=45
 
53
    connect_to=49
 
54
  }
 
55
  port=outvalue
 
56
  {
 
57
    id=46
 
58
    connect_to=52
 
59
  }
 
60
}
 
61
module=Arts::Synth_FREQUENCY
 
62
{
 
63
  id=47
 
64
  x=1
 
65
  y=1
 
66
  port=frequency
 
67
  {
 
68
    id=48
 
69
    audio_data=5.00000
 
70
  }
 
71
  port=pos
 
72
  {
 
73
    id=49
 
74
    connect_to=45
 
75
  }
 
76
}
 
77
module=Arts::Synth_FM_SOURCE
 
78
{
 
79
  id=50
 
80
  x=1
 
81
  y=5
 
82
  port=frequency
 
83
  {
 
84
    id=51
 
85
    audio_data=440.00000
 
86
  }
 
87
  port=modulator
 
88
  {
 
89
    id=52
 
90
    connect_to=46
 
91
  }
 
92
  port=modlevel
 
93
  {
 
94
    id=53
 
95
    audio_data=0.90000
 
96
  }
 
97
  port=pos
 
98
  {
 
99
    id=54
 
100
    connect_to=42
 
101
  }
 
102
}