synth ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


概要
Simple sound synthesis using OpenAL.

メタデータ
作者:Alex Chapman


ワード

タプルクラス
クラススーパークラススロット
harmonic tuplen amplitude
note tuplehz secs


通常ワード
ワードスタック効果
(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 )


クラス述語ワード
ワードスタック効果
harmonic?( object -- ? )
note?( object -- ? )


ファイル
resource:extra/synth/synth.factor
resource:extra/synth/synth-docs.factor


resource:extra の子
ボキャブラリ概要
synth.bufferssynth.buffers ボキャブラリ
synth.examplesynth.example ボキャブラリ