summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_autopanner.arts
diff options
context:
space:
mode:
Diffstat (limited to 'arts/examples/example_autopanner.arts')
-rw-r--r--arts/examples/example_autopanner.arts117
1 files changed, 117 insertions, 0 deletions
diff --git a/arts/examples/example_autopanner.arts b/arts/examples/example_autopanner.arts
new file mode 100644
index 00000000..0a11a2e7
--- /dev/null
+++ b/arts/examples/example_autopanner.arts
@@ -0,0 +1,117 @@
+name=example_autopanner
+module=Arts::Synth_FREQUENCY
+{
+ id=0
+ x=1
+ y=1
+ port=frequency
+ {
+ id=1
+ audio_data=440.00000
+ }
+ port=pos
+ {
+ id=2
+ connect_to=4
+ }
+}
+module=Arts::Synth_WAVE_SIN
+{
+ id=3
+ x=1
+ y=3
+ port=pos
+ {
+ id=4
+ connect_to=2
+ }
+ port=outvalue
+ {
+ id=5
+ connect_to=12
+ }
+}
+module=Arts::Synth_AMAN_PLAY
+{
+ id=6
+ x=1
+ y=7
+ port=title
+ {
+ id=7
+ string_data=Autopanner
+ }
+ port=autoRestoreID
+ {
+ id=8
+ string_data=Autopanner
+ }
+ port=left
+ {
+ id=9
+ connect_to=14
+ }
+ port=right
+ {
+ id=10
+ connect_to=15
+ }
+}
+module=Arts::Synth_AUTOPANNER
+{
+ id=11
+ x=2
+ y=5
+ port=invalue
+ {
+ id=12
+ connect_to=5
+ }
+ port=inlfo
+ {
+ id=13
+ connect_to=18
+ }
+ port=outvalue1
+ {
+ id=14
+ connect_to=9
+ }
+ port=outvalue2
+ {
+ id=15
+ connect_to=10
+ }
+}
+module=Arts::Synth_WAVE_SIN
+{
+ id=16
+ x=5
+ y=3
+ port=pos
+ {
+ id=17
+ connect_to=21
+ }
+ port=outvalue
+ {
+ id=18
+ connect_to=13
+ }
+}
+module=Arts::Synth_FREQUENCY
+{
+ id=19
+ x=5
+ y=1
+ port=frequency
+ {
+ id=20
+ audio_data=2.00000
+ }
+ port=pos
+ {
+ id=21
+ connect_to=17
+ }
+}