Caution

You're reading the documentation for a development version. For the latest released version, please have a look at 0.10.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).

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,
 ...}