T("PluckGen")
AR Karplus–Strong string synthesis
Description
T("pluck") と T("env") を組み合わせた音源インターフェースです。
Properties
env- エンベロープのパラメーター
poly- 同時発音数 (1から 64まで、デフォルトは 4)
Methods
noteOn(noteNum, velocity, opts)noteOnWithFreq(freq, velocity, opts)noteOff(noteNum)noteOffWithFreq(freq)allNoteOff()allSoundOff()
See Also
T("SynthDef")- Synth Definition
T("pluck")- Karplus–Strong string synthesis
T("env")- Envelope
Source
https://github.com/mohayonao/timbre.js/blob/master/src/objects/synthdef.js