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
- Host: GitHub
- URL: https://github.com/iamaziz/oud_animator
- Owner: iamaziz
- License: mit
- Created: 2020-03-29T22:23:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T05:38:44.000Z (over 1 year ago)
- Last Synced: 2025-01-04T00:51:09.874Z (4 months ago)
- Topics: arabic-music, music-notation, music-visualizer, oud, oud-instrument
- Language: Python
- Homepage: https://oudnote.streamlit.app
- Size: 4.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:**

**Demo2:**

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

> 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).