From dd657ad3f1428b026486db3ec36691df17ddf515 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sat, 22 Oct 2011 04:54:51 +0200 Subject: Import nyquist_3.05.orig.tar.gz [dgit import orig nyquist_3.05.orig.tar.gz] --- tran/exp.alg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tran/exp.alg (limited to 'tran/exp.alg') 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)) +) -- cgit v1.2.3