T("OscGen")
AR Oscillator x Envelope
Description
T("osc")
と T("env")
を組み合わせた音源インターフェースです。
Properties
osc
env
poly
Methods
noteOn(noteNum, velocity, opts)
noteOnWithFreq(freq, velocity, opts)
noteOff(noteNum)
noteOffWithFreq(freq)
allNoteOff()
allSoundOff()
See Also
T("SynthDef")
- Synth Definition
T("osc")
- Oscillator
T("env")
- Envelope
Source
https://github.com/mohayonao/timbre.js/blob/master/src/objects/synthdef.js