ChordTriad Op
This op is deprecated!
It will not receive any updatesCreates a triad chord
Summary (oneliner)
Creates a chord (triad) based on a scale and the base tone. Works with major and minor chords. The constructed chord has the base tone, two tones above the base tone, and 4 tones above, e.g. [C3, E3, G3]
in C3, D3, E3, F3, G3, A3, B3, C4
. As a scale input you can use the ScaleArray
-op.
Make sure Include High Base Tone
in the ScaleArray
-op is not checked, or the chord will be wrong.
- Ops.Extension.Deprecated.ChordTriad
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Connect this to a Scale-Array
-op, which has Append Octave
checked
The note you want to get the chord from, e.g. C4
OUTPUT PORTS
The triad chord for the base tone in the scale, e.g. ["C3", "E3", "G3"]