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

« back to all changes in this revision

Viewing changes to arts/examples/template_Instrument.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=template_Instrument
 
2
structureport
 
3
{
 
4
  name=frequency
 
5
  x=1
 
6
  y=0
 
7
  position=1
 
8
  type
 
9
  {
 
10
    direction=output
 
11
    datatype=audio
 
12
    conntype=stream
 
13
  }
 
14
  data
 
15
  {
 
16
    id=11
 
17
  }
 
18
}
 
19
structureport
 
20
{
 
21
  name=velocity
 
22
  x=3
 
23
  y=0
 
24
  position=2
 
25
  type
 
26
  {
 
27
    direction=output
 
28
    datatype=audio
 
29
    conntype=stream
 
30
  }
 
31
  data
 
32
  {
 
33
    id=12
 
34
  }
 
35
}
 
36
structureport
 
37
{
 
38
  name=pressed
 
39
  x=5
 
40
  y=0
 
41
  position=3
 
42
  type
 
43
  {
 
44
    direction=output
 
45
    datatype=audio
 
46
    conntype=stream
 
47
  }
 
48
  data
 
49
  {
 
50
    id=13
 
51
  }
 
52
}
 
53
structureport
 
54
{
 
55
  name=left
 
56
  x=1
 
57
  y=8
 
58
  position=0
 
59
  type
 
60
  {
 
61
    direction=input
 
62
    datatype=audio
 
63
    conntype=stream
 
64
  }
 
65
  data
 
66
  {
 
67
    id=14
 
68
  }
 
69
}
 
70
structureport
 
71
{
 
72
  name=right
 
73
  x=3
 
74
  y=8
 
75
  position=1
 
76
  type
 
77
  {
 
78
    direction=input
 
79
    datatype=audio
 
80
    conntype=stream
 
81
  }
 
82
  data
 
83
  {
 
84
    id=15
 
85
  }
 
86
}
 
87
structureport
 
88
{
 
89
  name=done
 
90
  x=5
 
91
  y=8
 
92
  position=2
 
93
  type
 
94
  {
 
95
    direction=input
 
96
    datatype=audio
 
97
    conntype=stream
 
98
  }
 
99
  data
 
100
  {
 
101
    id=16
 
102
  }
 
103
}