summaryrefslogtreecommitdiff
path: root/tran/exp.alg
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
committerSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
commitdd657ad3f1428b026486db3ec36691df17ddf515 (patch)
tree6ffb465595479fb5a76c1a6ea3ec992abaa8c1c1 /tran/exp.alg
Import nyquist_3.05.orig.tar.gz
[dgit import orig nyquist_3.05.orig.tar.gz]
Diffstat (limited to 'tran/exp.alg')
-rw-r--r--tran/exp.alg9
1 files changed, 9 insertions, 0 deletions
diff --git a/tran/exp.alg b/tran/exp.alg
new file mode 100644
index 0000000..e3f706e
--- /dev/null
+++ b/tran/exp.alg
@@ -0,0 +1,9 @@
+(EXP-ALG
+ (NAME "exp")
+ (ARGUMENTS ("sound_type" "in"))
+ (ALWAYS-SCALE in)
+ (START (MIN in))
+ (INNER-LOOP "output = (sample_type) exp(in)")
+ (TERMINATE (MIN in))
+ (LOGICAL-STOP (MIN in))
+)