summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_shelve_cutoff.arts
blob: 788a6dd358b9999463998d0ce61341a97d07b433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name=example_shelve_cutoff
module=Arts::Synth_NOISE
{
  id=0
  x=1
  y=1
  port=outvalue
  {
    id=1
    connect_to=10
    connect_to=17
  }
}
module=Arts::Synth_AMAN_PLAY
{
  id=2
  x=1
  y=5
  port=title
  {
    id=3
    string_data=Shelve Cutoff
  }
  port=autoRestoreID
  {
    id=4
    string_data=Shelve Cutoff
  }
  port=left
  {
    id=5
    connect_to=19
  }
  port=right
  {
    id=6
    connect_to=19
  }
}
module=Arts::Synth_SHELVE_CUTOFF
{
  id=16
  x=1
  y=3
  port=invalue
  {
    id=17
    connect_to=1
  }
  port=frequency
  {
    id=18
    audio_data=3000.00000
  }
  port=outvalue
  {
    id=19
    connect_to=5
    connect_to=6
  }
}