Tags: | audio |
Authors: | Alex Chapman |
Class | Superclass | Slots |
harmonic | tuple | n amplitude |
note | tuple | hz secs |
Word | Stack effect |
(sine-wave) | ( samples/wave n-samples -- seq ) |
<harmonic> | ( n amplitude -- harmonic ) |
<note> | ( hz secs -- note ) |
>note | ( harmonics note buffer -- buffer ) |
>silent-buffer | ( seconds buffer -- buffer ) |
>sine-wave-buffer | ( freq seconds buffer -- buffer ) |
harmonic-freq | ( note harmonic -- freq ) |
note-harmonic-data | ( harmonic note buffer -- data ) |
sine-wave | ( sample-freq freq seconds -- seq ) |
single-sine-wave | ( samples/wave -- seq ) |
Word | Stack effect |
harmonic? | ( object -- ? ) |
note? | ( object -- ? ) |
Vocabulary | Summary |
synth.buffers | |
synth.example |