summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_moog.arts
blob: 3a6a0586867d7f3ab09f381ed13109987a96b7a9 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name=example_moog
module=Arts::Synth_MOOG_VCF
{
  id=17
  x=3
  y=4
  port=frequency
  {
    id=18
    audio_data=2000.00000
  }
  port=resonance
  {
    id=19
    audio_data=3.00000
  }
  port=invalue
  {
    id=20
    connect_to=47
  }
  port=outvalue
  {
    id=21
    connect_to=36
    connect_to=37
  }
}
module=Arts::Synth_BUS_DOWNLINK
{
  id=26
  x=3
  y=0
  port=busname
  {
    id=27
    string_data=Moog VCF
  }
  port=left
  {
    id=28
    connect_to=44
  }
  port=right
  {
    id=29
    connect_to=45
  }
}
module=Arts::Synth_BUS_UPLINK
{
  id=34
  x=3
  y=6
  port=busname
  {
    id=35
    string_data=out_soundcard
  }
  port=left
  {
    id=36
    connect_to=21
  }
  port=right
  {
    id=37
    connect_to=21
  }
}
module=Arts::Synth_XFADE
{
  id=43
  x=3
  y=2
  port=invalue1
  {
    id=44
    connect_to=28
  }
  port=invalue2
  {
    id=45
    connect_to=29
  }
  port=percentage
  {
    id=46
    audio_data=0.00000
  }
  port=outvalue
  {
    id=47
    connect_to=20
  }
}