summaryrefslogtreecommitdiff
path: root/tran/amosc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tran/amosc.h')
-rw-r--r--tran/amosc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/amosc.h b/tran/amosc.h
new file mode 100644
index 0000000..cc798f9
--- /dev/null
+++ b/tran/amosc.h
@@ -0,0 +1,3 @@
+sound_type snd_make_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sound_type amod, double phase);
+sound_type snd_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sound_type amod, double phase);
+ /* LISP: (snd-amosc SOUND ANYNUM ANYNUM ANYNUM ANYNUM SOUND ANYNUM) */