summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_atan_saturate.arts
diff options
context:
space:
mode:
Diffstat (limited to 'arts/examples/example_atan_saturate.arts')
-rw-r--r--arts/examples/example_atan_saturate.arts81
1 files changed, 81 insertions, 0 deletions
diff --git a/arts/examples/example_atan_saturate.arts b/arts/examples/example_atan_saturate.arts
new file mode 100644
index 00000000..c693b38b
--- /dev/null
+++ b/arts/examples/example_atan_saturate.arts
@@ -0,0 +1,81 @@
+name=example_atan_saturate
+module=Arts::Synth_FREQUENCY
+{
+ id=76
+ x=1
+ y=1
+ port=frequency
+ {
+ id=77
+ audio_data=440.00000
+ }
+ port=pos
+ {
+ id=78
+ connect_to=89
+ }
+}
+module=Arts::Synth_AMAN_PLAY
+{
+ id=79
+ x=1
+ y=7
+ port=title
+ {
+ id=80
+ string_data=Atan Saturate
+ }
+ port=autoRestoreID
+ {
+ id=81
+ string_data=Atan Saturate
+ }
+ port=left
+ {
+ id=82
+ connect_to=87
+ }
+ port=right
+ {
+ id=83
+ connect_to=87
+ }
+}
+module=Arts::Synth_ATAN_SATURATE
+{
+ id=84
+ x=2
+ y=5
+ port=inscale
+ {
+ id=85
+ audio_data=1.00000
+ }
+ port=invalue
+ {
+ id=86
+ connect_to=90
+ }
+ port=outvalue
+ {
+ id=87
+ connect_to=82
+ connect_to=83
+ }
+}
+module=Arts::Synth_WAVE_TRI
+{
+ id=88
+ x=2
+ y=3
+ port=pos
+ {
+ id=89
+ connect_to=78
+ }
+ port=outvalue
+ {
+ id=90
+ connect_to=86
+ }
+}