Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function getChordFromScale

Defined in Theory.ts

(scale: Scaletype ScaleScale, degree: number, size = 3): Chordtype ChordChord

Returns the chord at the degree with specified size.

· scale - An array of notes.
· degree - Degree to get chord at.
· size - Number of notes in the chord.

Returns

undefined