An open API service indexing awesome lists of open source software.

https://github.com/ganeshsankaran/western2carnatic

A simple sheet music translator
https://github.com/ganeshsankaran/western2carnatic

music21 musicxml python

Last synced: about 2 months ago
JSON representation

A simple sheet music translator

Awesome Lists containing this project

README

        

# western2carnatic

This program takes a score and annotates it with Carnatic notes.

I may or may not work on
- annotating notes with their octave
- annotating chords
- writing Carnatic notation to `stdout`

**Prerequisites**
- Python 3
- MuseScore

**Download and Install**
```
git clone https://github.com/ganeshsankaran/western2carnatic.git
cd western2carnatic
pip3 install -r requirements.txt
```

**Usage**
```
python3 western2carnatic.py .musicxml
```