Handbook
Glossary
harmonic-freq ( note harmonic -- freq )
Vocabulary
synth
Inputs
note
an
object
harmonic
an
object
Outputs
freq
an
object
Definition
USING:
accessors
kernel
math
;
IN:
synth
:
harmonic-freq
( note harmonic -- freq )
n>>
swap
hz>>
*
;