TriggerSynthAttackRelease Op
This op is deprecated!
It will not receive any updatesTriggers the Attack-Release-part of a Synth ADSR
Summary (oneliner)
Triggers the attack of a synth and, after the Duration
time, release.
Connect the Synth
-input port to the Audio Out
port of a synth-op (e.g. Ops.WebAudio.Lib.Tonejs.Instrument.FmSynth).
- Ops.Extension.Deprecated.Tonejs.TriggerSynthAttackRelease
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The synth to play a note on
Triggers attack followed by release of the synth connected to the Synth
input port
Which note to play, e.g. C4
(middle C). You can also put in a frequency, e.g. 440
. You can use the Note
op to make this more convenient.
The time between the trigger of attack and release, so basically how long the tone is. You can use the op ToneTime
to make this more convenient. Valid durations are e.g. 4n
(one quarter note), 1m
(one measure), 1.2
(1.2 seconds)
When the note should be triggered, +0
= now
How loud it is, default: 1.0