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