Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CGrassin/tinwhistletabs
Tin whistle tabs: listen and play hundreds of traditional tunes!
https://github.com/CGrassin/tinwhistletabs
android-application android-studio irish tin-whistle
Last synced: 8 days ago
JSON representation
Tin whistle tabs: listen and play hundreds of traditional tunes!
- Host: GitHub
- URL: https://github.com/CGrassin/tinwhistletabs
- Owner: CGrassin
- License: gpl-2.0
- Created: 2020-04-26T16:10:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T11:31:17.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:08:12.152Z (3 months ago)
- Topics: android-application, android-studio, irish, tin-whistle
- Language: Java
- Size: 1.6 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android app: Irish Whistle Tabs
Irish Whistle Tabs is an open-source tool to learn and improve your tin whistle skills. It features hundreds of traditional Celtic tunes (jigs, reels, polkas, ballads, etc.).
![Promo banner](pictures/banner.png)
**Google play link**: https://play.google.com/store/apps/details?id=fr.charleslabs.tinwhistletabs
**Technical article link**: https://charleslabs.fr/en/project-Irish+Whistle+Tab+-+Android+app
This repo contains the Android Studio project and the database generator.
## ToDo
* Improve flute synth
* Add more tunes
* Add tunes request form
* Add sorting and filtering functions
* Add instructions (how to read tabs)## Technical details
The app uses the ABC music format.
To print the tabs, the ABC files are pre-processed by the "abc2db.py" script that does and intermediate conversion to MIDI, and then to text. This makes it easy to synthesise the tunes and show the tabs. The ABC format is also used in the app to show the sheet music.
## Libraries
The database generator uses:
* Python3 (with json, os, mido and re)
* abc2midi (GNU GPL)
* TheSession.org tunes (ODbL v1.0, https://github.com/adactio/TheSession-data)The app uses:
* abcjs (MIT, https://github.com/paulrosen/abcjs)
* Tin Whistle Tab font (© Blayne Chastain, www.blaynechastain.com)
* Uncial Antiqua font (SIL Open Font License, Version 1.1)