ChordTriad Op

ChordTriad

This op is deprecated!

It will not receive any updates

Creates a triad chord


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.


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Scale.ChordTriad
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Scale (Array)

Connect this to a Scale-Array-op, which has Append Octave checked

Base Note (Number:string )

The note you want to get the chord from, e.g. C4

OUTPUT PORTS


Chord (Array)

The triad chord for the base tone in the scale, e.g. ["C3", "E3", "G3"]


Patches using ChordTriad

  • Examples
  • Public
  • My Patches

Changelog


Ops.WebAudio.Scale.ChordTriad renamed to Ops.Deprecated.WebAudio.Scale.ChordTriaduser avatarpandur - 2022-12-14 09:55
deprecateduser avatarpandur - 2022-12-14 17:32