How to get 2 notes to play as a chord type #300
Unanswered
ReneDiazDiversity
asked this question in
Q&A
Replies: 1 comment
-
Hi, chords uses standard chord names, so But maybe instead of chords, you're looking for interval transposition: Hope it helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
\I'm having trouble with Tonal JS playing two notes as a chord. e.g a perfect fifth aka a power chord or Major and Minor 3rds as double stops (aka 2 note chords)
How do we get play back of two-note intervals as chords?
Currently, we can use Chord.getChord('major', 'C') to get the needed notes info to play a chord. But when we run Chord.getChord('3M', 'C') or Chord.getChord('6m', 'C') we get back and empty chord.
Is there a Tonal JS package or function we are missing to get note information with an input argument like '3M', 'C' or '6m', 'C' to return an interval for example 3M for a Major third chordal interval, and to return an interval for example 6m for a minor 6 chordal interval?
Beta Was this translation helpful? Give feedback.
All reactions