Handbook
Glossary
sine-wave ( sample-freq freq seconds -- seq )
Vocabulary
synth
Inputs
sample-freq
an
object
freq
an
object
seconds
an
object
Outputs
seq
an
object
Definition
USING:
kernel
math
;
IN:
synth
:
sine-wave
( sample-freq freq seconds -- seq )
pick
*
>integer
[
/i
]
dip
(sine-wave)
;