synth vocabulary
Factor handbook ยป Vocabulary index


Summary
Simple sound synthesis using OpenAL.

Metadata
Tags:audio
Authors:Alex Chapman


Words

Tuple classes
ClassSuperclassSlots
harmonic tuplen amplitude
note tuplehz secs


Ordinary words
WordStack 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 )


Class predicate words
WordStack effect
harmonic?( object -- ? )
note?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
synth.buffers
synth.example