TriggerSynthAttackRelease Op

TriggerSynthAttackRelease

This op is deprecated!

It will not receive any updates

Triggers the Attack-Release-part of a Synth ADSR


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).


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Lib.Tonejs.Instrument.TriggerSynthAttackRelease
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorJavascript Libraries


 

INPUT PORTS


Synth (Object)

The synth to play a note on

Trigger Arrack Release (Trigger)

Triggers attack followed by release of the synth connected to the Synth input port

Note (Number)

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.

Duration (Number)

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)

Time (Number)

When the note should be triggered, +0 = now

Velocity (Number)

How loud it is, default: 1.0


Patches using TriggerSynthAttackRelease

  • Examples
  • Public
  • My Patches