summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_noise.arts
diff options
context:
space:
mode:
Diffstat (limited to 'arts/examples/example_noise.arts')
-rw-r--r--arts/examples/example_noise.arts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arts/examples/example_noise.arts b/arts/examples/example_noise.arts
new file mode 100644
index 00000000..60f6e2e3
--- /dev/null
+++ b/arts/examples/example_noise.arts
@@ -0,0 +1,39 @@
+name=example_noise
+module=Arts::Synth_AMAN_PLAY
+{
+ id=3
+ x=1
+ y=3
+ port=title
+ {
+ id=4
+ string_data=Noise
+ }
+ port=autoRestoreID
+ {
+ id=5
+ string_data=Noise
+ }
+ port=left
+ {
+ id=6
+ connect_to=15
+ }
+ port=right
+ {
+ id=7
+ connect_to=15
+ }
+}
+module=Arts::Synth_NOISE
+{
+ id=14
+ x=1
+ y=1
+ port=outvalue
+ {
+ id=15
+ connect_to=6
+ connect_to=7
+ }
+}