Skip to content

thaat_to_degrees

thaat_to_degrees(thaat): number[]

Defined in: packages/pleco-xa/src/scripts/xa-notation.js:347

Construct the svara indices (degrees) for a given thaat

string

Thaat name (e.g., ‘bilaval’, ‘khamaj’)

number[]

Array of 7 svara degrees (0-11)

thaat_to_degrees('bilaval') // [0, 2, 4, 5, 7, 9, 11]
thaat_to_degrees('khamaj') // [0, 2, 4, 5, 7, 9, 10]