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

https://github.com/iamaziz/oud_animator

Terminal (and Streamlit App) Oud Animator for illustrating music notes on the strings of the Oud music instrument
https://github.com/iamaziz/oud_animator

arabic-music music-notation music-visualizer oud oud-instrument

Last synced: about 2 months ago
JSON representation

Terminal (and Streamlit App) Oud Animator for illustrating music notes on the strings of the Oud music instrument

Awesome Lists containing this project

README

        

Oud Animator
============

**_UPDATE_** Now as a Streamlit App

[![Open in Streamlit][share_badge]][share_link]

[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
[share_link]: https://oudnote.streamlit.app


Animate musical notes on the [Arabic Oud](https://en.wikipedia.org/wiki/Oud) strings (for fun and learning purpose).

**Usage:**

```
$ python oud_animator.py -h
usage: oud_animator.py [-h]
[-note NOTE | -maqam {bayat,kurd_do} | -song {khaieef,rk_lesson5,saaloony_elnas}]
[-speed SPEED]

optional arguments:
-h, --help show this help message and exit
-note NOTE enter the notes to show. As space-separated string
(e.g. -note 'DO RE MI Fa Sol La Si Do')
-maqam {bayat,kurd_do}
choose Maqam to display its notes
-song {khaieef,rk_lesson5,saaloony_elnas}
choose a song from the available songs
-speed SPEED transition speed between notes (i.e. sleep time in
seconds)
```

**Demo1:**

![](assets/demo.gif)

**Demo2:**

![](assets/all_notes.gif)

**Oud's Zend with notes illustration:**

![](assets/README-5a98cab3.png)


> Note: This animation can be used/applied to the Guitar as well. Just change note names and locations in [`NOTE_INDEX`](https://github.com/iamaziz/oud_animator/blob/master/config.py#L26-L55).