Caution

You're reading the documentation for a development version. For the latest released version, please have a look at 0.9.1.

librosa.list_mela

librosa.list_mela()[source]

List melakarta ragas by name and index.

Melakarta raga names are transcribed from 1, with the exception of #45 (subhapanthuvarali).

1

Bhagyalekshmy, S. (1990). Ragas in Carnatic music. South Asia Books.

Returns
mela_mapdict

A dictionary mapping melakarta raga names to indices (1, 2, …, 72)

Examples

>>> librosa.list_mela()
{'kanakangi': 1,
 'ratnangi': 2,
 'ganamurthi': 3,
 'vanaspathi': 4,
 ...}